playbook/outfitter-agents/plugins/outfitter/templates/hooks/bash-validator/hooks.json

17 lines
227 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PROJECT_DIR}/.claude/hooks/validate-bash.ts",
"timeout": 10
}
]
}
]
}
}