Defined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/task-complete-notifier.sh",
"timeout": 45
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "claude-notifier check-and-notify",
"timeout": 5
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "claude-notifier check-and-notify",
"timeout": 5
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "claude-notifier interaction-needed",
"timeout": 10
}
],
"matcher": "elicitation_dialog"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "claude-notifier check-and-notify",
"timeout": 5
}
]
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "claude-notifier check-and-notify",
"timeout": 5
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/user-prompt-logger.sh",
"timeout": 3
},
{
"type": "command",
"command": "claude-notifier check-and-notify",
"timeout": 5
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 8
},
"eventStats": {
"Stop": 1,
"PreToolUse": 1,
"SessionEnd": 1,
"Notification": 1,
"SessionStart": 1,
"SubagentStop": 1,
"UserPromptSubmit": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}