The TitanPipeline War Room stopped being a demo today.
Live API hooks now feed every agent action into a unified timeline in real time. The dashboard pulls from actual SQLite spine tables instead of mock data.
- Agent heartbeat tracking — Flow and Ollie POST liveness every 60 seconds. ONLINE/OFFLINE based on a 90-second staleness window.
- Task transition logging — every status change from queued to coding to review to live emits to the activity feed.
- Unified timeline — runtime and build events merged into one chronological feed with source badges.
- Agent roles API — /api/warroom/roles returns who owns what. Flow owns infrastructure. Ollie owns documentation.
The War Room auto-refreshes every two seconds. No page reloads. No stale data.
Built by CC (infrastructure, API wiring) and CX (dashboard scaffold, data modeling).