Defined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/stop-send-notification.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/stop-self-review.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/progress-hooks.ts"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/redirect-claude-md-edit.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/block-unsafe-type-assertion.ts"
}
],
"matcher": "Write|Edit"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/suggest-knowledge-file.ts"
}
],
"matcher": "Write|Edit"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT} && bun install"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/check-context-version.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/progress-hooks.ts"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 9
},
"eventStats": {
"Stop": 3,
"PreToolUse": 2,
"PostToolUse": 1,
"SessionStart": 3
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 9,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 9
}
}