Standalone runs

Empty data recovery — research/ symlink dangles on Vercel + raw wikilinks in reports pass

· https://plrd-deepwiki.vercel.app/ · reports/dorothea/empty-data-recovery/ · @daviddao

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.

agent-browserregression-fixvercel-deploywikilinksmarkdown-renderer
Dashboard still builds + renders after pi-llm-wiki migration partial

· http://localhost:5173/ · reports/dorothea/wiki-migration-smoke-test/ · @daviddao

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

dorotheaagent-browserwiki-migrationpi-llm-wikiregression-caught-and-fixed
FA2 dashboard — UX/UI audit partial

· http://localhost:5173/ · reports/dorothea/news-modal-ux-review/ · @daviddao

Walkthrough of the FA2 portfolio intelligence dashboard at commit 61938cb covering the PL Teams grid + table view, Builders field-mapping category, team-report overlay, news modal (5 states), and Advice overlay. 5 surfaces working well, 11 UX warnings, 2 functional bugs (direct hash routes don't hydrate overlay content; field-mapping card click is unreliable).

agent-browserdashboardux-auditfa2review