Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:49 +08:00
commit 07fdca227e
16 changed files with 824 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bun ${CLAUDE_PLUGIN_ROOT}/claude-code-config/scripts/validate-command.js"
}
]
}
]
}
}