Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:18 +08:00
commit 561327d170
6 changed files with 456 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Read|Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "bun run ${CLAUDE_PLUGIN_ROOT}/hooks/validate-plugin.ts",
"timeout": 30
}
]
}
]
}
}