{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Grep|Glob|Bash",
        "hooks": [
          {
            "type": "command",
            "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/codragraph-hook.js\"",
            "timeout": 10,
            "statusMessage": "Enriching with CodraGraph graph context..."
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Bash",
        "hooks": [
          {
            "type": "command",
            "command": "node \"${CLAUDE_PLUGIN_ROOT}/hooks/codragraph-hook.js\"",
            "timeout": 10,
            "statusMessage": "Checking CodraGraph index freshness..."
          }
        ]
      }
    ]
  }
}
