diff --git a/.story_kit/work/1_upcoming/58_story_live_agent_panel_updates.md b/.story_kit/work/1_upcoming/58_story_live_agent_panel_updates.md deleted file mode 100644 index 09848e0..0000000 --- a/.story_kit/work/1_upcoming/58_story_live_agent_panel_updates.md +++ /dev/null @@ -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