development #301

Merged
lmiranda merged 2 commits from development into main 2026-01-29 02:26:42 +00:00

View File

@@ -1,19 +1,16 @@
{ {
"hooks": { "hooks": [
"PreToolUse": [ {
{ "event": "PreToolUse",
"matcher": "Bash", "matcher": "Bash",
"hooks": [ "type": "command",
{ "command": "${CLAUDE_PLUGIN_ROOT}/hooks/branch-check.sh"
"type": "command", },
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/branch-check.sh" {
}, "event": "PreToolUse",
{ "matcher": "Bash",
"type": "command", "type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/commit-msg-check.sh" "command": "${CLAUDE_PLUGIN_ROOT}/hooks/commit-msg-check.sh"
} }
] ]
}
]
}
} }