Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:16 +08:00
commit 1c16f0df0a
14 changed files with 1413 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"UserPromptSubmit": [
{
"matcher": ".*",
"hooks": [
{
"type": "command",
"command": "uv run \"${CLAUDE_PLUGIN_ROOT}/scripts/init_project.py\"",
"timeout": 10
}
]
}
]
}
}