Review Squad — Release Notes

What’s new in V5.0 Phase 4

Date   21 April 2026
Scope   Dashboard MVP. Standalone read-only HTTP server at 127.0.0.1:4003 serving a three-column single-page UI over squad telemetry across all projects. Zero npm runtime dependencies.
Review rounds   5 to APPROVE + CONFIRM
Tests   9 unit + 7 E2E, all green
Phase 3 gave the team a shared knowledge base. Phase 4 makes squad activity visually legible. A standalone Node.js HTTP server at 127.0.0.1:4003 reads ~/.claude/projects/*/memory/squad-metrics.jsonl across every project on the machine and renders a three-column dashboard: project list + filter, verdict trend chart with stats strip and drift placeholder, and a live agent-chat panel via WebSocket. Built on Node.js standard library only — no npm runtime dependencies, no build step. Complements /squad-metrics (CLI, point-in-time queries) with a surface tuned for at-a-glance trend reads. "Has my REVISE rate dropped in the last 30 days?" should be answerable in five seconds without running any command.
Dashboard MVP /dashboard + three-column UI + schema contract
Accessibility WCAG 2.1 AA — compliant after five review rounds
Security Local-only hardening, loopback threat model
Squad self-review 5 rounds to APPROVE + CONFIRM
Code quality scanMetrics refactored into five single-responsibility helpers
Deferred — Phase 4C Scope boundary for the MVP
← V5.0 Phase 3 V5.0 PHASE 4 Latest