grok-build-upstream-mirror/crates/codegen/xai-grok-hooks/examples/hooks/no-recursive-grep.json

16 lines
309 B
JSON
Raw Normal View History

{
"hooks": {
"PreToolUse": [
{
"matcher": "^(Bash|bash|run_terminal_command|run_terminal_cmd|Shell)$",
"hooks": [
{
"type": "command",
"command": "bin/no-recursive-grep-guard.py",
"timeout": 5
}
]
}
]
}
}