Defined in ./hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- stop",
"timeout": 30000
}
],
"matcher": "*"
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- pre-compact",
"timeout": 30000
}
],
"matcher": "*"
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- pre-tool-use",
"timeout": 30000
}
],
"matcher": "*"
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- session-end",
"timeout": 30000
}
],
"matcher": "*"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- post-tool-use",
"timeout": 30000
}
],
"matcher": "*"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- notification",
"timeout": 30000
}
],
"matcher": "*"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- session-start",
"timeout": 30000
}
],
"matcher": "*"
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- subagent-stop",
"timeout": 30000
}
],
"matcher": "*"
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "dotnet run ${CLAUDE_PLUGIN_ROOT}/hooks/Program.cs -- user-prompt-submit",
"timeout": 30000
}
],
"matcher": "*"
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": true,
"touchesFileWrites": false
},
"typeStats": {
"command": 9
},
"eventStats": {
"Stop": 1,
"PreCompact": 1,
"PreToolUse": 1,
"SessionEnd": 1,
"PostToolUse": 1,
"Notification": 1,
"SessionStart": 1,
"SubagentStop": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 9,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}