16 lines
309 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|