File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments