Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:31 +08:00
commit 2a4670331a
4 changed files with 75 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "WebFetch|Bash",
"hooks": [
{
"type": "command",
"command": "TOOL_ROUTING_DEBUG=1 uv run ${CLAUDE_PLUGIN_ROOT}/hooks/check_tool_routing.py"
}
]
}
]
}
}