grok-build-upstream-mirror/crates/codegen/xai-grok-hooks/examples/hooks/no-recursive-grep.json
grokkybara[bot] c68e39f604 Publish harness and TUI open-source
initial sync from the monorepo
2026-07-16 06:46:02 +01:00

16 lines
309 B
JSON

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