harb/.claude/settings.json

37 lines
713 B
JSON
Raw Normal View History

{
"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"
}
]
}
]
}
}