From 107c34e07a5be2fa39807ee833b91504016cfd26 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 24 Feb 2026 13:45:05 +0000 Subject: [PATCH] story-kit: start 143_story_remove_0_running_count_from_agents_panel_header --- ...tory_remove_0_running_count_from_agents_panel_header.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.story_kit/work/2_current/143_story_remove_0_running_count_from_agents_panel_header.md b/.story_kit/work/2_current/143_story_remove_0_running_count_from_agents_panel_header.md index 8a54d09..8fa829b 100644 --- a/.story_kit/work/2_current/143_story_remove_0_running_count_from_agents_panel_header.md +++ b/.story_kit/work/2_current/143_story_remove_0_running_count_from_agents_panel_header.md @@ -6,12 +6,13 @@ name: "Remove 0 running count from Agents panel header" ## User Story -As a ..., I want ..., so that ... +As a user, I want the Agents panel header to hide the running count when no agents are running, so that the UI is less cluttered when idle. ## Acceptance Criteria -- [ ] TODO +- [ ] When no agents are running, "0 running" is NOT visible in the Agents panel header +- [ ] When one or more agents are running, "N running" IS visible in the Agents panel header ## Out of Scope -- TBD +- Changing the running count display format when agents are running