Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:59 +08:00
commit 9f60012661
14 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"hooks": {
"[EventName]": [
{
"matcher": "[ToolPattern or omit for events like Stop]",
"hooks": [
{
"type": "command",
"command": "[bash-command or $CLAUDE_PROJECT_DIR/script.sh]",
"timeout": 60
}
]
}
]
}
}