grok-build-upstream-mirror/crates/codegen/xai-grok-hooks/examples/hooks/safe-shell.json

16 lines
248 B
JSON
Raw Normal View History

{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bin/safe-shell-guard.sh",
"timeout": 5
}
]
}
]
}
}