npx claudepluginhub yannabadie/kodoclawDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" Stop"
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" PreCompact"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" PreToolUse"
}
],
"matcher": "*"
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" SessionEnd"
}
]
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" PostToolUse"
}
],
"matcher": "*"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" Notification"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" SessionStart"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" UserPromptSubmit"
}
]
}
],
"PostToolUseFailure": [
{
"hooks": [
{
"type": "command",
"command": "bun run \"${CLAUDE_PLUGIN_ROOT}/src/hooks/cli.ts\" PostToolUseFailure"
}
]
}
]
}"{\"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, \"UserPromptSubmit\": 1, \"PostToolUseFailure\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 9, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 9}}"