Initial commit
This commit is contained in:
16
hooks/gates.json
Normal file
16
hooks/gates.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"gates": {
|
||||
"plan-compliance": {
|
||||
"description": "Verify work follows the active plan",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/plan-compliance.sh",
|
||||
"on_pass": "CONTINUE",
|
||||
"on_fail": "BLOCK"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"SubagentStop": {
|
||||
"enabled_agents": ["code-agent", "rust-agent", "commit-agent"],
|
||||
"gates": ["plan-compliance"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user