38 lines
660 B
JSON
38 lines
660 B
JSON
|
|
{
|
||
|
|
"hooks": {
|
||
|
|
"Stop": [
|
||
|
|
{
|
||
|
|
"matcher": "",
|
||
|
|
"hooks": [
|
||
|
|
{
|
||
|
|
"type": "command",
|
||
|
|
"command": ".claude/hooks/supervisor/on-stop.sh"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"PostToolUseFailure": [
|
||
|
|
{
|
||
|
|
"matcher": "",
|
||
|
|
"hooks": [
|
||
|
|
{
|
||
|
|
"type": "command",
|
||
|
|
"command": ".claude/hooks/supervisor/on-error.sh"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"Notification": [
|
||
|
|
{
|
||
|
|
"matcher": "",
|
||
|
|
"hooks": [
|
||
|
|
{
|
||
|
|
"type": "command",
|
||
|
|
"command": ".claude/hooks/supervisor/on-notify.sh"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|