superpowers/hooks
Ada Sen 321c8cd24c fix(codex): stop bootstrap re-firing on resume (match Claude startup|clear|compact)
Bug: the SessionStart hook matcher in hooks-codex.json included "resume",
causing the superpowers bootstrap to re-fire on every Codex session resume.

Fix: align with Claude's hooks/hooks.json matcher "startup|clear|compact":
- drop "resume" (the bug: resume should not trigger re-bootstrap)
- add "compact" (so bootstrap re-injects after context compaction, like Claude)

Before: "matcher": "startup|resume|clear"
After:  "matcher": "startup|clear|compact"
2026-06-23 16:15:56 -07:00
..
hooks-codex.json fix(codex): stop bootstrap re-firing on resume (match Claude startup|clear|compact) 2026-06-23 16:15:56 -07:00
hooks-cursor.json Release v5.1.0 (#1468) 2026-05-04 15:05:01 -07:00
hooks.json fix: stop firing SessionStart hook on --resume 2026-03-15 18:28:55 +00:00
run-hook.cmd Revert "Probe per-user Git Bash and Scoop before falling back to PATH on Windows" 2026-06-16 10:09:44 -07:00
session-start Pipe SessionStart hook printf through cat to absorb EPIPE on Windows 2026-06-16 10:09:44 -07:00
session-start-codex Pipe SessionStart hook printf through cat to absorb EPIPE on Windows 2026-06-16 10:09:44 -07:00