story-kit: queue 271_story_show_assigned_agent_in_expanded_work_item_view for merge
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user