diff --git a/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md b/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md index 8b1e61b..0c311f7 100644 --- a/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md +++ b/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md @@ -7,13 +7,12 @@ test_plan: pending ## User Story -As a user, I want the Upcoming and Review panels to update automatically when stories are created, moved, or archived, so I don't have to manually refresh. +As a user, I want the Upcoming panel to update automatically when stories are created, moved, or archived, so I don't have to manually refresh. ## Acceptance Criteria - [ ] Server broadcasts a `{"type": "notification", "topic": "stories"}` event over the existing `/ws` WebSocket when a story mutation occurs (create, move to current, archive) - [ ] UpcomingPanel auto-refreshes its data when it receives a `stories` notification -- [ ] ReviewPanel auto-refreshes its data when it receives a `stories` notification -- [ ] Manual refresh buttons continue to work -- [ ] Panels do not flicker or lose scroll position on auto-refresh +- [ ] Manual refresh button continues to work +- [ ] Panel does not flicker or lose scroll position on auto-refresh - [ ] End-to-end test: create a story via MCP, verify it appears in the Upcoming panel without manual refresh