From bbd4aee8288604eb400f93f5d2c6c44fdadcdc93 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 10:03:06 +0000 Subject: [PATCH] story-kit: start 271_story_show_assigned_agent_in_expanded_work_item_view --- ...signed_agent_in_expanded_work_item_view.md | 19 ++++++++++++++++++ ...signed_agent_in_expanded_work_item_view.md | 20 ------------------- 2 files changed, 19 insertions(+), 20 deletions(-) create mode 100644 .story_kit/work/2_current/271_story_show_assigned_agent_in_expanded_work_item_view.md delete mode 100644 .story_kit/work/4_merge/271_story_show_assigned_agent_in_expanded_work_item_view.md diff --git a/.story_kit/work/2_current/271_story_show_assigned_agent_in_expanded_work_item_view.md b/.story_kit/work/2_current/271_story_show_assigned_agent_in_expanded_work_item_view.md new file mode 100644 index 0000000..164d92e --- /dev/null +++ b/.story_kit/work/2_current/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 diff --git a/.story_kit/work/4_merge/271_story_show_assigned_agent_in_expanded_work_item_view.md b/.story_kit/work/4_merge/271_story_show_assigned_agent_in_expanded_work_item_view.md deleted file mode 100644 index 0531414..0000000 --- a/.story_kit/work/4_merge/271_story_show_assigned_agent_in_expanded_work_item_view.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "Show assigned agent in expanded work item view" -merge_failure: "Auto-conflict resolution produced broken code in 3 files. The resolver kept both sides of overlapping changes, causing: (1) frontend/src/components/ChatInput.tsx - duplicate React imports (forwardRef, useCallback, useEffect, useImperativeHandle, useRef, useState redeclared) and duplicate filteredFiles variable, plus wrong argument count at line 248; (2) server/src/io/fs.rs:759 - two function bodies concatenated without proper structure (missing semicolon/closing brace between Ok(files) and tokio::task::spawn_blocking); (3) server/src/matrix/bot.rs:822 - mismatched/unclosed delimiters from concatenated code blocks in tokio::select! macro area. These are structural merge conflicts that require manual resolution — the auto-resolver treated them as additive but they are overlapping modifications to the same code." ---- - -# 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