story-kit: queue 87_story_update_agent_lozenge_colour_scheme_across_panels for QA

This commit is contained in:
Dave
2026-02-23 18:00:33 +00:00
parent 1453651ec5
commit af14d1c03f

View File

@@ -0,0 +1,30 @@
---
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.
At present, idle agent "lozenges" in the Agents panel say things like e.g. "supervisor opus available" and have a fully green transparency on them. Lozenges that are attached to pending work tasks are amber. Lozenges that are attached to work tasks being worked on are blue.
Two changes:
* idle agent lozenges in the Agents panel should be grey background but with a greed dot
* lozenges attached to active tasks should be green transparency instead of blue transparency
## Acceptance Criteria
- [ ] Idle agents in the Agents roster panel are changed to be coloured 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