diff --git a/.story_kit/work/5_done/271_story_show_assigned_agent_in_expanded_work_item_view.md b/.story_kit/work/5_done/271_story_show_assigned_agent_in_expanded_work_item_view.md new file mode 100644 index 0000000..164d92e --- /dev/null +++ b/.story_kit/work/5_done/271_story_show_assigned_agent_in_expanded_work_item_view.md @@ -0,0 +1,19 @@ +--- +name: "Show assigned agent in expanded work item view" +--- + +# Story 271: Show assigned agent in expanded work item view + +## User Story + +As a project owner viewing an expanded work item in the web UI, I want to see which agent (e.g. coder-opus) has been assigned via front matter, so that I know which coder is working on or will pick up the story. + +## Acceptance Criteria + +- [ ] Expanded work item view displays the agent front matter field if set +- [ ] Shows the specific agent name (e.g. 'coder-opus') not just 'assigned' +- [ ] If no agent is set in front matter, the field is omitted or shows unassigned + +## Out of Scope + +- TBD