Defined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/stop.py\"",
"timeout": 5000
}
],
"matcher": ""
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use.py\"",
"timeout": 5000
}
],
"matcher": "Bash|Read|Write|Edit|MultiEdit|Grep|Glob|Task|Skill|WebFetch|WebSearch|TodoWrite|NotebookEdit"
},
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/agent-orchestrator.py\"",
"timeout": 5000
},
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/chain-validator.py\"",
"timeout": 5000
}
],
"matcher": "Task"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-use.py\"",
"timeout": 5000
},
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/agent-observability.py\"",
"timeout": 3000
},
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/context-monitor.py\"",
"timeout": 3000
}
],
"matcher": "Bash|Read|Write|Edit|MultiEdit|Grep|Glob|Task|Skill|WebFetch|WebSearch|TodoWrite|NotebookEdit"
},
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/quality-gate.py\"",
"timeout": 180000
},
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/doc-sync.py\"",
"timeout": 3000
}
],
"matcher": "Write|Edit|MultiEdit"
},
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/chain-metrics.py\"",
"timeout": 3000
}
],
"matcher": "Task"
},
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/command-learning-hook.py\"",
"timeout": 5000
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/bug_reporter_hook.py\"",
"timeout": 5000
}
],
"matcher": "Bash|Task"
},
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/feedback_hook.py\"",
"timeout": 3000
}
],
"matcher": "Task|SlashCommand|Skill"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/notification.py\"",
"timeout": 3000
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/session-start.py\"",
"timeout": 10000
},
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/knowledge-sync.py\"",
"timeout": 10000
}
],
"matcher": ""
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/subagent-stop.py\"",
"timeout": 5000
},
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/output-validator.py\"",
"timeout": 5000
}
],
"matcher": ""
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "python \"${CLAUDE_PLUGIN_ROOT}/hooks/user-prompt-submit.py\"",
"timeout": 3000
}
],
"matcher": ""
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 19
},
"eventStats": {
"Stop": 1,
"PreToolUse": 3,
"PostToolUse": 9,
"Notification": 1,
"SessionStart": 2,
"SubagentStop": 2,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 19,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}