Skip to content

docs(roadmap): link the four Phase 2 split-* design pages from codebase-readability.mdx#418

Merged
donbeave merged 3 commits into
mainfrom
fix/roadmap-orphan-split-pages
May 20, 2026
Merged

docs(roadmap): link the four Phase 2 split-* design pages from codebase-readability.mdx#418
donbeave merged 3 commits into
mainfrom
fix/roadmap-orphan-split-pages

Conversation

@donbeave

Copy link
Copy Markdown
Member

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 in codebase-readability.mdx linking 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 tirith paste scanner for the rest of the session:

export TIRITH=0

Then paste the checkout block:

mkdir -p "$HOME/Projects/jackin-project/test"
cd "$HOME/Projects/jackin-project/test"

if [ ! -d jackin/.git ]; then
  git clone https://github.com/jackin-project/jackin.git
fi

cd jackin
mise trust
git fetch -f origin fix/roadmap-orphan-split-pages:refs/remotes/origin/fix/roadmap-orphan-split-pages
git checkout -B fix/roadmap-orphan-split-pages refs/remotes/origin/fix/roadmap-orphan-split-pages

Documentation

cd docs
bun install --frozen-lockfile
bun run dev

Astro 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.

donbeave and others added 3 commits May 20, 2026 21:30
…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 donbeave merged commit 0a78952 into main May 20, 2026
18 checks passed
@donbeave donbeave deleted the fix/roadmap-orphan-split-pages branch May 20, 2026 21:46
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant