Files
gh-dio0550-cc-plugin/hooks/hooks.json
2025-11-29 18:22:02 +08:00

16 lines
252 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "~/.claude/hooks/branch-protection.sh"
}
]
}
]
}
}