story-kit: remove 58_story_live_agent_panel_updates

This commit is contained in:
Dave
2026-02-23 15:30:37 +00:00
parent 2f09ce2584
commit 42d520fc80

View File

@@ -1,18 +0,0 @@
---
name: Live Agent Panel Updates
test_plan: pending
---
# Story 58: Live Agent Panel Updates
## User Story
As a user, I want the Agent panel to update automatically when agents start, complete, or fail, so I can monitor progress without manually refreshing.
## Acceptance Criteria
- [ ] Server broadcasts a `{"type": "notification", "topic": "agents"}` event over `/ws` when an agent is started, completes, or fails
- [ ] AgentPanel auto-refreshes its data when it receives an `agents` notification
- [ ] Manual refresh button continues to work
- [ ] Panel does not flicker or lose scroll position on auto-refresh
- [ ] End-to-end test: start an agent via MCP, verify Agent panel updates without manual refresh