Context
app/docs/architecture/page.tsx (231 LOC) has been spot-fixed three times during Sprint 4 (PR #90 dropped presentations/ + RevealDeck.tsx; PR #91 dropped _archive/; PR #93 dropped data.ts). Worth a holistic re-read for other staleness rather than relying on incremental sweeps.
Areas to verify
- Project structure ASCII diagram: now reflects the post-Sprint-4 tree but should be cross-checked against the actual
app/, lib/, components/, db/ directory listings.
- Component listing: confirm every component named still exists and any newly-meaningful components (e.g.
Callout, MetricCard, ProjectTable, IssueCard, governance explorer components) are present where useful.
lib/ listing: should not list data.ts (already removed) but should reflect current modules — portfolio.ts, standards-watch.ts, artifacts.ts, builder-guide-data.ts, intake-config.ts, similarity.ts, work.ts, governance/*, etc.
- Database section: confirm migration count is current (
migrations/001 → 005 post-Sprint-2; 005 was the friction-ledger + blockers migration).
- Architecture diagram (top of page): still accurate, but verify the API route list matches
app/api/*.
- Data flow narrative: any references to the friction ledger, blockers table, ClickUp boundary, or
/internal auth-gated views worth adding (Sprints 2–3a content that postdates the original doc).
Acceptance criteria
Context
app/docs/architecture/page.tsx(231 LOC) has been spot-fixed three times during Sprint 4 (PR #90 droppedpresentations/+RevealDeck.tsx; PR #91 dropped_archive/; PR #93 droppeddata.ts). Worth a holistic re-read for other staleness rather than relying on incremental sweeps.Areas to verify
app/,lib/,components/,db/directory listings.Callout,MetricCard,ProjectTable,IssueCard, governance explorer components) are present where useful.lib/listing: should not listdata.ts(already removed) but should reflect current modules —portfolio.ts,standards-watch.ts,artifacts.ts,builder-guide-data.ts,intake-config.ts,similarity.ts,work.ts,governance/*, etc.migrations/001 → 005post-Sprint-2;005was the friction-ledger + blockers migration).app/api/*./internalauth-gated views worth adding (Sprints 2–3a content that postdates the original doc).Acceptance criteria
/internalmentioned at least at the boundary level