Skip to content

Commit 38dcb5e

Browse files
author
Jon Langevin
committed
docs: add #63 + #64 to v6.3.0 release notes
1 parent 7f49e0e commit 38dcb5e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

RELEASE-NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ observed across autonomous runs and Codex compaction.
2828
reviewer reminder now emits once per session (deduped via a `.claude/autodev-state`
2929
marker, quote-strip-matched so a quoted `--body` mentioning `gh pr create` no longer
3030
trips it) and is reset by `pre-compact-snapshot` so it re-emits once after a compaction.
31+
- **`adversarial-design-review` — artifact-class precedent (#63):** a new design-phase row
32+
that surveys how the codebase already implements an *artifact class* (where a scenario
33+
stands up a server, where a fixture lives — `ls scenarios/*/cmd/server/main.go`), not
34+
just the *mechanism*; grep for sibling instances and follow the established shape or
35+
justify divergence.
36+
- **`session-start` — Linux time-dedup fix (#64):** the SessionStart hook tried BSD
37+
`stat -f %m` before GNU `stat -c %Y`; on Linux `stat -f` succeeds-but-wrong (fs info),
38+
so the time-based dedup never suppressed re-fires. Now GNU-first with a numeric guard —
39+
fixing re-fire spam for all Linux autodev users.
3140
- **CI:** new `hooks-check.yml` runs the hook contract + stdout-discipline tests on any
3241
`hooks/`/test change, so these fixes are regression-gated.
3342

0 commit comments

Comments
 (0)