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