codex-cli-captain 0.0.10

Codex-Cli-Captain runtime, installer, and MCP server for Codex CLI.
{
  "name": "ccc",
  "version": "0.0.10",
  "description": "Package Codex-Cli-Captain's $cap skill and CCC MCP server config for Codex plugin install.",
  "author": {
    "name": "HoRi0506"
  },
  "homepage": "https://github.com/HoRi0506/Codex-Cli-Captain-Release",
  "repository": "https://github.com/HoRi0506/Codex-Cli-Captain",
  "license": "UNLICENSED",
  "keywords": [
    "ccc",
    "codex",
    "mcp",
    "orchestration",
    "longway"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "CCC",
    "shortDescription": "Install the CCC MCP and $cap entrypoint",
    "longDescription": "Codex-Cli-Captain packages the CCC MCP server configuration and bundled skill assets for Codex plugin installation. The operator-facing CCC entrypoint remains $cap; the plugin is the distribution surface.",
    "developerName": "HoRi0506",
    "category": "Engineering",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/HoRi0506/Codex-Cli-Captain-Release",
    "defaultPrompt": [
      "$cap continue the current task"
    ],
    "brandColor": "#2563EB",
    "screenshots": []
  }
}