Found during the 2026-08-03 wiki in-repo migration (commit 5cd3f22), deferred as out of scope for that reconciliation pass.
.wiki/Architecture.md, .wiki/Development-Workflow.md, .wiki/Source-Map.md, and .wiki/Product-and-Features.md still reference .js filenames (main.js, app.js, state.js, ch-client.js, …) although the hand-written tree has been all-.ts since ADR-0002 completed (#267). Needs a path-by-path audit of every file reference in those four pages against the current tree — a mechanical sweep, but each path should be verified rather than blanket-renamed (some modules were also split or renamed since the pages were written).
Why deferred: the migration pass only reconciled claims that were made false by ADR-0004 / the 2026-08-03 main reset; filename staleness predates both.
Found during the 2026-08-03 wiki in-repo migration (commit 5cd3f22), deferred as out of scope for that reconciliation pass.
.wiki/Architecture.md,.wiki/Development-Workflow.md,.wiki/Source-Map.md, and.wiki/Product-and-Features.mdstill reference.jsfilenames (main.js,app.js,state.js,ch-client.js, …) although the hand-written tree has been all-.tssince ADR-0002 completed (#267). Needs a path-by-path audit of every file reference in those four pages against the current tree — a mechanical sweep, but each path should be verified rather than blanket-renamed (some modules were also split or renamed since the pages were written).Why deferred: the migration pass only reconciled claims that were made false by ADR-0004 / the 2026-08-03 main reset; filename staleness predates both.