Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:33:44 +08:00
commit 86a1741091
10 changed files with 340 additions and 0 deletions

14
hooks/hooks.json Normal file
View File

@@ -0,0 +1,14 @@
{
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/validate.sh",
"args": ["{{file_path}}"]
}
]
}
]
}