From 2c1ccebbf113bb4a5f3e4c85c15d540016904109 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 15:17:06 +0000 Subject: [PATCH] story-kit: create 79_story_agents_panel_skips_archived_work_on_startup --- ...ts_panel_skips_archived_work_on_startup.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .story_kit/work/1_upcoming/79_story_agents_panel_skips_archived_work_on_startup.md diff --git a/.story_kit/work/1_upcoming/79_story_agents_panel_skips_archived_work_on_startup.md b/.story_kit/work/1_upcoming/79_story_agents_panel_skips_archived_work_on_startup.md new file mode 100644 index 0000000..405358f --- /dev/null +++ b/.story_kit/work/1_upcoming/79_story_agents_panel_skips_archived_work_on_startup.md @@ -0,0 +1,21 @@ +--- +name: "Agents panel skips archived work on startup" +test_plan: pending +--- + +# Story 79: Agents panel skips archived work on startup + +## User Story + +As a user, I want the agents panel to only show live/in-progress work when I first open the UI, so that the panel isn't cluttered with old completed items. However, when a work item completes during my session, it should appear in the panel and gracefully fade out. + +## Acceptance Criteria + +- [ ] On frontend startup, archived work items (from work/5_archived/) are NOT fetched or displayed in the agents panel +- [ ] Work items that complete during the current session remain visible in the agents panel and fade down/out gracefully +- [ ] The agents panel still shows all active work items (upcoming, current, qa, merge) as before +- [ ] No regression in agent status updates or real-time WebSocket notifications + +## Out of Scope + +- TBD