Phase 3: Agent Cycle Visibility (#461) #462

Merged
jason.woltje merged 3 commits from feat/phase-3-agent-visibility into main 2026-02-23 01:07:30 +00:00

3 Commits

Author SHA1 Message Date
d5a0696e67 chore(orchestrator): phase-3 verification complete, all quality gates green
All checks were successful
ci/woodpecker/push/web Pipeline was successful
ci/woodpecker/push/api Pipeline was successful
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 19:07:04 -06:00
5d3045ab4f feat: agent cycle visibility — WebSocket emits + dashboard polling (#461)
- Wire WebSocketGateway into RunnerJobsService: emit job:created,
  job:status, and job:progress on create/cancel/retry/updateStatus/
  updateProgress operations
- Add 30s polling interval to dashboard page for near-real-time updates
- Enhance OrchestratorSessions widget with progress bars and step
  status labels
- Update test mocks with WebSocketGateway provider

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 19:05:18 -06:00
63178df643 chore(orchestrator): phase-2 complete, bootstrap phase-3 tasks
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 18:58:18 -06:00