Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:16 +08:00
commit 0491dc9c73
6 changed files with 754 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/api-standards-checker.py",
"description": "Check API standards compliance"
}
]
}
]
}
}