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