codex-hooks.json 266 B

1234567891011
  1. {
  2. "hooks": {
  3. "Stop": [
  4. {
  5. "hooks": [
  6. { "type": "command", "command": "if [ -f .stop_fired ]; then exit 0; else touch .stop_fired; echo 'Also reply with the single word SECOND, then stop.' >&2; exit 2; fi" }
  7. ]
  8. }
  9. ]
  10. }
  11. }