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