docs(roadmap): link the four Phase 2 split-* design pages from codebase-readability.mdx#418
Merged
Merged
Conversation
…se-readability.mdx PR #337 rewrote Phase 2 from a single linked-name table into Tier A/B/C LOC tables and dropped the leaf links to the four existing split-* roadmap pages (`split-runtime-launch`, `split-input-editor`, `split-operator-env`, `split-app-mod`). The pages stayed in the sidebar but became unreachable from the parent program doc and the roadmap overview, so the overview audit returned them as orphans even though dedicated design plans existed. Add a short "Design pages" subsection under Phase 2 that links the four pages with their LOC and one-line scope, and notes that the remaining Tier A/B/C entries do not yet have dedicated pages. Sidebar audit and overview audit both come back clean after the change. Co-authored-by: Amp <amp@ampcode.com> Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com> Amp-Thread-ID: https://ampcode.com/threads/T-019e46a6-e625-7239-a3bb-14ab3585d9d8
donbeave
added a commit
that referenced
this pull request
Jun 7, 2026
…se-readability.mdx (#418) PR #337 rewrote Phase 2 of codebase-readability.mdx from a single linked-name table into Tier A/B/C LOC tables and dropped the leaf links to the four existing split-* roadmap pages (split-runtime-launch, split-input-editor, split-operator-env, split-app-mod). Those pages stayed in the sidebar but became unreachable from the parent program doc and the roadmap overview. Three subsequent re-bakes (#355, #366, #387) did not restore the links. Adds a short "Design pages" subsection at the top of Phase 2 linking the four split-* pages with their LOC and one-line scope, and notes that the remaining Tier A/B/C entries do not yet have dedicated pages. Sidebar and overview audits pass after the change; Tier A/B/C tables are unchanged. Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com> Co-authored-by: Amp <amp@ampcode.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
PR #337's deep-audit rewrite of Phase 2 swapped a single linked-name table for the current Tier A/B/C LOC tables and lost the leaf links to the four existing split-* roadmap pages (
split-runtime-launch,split-input-editor,split-operator-env,split-app-mod). The pages stayed in the sidebar, but the parent program doc and the roadmap overview no longer reached them — so an operator browsing Codebase health → Phase 2 saw the LOC measurements with no path to the design plans those measurements had motivated. Three subsequent re-bakes (#355, #366, #387) did not re-introduce the links. This PR adds a short "Design pages" subsection at the top of Phase 2 incodebase-readability.mdxlinking each of the four pages with its LOC and one-line scope, and notes that the remaining Tier A/B/C entries do not yet have dedicated pages. The Tier A/B/C tables themselves stay unchanged.Verify locally
Checkout
Paste this first to bypass the
tirithpaste scanner for the rest of the session:export TIRITH=0Then paste the checkout block:
Documentation
cd docs bun install --frozen-lockfile bun run devAstro serves at
http://localhost:4321/. Page to walk:http://localhost:4321/reference/roadmap/codebase-readability/#phase-2--file-splits-confirmation-required
UPDATED page. New "Design pages" subsection sits between the Phase 2 intro paragraph and the "Tier A — files over 2000 lines" heading. Confirm the four bullet links resolve to the matching split-* roadmap pages and that the Tier A/B/C tables below render unchanged. Sidebar entry is unchanged under Reference → Roadmap → Codebase health → Phase 2 — File splits.