From db60ed0d65ed0169be0c7335a96229b9a9cdcb1c Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 15:37:30 +0000 Subject: [PATCH] story-kit: create 81_story_agent_roster_badges_show_availability_state --- ...t_roster_badges_show_availability_state.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .story_kit/work/1_upcoming/81_story_agent_roster_badges_show_availability_state.md diff --git a/.story_kit/work/1_upcoming/81_story_agent_roster_badges_show_availability_state.md b/.story_kit/work/1_upcoming/81_story_agent_roster_badges_show_availability_state.md new file mode 100644 index 0000000..00b38c6 --- /dev/null +++ b/.story_kit/work/1_upcoming/81_story_agent_roster_badges_show_availability_state.md @@ -0,0 +1,21 @@ +--- +name: "Agent roster badges show availability state" +test_plan: pending +--- + +# Story 81: Agent roster badges show availability state + +## User Story + +As a user, I want agent roster badges in the Agents panel to visually indicate availability, so I can tell at a glance which agents are idle and ready vs actively working. + +## Acceptance Criteria + +- [ ] Idle/available agents show a green dot and lighter styling instead of dark grey +- [ ] Active/running agents continue to show blue styling with a pulsing dot +- [ ] The green idle state makes agents look available rather than disabled +- [ ] No new API calls needed - derive state from existing agent data + +## Out of Scope + +- TBD