Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:47 +08:00
commit 36566db138
12 changed files with 1320 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-write.py",
"timeout": 30
}
]
}
]
}
}