Two production-blocking bugs on plrd-deepwiki.vercel.app fixed and verified: (1) Vercel rebuilt teams.json against a dangling research/ symlink and shipped totalWithReports:0, making every team card read 'Pending' with $0 funding stats; (2) every cross-reference inside research reports rendered as raw [[category/slug|alias]] text because the markdown renderer didn't understand the new Obsidian wikilink syntax from the 2026-05-12 pi-llm-wiki migration. Both root-caused, patched (f81741a + f9ba2ae), redeployed, end-to-end verified across all nine category tabs, news overlay, advice overlay, team report tabs, FM entity overlays, and wikilink navigation.
Migrated all 1,378 plrd research reports into a Karpathy-style LLM wiki (frontmatter + wikilinks, files under research/wiki/<cat>/). Dashboard build is byte-equivalent on all 877 pages — but the SPA's parseReportMeta() treated the very first '---' of YAML frontmatter as the end-of-meta separator, leaking the frontmatter into the report body. Fixed in main.js (35-line patch). All four code paths verified clean: PL Team overlay, builder/FM route, FA2 Score view, FA2 News modal (1,056 items).