story-kit: queue 87_story_update_agent_lozenge_colour_scheme_across_panels for QA

This commit is contained in:
Dave
2026-02-23 17:49:30 +00:00
parent 6e035f25c5
commit bbeda44b81

View File

@@ -0,0 +1,23 @@
---
name: "Update agent lozenge colour scheme across panels"
test_plan: pending
---
# Story 87: Update agent lozenge colour scheme across panels
## User Story
As a user, I want a consistent and meaningful colour scheme for agent lozenges, so I can quickly distinguish between idle, pending, and running agents across both the Agents roster panel and the stage panel.
## Acceptance Criteria
- [ ] Idle agents in the Agents roster panel are grey with a green dot on the left (ready but not working)
- [ ] Pending agents in stage panel slots remain amber #e3b341
- [ ] Running agents in stage panel slots use green #3fb950 for the whole lozenge (matching the current idle roster style)
- [ ] Active agents in the roster panel (if still shown) use green #3fb950 for the whole lozenge
- [ ] The semi-transparent pattern is maintained (color+18 bg, color+44 border, full color text)
- [ ] Roster badges keep borderRadius 6px, slot lozenges keep 999px pills
## Out of Scope
- TBD