You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deviation C (spec gap): workflows/release-train.md step 6 omits the release-notes series-file action.
Landmine: release-fork.yml now renders notes fail-closed from .github/releases/vX.Y.Z.md, but no series file exists — the release would fail. Write v1.18.0.md (feat commits in the batch → minor bump from v1.17.11) per RELEASE_NOTES_TEMPLATE.md.
MEMORY live verification: the fix: MEMORY topic creation pipeline fails silently with zero observability #395 fix is pinned by mock-server wire tests but never verified against a real provider end-to-end. Run the real stack (checkpoint → background maintenance → topic commit) against the configured proxy; confirm a topic actually lands in the Memory Home, then report.
Why
The release-train audit found three deviations and one blocking landmine on the road to the version release:
workflows/release-train.mdstep 6 omits the release-notes series-file action.release-fork.ymlnow renders notes fail-closed from.github/releases/vX.Y.Z.md, but no series file exists — the release would fail. Writev1.18.0.md(feat commits in the batch → minor bump from v1.17.11) per RELEASE_NOTES_TEMPLATE.md.Scope
workflows/release-train.mdstep 6 gains the series-file action.github/releases/v1.18.0.mdwritten (template-conformant, sections filled from this batch's deliveries)Acceptance
specgit finishexits 0release-forkfrom main succeeds on the first run