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:
Fusion
2026-05-06 21:14:16 -07:00
committed by gsxdsm
parent 0f69b2e78f
commit c071a3aab5
5 changed files with 154 additions and 28 deletions

View File

@@ -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).