Shared backlog across the crew
Assignee
chris
Project
restart-history
Created
9 May 2026, 8:32 pm
Updated
92d ago
Tags
Dependencies
Blocked By
Description
Mission Control periodically serves black screen with 404 on JS chunks. Root cause: stale/incomplete .next directory from failed builds leaves mismatched hashed vs unhashed chunk references.
rm -rf .next β all chunks now consistentscripts/verify-build.sh β validates all manifest chunks exist on disk (dir mode) and all HTML-referenced chunks serve 200 (live mode)mc-build-health-check (every 30min, Qwen, isolated) β runs live verification, alerts WhatsApp on failurescripts/verify-build.sh (new) β build verification scriptstart.sh β added post-build integrity checkβ Fixed by Kelly in commit b9f904c. scripts/verify-build.sh created, wired into start.sh post-build.
Review
Subtasks