storkit: accept 339_story_web_ui_agent_assignment_dropdown_on_work_items

This commit is contained in:
Dave
2026-03-20 12:59:20 +00:00
parent d60ed18e0f
commit ba4af4179e

View File

@@ -1,21 +0,0 @@
---
name: "Web UI agent assignment dropdown on work items"
---
# Story 339: Web UI agent assignment dropdown on work items
## User Story
As a project owner using the web UI, I want to select which agent to assign to a work item from a dropdown, so that I can control agent assignments visually.
## Acceptance Criteria
- [ ] Agent dropdown visible in expanded work item detail panel
- [ ] Shows available agents filtered by appropriate stage (coders for current, QA for qa, mergemaster for merge)
- [ ] Selecting an agent stops any current agent and starts the new one
- [ ] Updates the story front matter with the agent assignment
- [ ] Shows agent status (running, idle) in the dropdown
## Out of Scope
- TBD