aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorw0rp2026-05-16 12:57:23 +0100
committerw0rp2026-05-16 12:57:23 +0100
commitec599ef5a7423148971126e2e32e18533ae2fd06 (patch)
treecc21eea577d22ed037380f5391b6d0e86139fcbe
parent2d5a15d501d842d7a03b5b7a531e27aa223ac100 (diff)
downloadale-ec599ef5a7423148971126e2e32e18533ae2fd06.tar.gz

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

-rw-r--r--.codex/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.codex/config.toml b/.codex/config.toml
index 52b92e442..6f1f894af 100644
--- a/.codex/config.toml
+++ b/.codex/config.toml
@@ -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