2026-01-02 12:41:08 +11:00
|
|
|
{
|
|
|
|
|
"hooks": {
|
|
|
|
|
"SessionStart": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/session-start.sh",
|
|
|
|
|
"timeout": 15
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-02 14:10:21 +11:00
|
|
|
"PreToolUse": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture-event.sh",
|
|
|
|
|
"timeout": 5
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-02 12:41:08 +11:00
|
|
|
"PostToolUse": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture-event.sh",
|
|
|
|
|
"timeout": 5
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-02 14:10:21 +11:00
|
|
|
"UserPromptSubmit": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture-event.sh",
|
|
|
|
|
"timeout": 5
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"Stop": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture-event.sh",
|
|
|
|
|
"timeout": 5
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-02 12:41:08 +11:00
|
|
|
"SubagentStop": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture-event.sh",
|
|
|
|
|
"timeout": 5
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-02 14:10:21 +11:00
|
|
|
"PreCompact": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/capture-event.sh",
|
|
|
|
|
"timeout": 5
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-02 12:41:08 +11:00
|
|
|
"SessionEnd": [
|
|
|
|
|
{
|
|
|
|
|
"hooks": [
|
|
|
|
|
{
|
|
|
|
|
"type": "command",
|
|
|
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/cleanup.sh",
|
|
|
|
|
"timeout": 5
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|