Files
brew/.codex/hooks.json
Mike McQuaid 694e77e1c0 Wrap stop hook lgtm output
- Keep Stop hook stdout valid JSON so Codex can parse it.
- Move `./bin/brew lgtm` handling into a wrapper script.
2026-06-13 08:17:31 +01:00

16 lines
225 B
JSON

{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": ".codex/hooks/brew-lgtm-stop.sh",
"timeout": 360
}
]
}
]
}
}