Files
2025-11-30 08:30:50 +08:00

16 lines
239 B
JSON

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