feat(FN-3423): show task branch metadata on cards
- Render Branch/Base chips in TaskCard when branch metadata is present - Add responsive TaskCard styles for branch metadata chips using design tokens - Expand TaskCard tests to cover branch/base rendering and memo comparator branch changes - Remove unused ChatView focus-preservation refs/callback to resolve lint blockers - Document branch metadata semantics in task-management docs Fusion-Task-Id: FN-3423
This commit is contained in:
@@ -110,6 +110,8 @@ fn task unarchive FN-001
|
||||
|
||||
### Branch metadata semantics
|
||||
|
||||
Task cards on the board surface branch metadata when present so users can scan both the working branch and merge target without opening task details.
|
||||
|
||||
Task branch fields are intentionally distinct:
|
||||
|
||||
- `task.branch` — the actual working branch used for the task worktree (for example `fusion/fn-1234` or a conflict-suffixed variant).
|
||||
|
||||
Reference in New Issue
Block a user