From 72f4ec9ab7b5285a3f15b5868cd9a07e09736f6c Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 16:09:59 +0000 Subject: [PATCH] story-kit: remove 83_story_remove_active_work_list_from_agents_panel --- ...d_rate_limit_notifications_from_chat_ui.md | 20 -------------- ...move_active_work_list_from_agents_panel.md | 20 -------------- ...ntend_ui_to_accept_permissions_requests.md | 26 ------------------- ...move_active_work_list_from_agents_panel.md | 20 -------------- 4 files changed, 86 deletions(-) delete mode 100644 .story_kit/work/2_current/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md delete mode 100644 .story_kit/work/2_current/83_story_remove_active_work_list_from_agents_panel.md delete mode 100644 .story_kit/work/4_merge/62_story_allow_frontend_ui_to_accept_permissions_requests.md delete mode 100644 .story_kit/work/4_merge/83_story_remove_active_work_list_from_agents_panel.md diff --git a/.story_kit/work/2_current/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md b/.story_kit/work/2_current/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md deleted file mode 100644 index 37482fb..0000000 --- a/.story_kit/work/2_current/80_story_remove_model_apikey_and_rate_limit_notifications_from_chat_ui.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "Remove model/apiKey and rate limit notifications from chat UI" -test_plan: approved ---- - -# Story 80: Remove model/apiKey and rate limit notifications from chat UI - -## User Story - -As a user, I want the chat UI to not show noisy notifications like "[claude-opus-4-6 | apiKey: none]" and rate limit messages, so that the interface is clean and distraction-free. - -## Acceptance Criteria - -- [ ] The chat UI no longer displays the model/apiKey notification (e.g. '[claude-opus-4-6 | apiKey: none]') -- [ ] The chat UI no longer displays rate limit related messages -- [ ] Normal chat functionality is unaffected - -## Out of Scope - -- TBD diff --git a/.story_kit/work/2_current/83_story_remove_active_work_list_from_agents_panel.md b/.story_kit/work/2_current/83_story_remove_active_work_list_from_agents_panel.md deleted file mode 100644 index 2223dfe..0000000 --- a/.story_kit/work/2_current/83_story_remove_active_work_list_from_agents_panel.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "Remove active work list from Agents panel" -test_plan: approved ---- - -# Story 83: Remove active work list from Agents panel - -## User Story - -As a user, I want the Agents panel to only show the agent roster (with lozenges) and not a separate list of active work items, since the flying lozenges already indicate which agents are working on which stories. - -## Acceptance Criteria - -- [ ] The Agents panel no longer displays the list of active work items / agents-at-work section -- [ ] The agent roster with availability lozenges remains visible and functional -- [ ] Flying lozenge animations continue to work as before - -## Out of Scope - -- TBD diff --git a/.story_kit/work/4_merge/62_story_allow_frontend_ui_to_accept_permissions_requests.md b/.story_kit/work/4_merge/62_story_allow_frontend_ui_to_accept_permissions_requests.md deleted file mode 100644 index c7473f6..0000000 --- a/.story_kit/work/4_merge/62_story_allow_frontend_ui_to_accept_permissions_requests.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Agent Permission Prompts in Web UI -test_plan: pending ---- - -# Story 62: Agent Permission Prompts in Web UI - -## User Story - -As a user interacting with an agent through the web UI, I want to be prompted for permission approvals (e.g. file writes, commits) so that the agent can complete tasks that require elevated permissions without getting blocked. - -Right now, the web UI does not have any way of the user allowing permissions requests, so dev processes are basically blocked. - -## Acceptance Criteria - -- [ ] When an agent action requires permission (e.g. writing to a file, committing), the web UI surfaces a prompt to the user -- [ ] The user can approve or deny the permission request from the UI -- [ ] On approval, the agent continues with the requested action -- [ ] On denial, the agent receives the denial and adjusts its approach -- [ ] Permission prompts display enough context (file path, action type) for the user to make an informed decision - - -## Out of Scope - -- Bulk/blanket permission grants (e.g. "allow all writes to this directory") -- Persisting permission decisions across sessions diff --git a/.story_kit/work/4_merge/83_story_remove_active_work_list_from_agents_panel.md b/.story_kit/work/4_merge/83_story_remove_active_work_list_from_agents_panel.md deleted file mode 100644 index 2223dfe..0000000 --- a/.story_kit/work/4_merge/83_story_remove_active_work_list_from_agents_panel.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "Remove active work list from Agents panel" -test_plan: approved ---- - -# Story 83: Remove active work list from Agents panel - -## User Story - -As a user, I want the Agents panel to only show the agent roster (with lozenges) and not a separate list of active work items, since the flying lozenges already indicate which agents are working on which stories. - -## Acceptance Criteria - -- [ ] The Agents panel no longer displays the list of active work items / agents-at-work section -- [ ] The agent roster with availability lozenges remains visible and functional -- [ ] Flying lozenge animations continue to work as before - -## Out of Scope - -- TBD