grok-build-upstream-mirror/crates/codegen/xai-grok-hooks/examples/hooks/tool-logger.json

18 lines
322 B
JSON
Raw Normal View History

{
"hooks": {
"PreToolUse": [
{
"hooks": [
{ "type": "command", "command": "bin/tool-logger.sh", "timeout": 5 }
]
}
],
"PostToolUse": [
{
"hooks": [
{ "type": "command", "command": "bin/tool-logger.sh", "timeout": 5 }
]
}
]
}
}