veritas-kanban/.safety
Brad Groux ed1fbb3fb4 fix: sidebar task counts now show current state, not time-filtered
Bug 1: /api/metrics/all was passing the period filter to task counts,
showing only tasks touched within the time window (e.g., 33 todo in 24h)
instead of current board state (124 todo total).

Fix: computeAllMetrics now passes null to computeTaskMetrics so task
status counts always reflect current state. Period filter still applies
to telemetry metrics (runs, tokens, duration).

Bug 2: /api/backlog/count was double-wrapping response (route wrapped
with success/data, then middleware wrapped again).

Fix: Route now returns { count } and lets responseEnvelopeMiddleware
handle wrapping.
2026-02-04 09:02:16 -06:00
..
pre-purge-20260204-005610-refs.txt fix: sidebar task counts now show current state, not time-filtered 2026-02-04 09:02:16 -06:00
pre-purge-20260204-005610.bundle fix: sidebar task counts now show current state, not time-filtered 2026-02-04 09:02:16 -06:00