From 42d520fc80e31163e3b14cd23f1974a08b900c6e Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 15:30:37 +0000 Subject: [PATCH] story-kit: remove 58_story_live_agent_panel_updates --- .../58_story_live_agent_panel_updates.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .story_kit/work/1_upcoming/58_story_live_agent_panel_updates.md 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