npx claudepluginhub notiriel/kestrel --plugin kestrelDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-status.sh done"
},
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-summary.sh",
"timeout": 30
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-notify.sh \"Agent done\"",
"timeout": 10
}
],
"matcher": ""
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-question.sh",
"timeout": 600,
"statusMessage": "Waiting for Kestrel question response"
}
],
"matcher": "AskUserQuestion"
},
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-status.sh working",
"timeout": 5
}
],
"matcher": ""
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-status.sh end"
}
],
"matcher": ""
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-status.sh working",
"timeout": 5
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-probe.sh"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-status.sh done"
},
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-resume-summary.sh",
"timeout": 30
}
],
"matcher": ""
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-status.sh working",
"timeout": 5
},
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-summary.sh",
"timeout": 30
}
],
"matcher": ""
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/kestrel-permission.sh",
"timeout": 600,
"statusMessage": "Waiting for Kestrel permission response"
}
],
"matcher": ""
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": true, \"touchesFileWrites\": false}, \"typeStats\": {\"command\": 13}, \"eventStats\": {\"Stop\": 3, \"PreToolUse\": 2, \"SessionEnd\": 1, \"PostToolUse\": 1, \"SessionStart\": 3, \"UserPromptSubmit\": 2, \"PermissionRequest\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 13, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 4}}"