docs(structure): refresh source map + release gates after Phase 22 merge - #55
Merged
Merged
Conversation
- structure/str_func.md: refresh file/line counts to 2026-05-06 after strict-migration P02-P51 + Phase 22 landed, list new scripts (release-gates.mjs, check-strict-baseline.mjs, check-module-graph.mjs, smoke-bins.mjs, render-trace-report.mjs) and new docs (EXTERNAL_CDP.md, traces.md, adoption-checklist.md, migration/). - structure/commands.md: add Phase 9.1 `new-tab` and `tab-close` to the root command table so it matches README and browser.mjs. - structure/release_gates.md: document Phase 22 named release gates (`gate:all`, `gate:typecheck`, `gate:tests`, `gate:truth-table-fresh`, `gate:mcp-scope-frozen`, `gate:no-experimental-in-readme-ready-section`) plus `check:strict-baseline`, `check:module-graph`, `smoke:bins`, `pack:dry`, and the `typecheck*` family in the release checklist and script coverage table. - structure/INDEX.md: change-log entry for the 2026-05-06 refresh. - README.md: surface `gate:*` named release gates and strict-migration baseline checks under the Release section, link to structure/CAPABILITY_TRUTH_TABLE.md as the single source of truth. Verified: - bash structure/check-doc-drift.sh (134/134 PASS) - bash structure/verify-counts.sh (40/40 PASS) - npm run gate:all (5/5 PASS) - node scripts/check-strict-baseline.mjs (no regressions) Doc-only; no .mjs source files touched. Co-authored-by: Copilot <223556219+Copilot@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
Doc-only refresh of
structure/andREADME.mdafter strict-migration P51 and Phase 22 (#54) landed onmain. No.mjssource touched. Strict-migration phase docs underdevlog/_plan/strict-migration/are intentionally untouched.P02Files changed
release-gates.mjs,check-strict-baseline.mjs,check-module-graph.mjs,smoke-bins.mjs,render-trace-report.mjs) and new docs (EXTERNAL_CDP.md,traces.md,adoption-checklist.md,migration/).mdnew-tabandtab-closeto root command table (already in README +browser.mjs).mdgate:all,gate:typecheck,gate:tests,gate:truth-table-fresh,gate:mcp-scope-frozen,gate:no-experimental-in-readme-ready-section) pluscheck:strict-baseline,check:module-graph,smoke:bins,pack:dry, andtypecheck*family.mdgate:*named gates and strict-migration baseline checks in the Release section; linkstructure/CAPABILITY_TRUTH_TABLE.mdas the single source of truth for capability/claim status.mdVerification
Out of scope
devlog/_plan/strict-migration/(already merged with their own commits)..mjssource mutation.