Add a Codex hook to emit a stop trigger we can spy on

This commit is contained in:
w0rp
2026-05-16 12:57:23 +01:00
parent 2d5a15d501
commit ec599ef5a7
+6
View File
@@ -1,3 +1,9 @@
# Project-local Codex configuration.
#
# Command safety policy lives in .codex/rules/git-state.rules.
[[hooks.Stop]]
[[hooks.Stop.hooks]]
type = "command"
command = "cat >> .codex/stop-trigger"
timeout = 1