{
  "hooks": {
    "PostCompact": [
      {
        "command": "node ${PLUGIN_ROOT}/dist/cli.js",
        "description": "Capture Codex compaction events for the active learning session."
      }
    ],
    "Stop": [
      {
        "command": "node ${PLUGIN_ROOT}/dist/cli.js",
        "description": "Capture assistant stop events for answer linkage."
      }
    ],
    "UserPromptSubmit": [
      {
        "command": "node ${PLUGIN_ROOT}/dist/cli.js",
        "description": "Capture learning questions and control intents."
      }
    ]
  }
}
