Files
gh-kawaz-claude-plugins-plu…/hooks/hooks.json
2025-11-30 08:30:45 +08:00

16 lines
240 B
JSON

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