Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:26 +08:00
commit 71330f5583
76 changed files with 15081 additions and 0 deletions

16
hooks/gates.json Normal file
View 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"]
}
}
}