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

18 lines
No EOL
322 B
JSON

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