diff options
| author | w0rp | 2026-05-16 12:57:23 +0100 |
|---|---|---|
| committer | w0rp | 2026-05-16 12:57:23 +0100 |
| commit | ec599ef5a7423148971126e2e32e18533ae2fd06 (patch) | |
| tree | cc21eea577d22ed037380f5391b6d0e86139fcbe | |
| parent | 2d5a15d501d842d7a03b5b7a531e27aa223ac100 (diff) | |
| download | ale-ec599ef5a7423148971126e2e32e18533ae2fd06.tar.gz | |
Add a Codex hook to emit a stop trigger we can spy on
| -rw-r--r-- | .codex/config.toml | 6 |
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 |