Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:50 +08:00
commit 676f5793ff
5 changed files with 124 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/force-uv.sh"
}
]
}
]
}
}