Shared backlog across the crew
Assignee
debbie
Project
mission-control
Created
12 May 2026, 12:25 am
Updated
90d ago
Tags
Dependencies
Blocked By
Description
Extend /api/health with ?deep=1 mode that verifies: BUILD_ID matches .next on disk, tasks/ readable, gateway reachable, data/ parseable. Layer 3 self-test uses deep mode for stronger guarantees.
3 files changed:
app/api/health/route.ts β added deep probe (build_id, tasks_dir, gateway, data_dir checks) when ?deep=1 is passed__tests__/api-health-route.test.ts β 13 tests covering shallow + deep modestart.sh β Layer 3 self-test now polls /api/health?deep=1 instead of /api/health__tests__/start-sh-selftest.test.ts β updated test to check for ?deep=1 URLtsc --noEmit: zero new type errorsReview
Subtasks
Run history