Run doctoc on all pages, remove dead Home/Data links, pin Node version
- npx doctoc . — regenerated/added TOC blocks across the wiki
- Home.md: drop three links to pages that don't exist on the live wiki (Types-of-data, after_party-vs-seed-data, Keeping-Branch-Forks)
- Data.md: drop the same dead links and the now-empty doctoc sections that pointed at them
- .tool-versions: pin nodejs 24.13.1 so `npx doctoc` runs under asdf
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Wiki cleanup: add Last reviewed headers, normalize filenames, refresh Home
- Prepend `Last reviewed: YYYY-MM-DD` (last-commit date) to all 35 wiki pages so readers can triage staleness
- Rename four files using Unicode hyphen (U+2010) or leading-dot slug to clean ASCII slugs
- Delete Testing.md (TODO + 3 external links, untouched since 2021)
- Home.md: single internal-link style, History moved to Archive section, surface Flipper/Auto-Quarantined-Tests/Postmortem/Emails/Nodejs-update-checklist, update auto-unassign link, refresh doctoc TOC
- Database-diagram.md: replace rotted static images with regenerate-from-schema.rb instruction
- Non-development-environments.md: fix broken DEPLOY_CHECKLIST.md link
- How-to-be-a-maintainer.md: name Scout APM (was '...the orange one...')
- Cross-link Auto-Quarantined-Tests.md and Flaky-tests.md
- Working-with-Frontend-Assets.md: fix js/css copy-paste typo
- CLAUDE.md: update filename-conventions note now that Unicode hyphens are gone
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
npm install -g doctoc ; doctoc .