mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
29 lines
612 B
JSON
29 lines
612 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"command": "node .claude/hooks/block-no-verify.js"
|
|
},
|
|
{
|
|
"matcher": "Bash",
|
|
"command": "node .claude/hooks/auto-tmux-dev.js"
|
|
},
|
|
{
|
|
"matcher": "Edit|Write",
|
|
"command": "node .claude/hooks/config-protection.js"
|
|
}
|
|
],
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write",
|
|
"command": "node .claude/hooks/post-edit-format.js"
|
|
},
|
|
{
|
|
"matcher": "Edit|Write|Bash",
|
|
"command": "node .claude/hooks/suggest-compact.js"
|
|
}
|
|
]
|
|
}
|
|
}
|