cubecraft-agents[bot] a154ea9d66 feat(CUB-58): Agent Status SignalR Service (Angular)
- Scaffold Angular 17 frontend with standalone components
- Add @microsoft/signalr package dependency
- Create AgentStatusService connecting to /hub endpoint
  - Auto-reconnect with progressive delays
  - Listens for AgentStatusChanged and BroadcastMessage
  - Logs all updates to console
  - Exposes statusUpdates$ and connected$ observables
  - onStatusUpdate() alias matching CUB-58 spec
- Create AgentStatusUpdate interface (agentId, status, lastSeenAt)
- Add APP_INITIALIZER provider to start connection on app boot
- Register initializer in app.config.ts
- Update .gitignore for frontend build artifacts
2026-04-26 07:21:47 +00:00
2026-04-25 18:51:05 +00:00
2026-04-25 18:51:05 +00:00
2026-04-25 18:51:05 +00:00
Description
No description provided
Readme 18 MiB
Languages
C# 82.2%
Go 10.1%
TypeScript 4.9%
PLpgSQL 2.3%
JavaScript 0.2%
Other 0.2%