codex-cli-captain 0.0.10

Codex-Cli-Captain runtime, installer, and MCP server for Codex CLI.
{
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "ccc hook run",
            "timeout": 30,
            "statusMessage": "Checking CCC session readiness"
          }
        ]
      }
    ],
    "PermissionRequest": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "ccc hook run",
            "timeout": 30,
            "statusMessage": "Checking CCC approval context"
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "ccc hook run",
            "timeout": 30,
            "statusMessage": "Checking CCC tool-use state"
          }
        ]
      }
    ],
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "ccc hook run",
            "timeout": 30,
            "statusMessage": "Checking CCC continuation state"
          }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "ccc hook run",
            "timeout": 30,
            "statusMessage": "Checking CCC stop state"
          }
        ]
      }
    ]
  }
}