development #301
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user