story-kit: queue 81_story_agent_roster_badges_show_availability_state for QA

This commit is contained in:
Dave
2026-02-23 15:44:03 +00:00
parent 2386484c49
commit b62ccc9573

View File

@@ -1,21 +0,0 @@
---
name: "Agent roster badges show availability state"
test_plan: approved
---
# 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