Shared backlog across the crew
Assignee
π§ Robbie
Project
mission-control
Created
11 May 2026, 7:24 pm
Updated
77d ago
Tags
Dependencies
Blocked By
Description
Add tests for the remaining uncovered API routes across operational domains:
app/api/crew/route.ts β crew member listingapp/api/crew-memory/route.ts β crew memory operationsapp/api/agent-activities/route.ts β agent activity trackingapp/api/logs/route.ts β system log queryingapp/api/logs/snapshot/route.ts β log snapshotsapp/api/health/route.ts β health check endpointapp/api/failures/route.ts β failure tracking APIapp/api/metrics/route.ts β metrics endpointapp/api/model-usage/route.ts β usage trackingapp/api/model-usage/daily/route.ts β daily breakdownapp/api/model-usage/summary/route.ts β usage summaryapp/api/model-usage/budget/route.ts β budget managementapp/api/model-usage/check/route.ts β check if model can be usedapp/api/model-usage/fallbacks/route.ts β fallback trackingapp/api/models/consumption/route.ts β consumption trackingapp/api/models/quota/route.ts β quota managementapp/api/models/recommendations/route.ts β model recommendationsapp/api/models/routing-history/route.ts β routing historyapp/api/rate-limits/route.ts β rate limit endpointapp/api/runs/active/route.ts β active runs listingapp/api/runs/active/live/route.ts β live run streamapp/api/runs/completed/route.ts β completed runsapp/api/runs/[runId]/route.ts β individual runapp/api/runs/[runId]/log/route.ts β run logapp/api/runs/[runId]/ping/route.ts β run keepaliveapp/api/screenshots/route.ts β screenshot managementapp/api/screenshots/analyze/route.ts β analyze screenshotapp/api/screenshots/analyze-all/route.ts β bulk analyzeapp/api/screenshots/[...path]/route.ts β screenshot servingapp/api/situation/route.ts β crew situation endpointapp/api/session-status/route.ts β session statusapp/api/session-messages/route.ts β session messagesapp/api/stream/route.ts β stream endpointapp/api/team/route.ts β team endpointapp/api/tests/e2e-run/route.ts β E2E run triggerapp/api/tests/playwright-report/route.ts β report servingapp/api/tests/playwright-report/[...path]/route.ts β report path handlerapp/api/tests/trace-viewer/route.ts β trace viewerapp/api/retro-notes/route.ts β retro notesapp/api/nav-config/route.ts β navigation configapp/api/fallback-state/route.ts β fallback stateapp/api/bridge-data/route.ts β bridge dataapp/api/doc-content/route.ts β doc contentapp/api/projects/route.ts β projectsapp/api/reviews/[id]/route.ts β review detailapp/api/reviews/[id]/findings/route.ts β review findingsapp/api/memory-search/route.ts β memory searchapp/api/model-health/route.ts β model health endpointapp/api/ci/route.ts β CI statusapp/api/ci/artifacts/route.ts β CI artifactsapp/api/coverage-inventory/route.ts β test coverage inventoryapp/api/chat/route.ts β chat messagesapp/api/chat/clear/route.ts β clear chatapp/api/images/log/route.ts β image gen logapp/api/tasks/audit/route.ts β task auditapp/api/tasks/heal/route.ts β task healingapp/api/screenshot/route.ts β take screenshotThis is a large batch. Focus on the most impactful routes: model-usage, logs, runs. Each route gets a test file named __tests__/<path-name>.test.ts with handler-level testing (mock lib deps, test NextRequest handling).
[api-route, coverage, bulk]
Review
Flagged for review
Robbie will review this task on the next heartbeat cycle.
Subtasks
Run history