Add dated release log with parity scoreboard - #3
Merged
Conversation
Introduce docs/RELEASES.md as the canonical per-session record for shipped work and parity deltas. Backfill entries through July 1, note the quiet Jul 4-6 weekend, and reconcile 2c strict count to 21/68 across task-board and four-step-plan. Link from docs hub, chronicle, project history, and project-memory-contract session completion rule. Co-authored-by: William Farmer <HyperCrab2000@users.noreply.github.com>
HyperCrab2000
marked this pull request as ready for review
July 6, 2026 02:51
CI has DOOM.WAD but does not build gzdoom.wasm or gzdoom-s artifacts, so GZDoom diamond scenarios entered error state instead of skipping. Add HEAD checks for /wasm/gzdoom/ and /wasm/gzdoom-s/ alongside the existing IWAD gate. Document the failure mode in docs/ci.md and RELEASES.md. Co-authored-by: William Farmer <HyperCrab2000@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
docs/RELEASES.mdas the canonical per-session record for shipped work and parity deltas.What's in the release log
CI fix (second commit)
Diamond E2E was failing on CI because
DOOM.WADis present but GZDoom WASM artifacts are not built on runners. GZDoom scenarios now skip when/wasm/gzdoom/or/wasm/gzdoom-s/are absent (same pattern as the existing IWAD skip).CI result:
DIAMOND E2E: 7/7 passed (4 skipped)✅Doc sync
task-board.mdandfour-step-plan.mdproject-memory-contract.md