docs: align Merge Gate / runner forms / per-OS size ceilings#75
Merged
docs: align Merge Gate / runner forms / per-OS size ceilings#75
Conversation
Sweep doc drift surfaced by the post-Plan-C / W52 / D137 landing of PRs #68..#74. CLAUDE.md is the authoritative gate spec; the four audience-facing surfaces below now agree with it. - ARCHITECTURE.md test-suites table: real-world 30 → 50 (Mac/Ubuntu) + 25 (Windows C+C++ subset); switched to `python3 ...py` form to match CLAUDE.md and gate-commit.sh; added FFI tests row. - CONTRIBUTING.md CI checks: added real-world / FFI / minimal build / versions.lock-sync rows; binary size moved to per-OS ceilings (Mac 1.30 / Linux 1.60 / Windows 1.80 MB) reflecting D137. - .dev/roadmap.md Merge Gate Checklist: pointed at CLAUDE.md as the authoritative source; switched e2e/realworld to the python3 form; added versions.lock-sync, FFI, post-merge bench-record, and per-OS size ceilings to match CLAUDE.md. - .claude/skills/release/SKILL.md Phase 1 + Phase 2 + Checklist Summary: realworld 30 → 50; added FFI; per-OS size ceilings; runner forms aligned with the python3 .py runners CI exercises. No functional changes — pure documentation alignment.
chaploud
added a commit
that referenced
this pull request
Apr 29, 2026
2 tasks
chaploud
added a commit
that referenced
this pull request
Apr 29, 2026
…fresh (#77) - CHANGELOG.md [Unreleased]: tag the Plan C-a/b/c/d/e/f and W52 entries with their PR numbers (#68/#69/#71/#70/#72/#74) so the next /release roll-up has authoritative provenance; add D137 to the Internal section (cross-platform stripping + per-OS size ceilings, recorded post-#73); add one-line entries for the doc-alignment sweep (#75) and the obsolete-checklist drop (#76). - .dev/memo.md ## Current Task: append #74/#75/#76 to the post- morning PR list (was "Six new PRs", now "Nine"); replace the "in flight: #74" paragraph with #74 in the merged list; bump bench-record range to #68..#76. The "Plan B sub-3 / W50 still pending" pointer through resume-guide.md remains intact. No behaviour change. Doc-only.
chaploud
added a commit
that referenced
this pull request
Apr 29, 2026
Three independent micro-fixes bundled (each ≤3 lines): - .dev/memo.md ## Current Task: bumped "Nine" → "Eleven", appended #77 / #78 to the merged-PR list; bench-record range #68..#76 → #68..#78. (N1) - CHANGELOG.md [Unreleased] Internal: added README front-page update entry tagged (#78). The Plan C-* / W52 / D137 / #75 / #76 entries from the prior PRs are unchanged. (N2) - .github/workflows/nightly.yml:51: switched the E2E step from `bash test/e2e/run_e2e.sh` to `python3 test/e2e/run_e2e.py`, matching ci.yml:109 and CLAUDE.md's authoritative form. The .sh is just `exec python3 …py`, so behaviour is identical. (N3) No code, build, or test behaviour changes.
chaploud
added a commit
that referenced
this pull request
Apr 29, 2026
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
Sweep doc drift surfaced by the post-Plan-C / W52 / D137 landings (PRs #68..#74).
CLAUDE.mdis the authoritative gate spec; the four audience-facing surfaces belownow agree with it. Pure documentation — no code or build changes.
30→50 (Mac/Ubuntu) + 25 (Windows C+C++ subset); switched to the `python3 …py` form CLAUDE.md and `gate-commit.sh` use; added an FFI tests row.Test plan