Defined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "uv run python ${CLAUDE_PLUGIN_ROOT}/hooks/update_context_on_stop.py"
},
{
"type": "command",
"command": "uv run python ${CLAUDE_PLUGIN_ROOT}/hooks/play_notification.py"
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "uv run python ${CLAUDE_PLUGIN_ROOT}/hooks/play_notification.py"
}
],
"matcher": "permission_prompt"
},
{
"hooks": [
{
"type": "command",
"command": "uv run python ${CLAUDE_PLUGIN_ROOT}/hooks/play_notification.py"
}
],
"matcher": "idle_prompt"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "uv run python ${CLAUDE_PLUGIN_ROOT}/hooks/load_context_system.py"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 5
},
"eventStats": {
"Stop": 2,
"Notification": 2,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 5,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 5
}
}