beadboard/tests/components/graph
ZenchantLive 861ae89491 fix: wire conversation panel to DAG nodes with toggle support
- Add MessageSquare icon to GraphNodeCard; prop-thread onConversationOpen
  and selectedTaskId through WorkflowGraph node data (no useUrlState
  inside ReactFlow nodes — avoids context/timing issues)
- Fix ContextualRightPanel: check taskId before epicId so clicking the
  conversation icon always opens ThreadDrawer even when an epic filter
  is active
- setEpicId now clears task from URL so selecting an epic resets any
  open conversation thread
- handleGraphSelect toggles: second click on same node calls setTaskId(null)
  closing the right panel
- Add onSelect to WorkflowGraph flowModel deps to prevent stale callbacks
- Fix ContextualRightPanel onClose no-ops: wired to setTaskId(null) /
  setSwarmId(null) so back button works
- Right panel always visible (removed panel==='open' gate in UnifiedShell)
- SmartDag task grid: horizontal scroll, fixed-width cards, hideClosed=true
- Add <Suspense> in page.tsx for useSearchParams compatibility
- Enable dolt auto-start in .beads/config.yaml
- Add 14 static analysis tests (graph-node-conversation.test.tsx)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-01 13:51:46 -08:00
..
assignment-panel-sections.test.tsx feat(ui): add AssignmentPanel with Needs Agent, Pre-assigned, Squad Roster 2026-02-24 16:15:35 -08:00
graph-node-assign.test.tsx feat(graph): add Assign button and archetype dropdown to GraphNodeCard 2026-02-24 16:14:56 -08:00
graph-node-conversation.test.tsx fix: wire conversation panel to DAG nodes with toggle support 2026-03-01 13:51:46 -08:00
graph-node-labels-optimistic.test.tsx fix(graph): prevent SSE overwrites of optimistic label updates 2026-02-24 16:48:16 -08:00
graph-node-labels.test.tsx feat(graph): pass labels through WorkflowGraph to enable agent assignment display 2026-02-24 16:14:39 -08:00
graph-node-single-archetype.test.tsx feat(graph): enforce single archetype per task 2026-02-24 17:04:44 -08:00
smart-dag.test.tsx feat(core): add SmartDag and supporting infrastructure for assign mode 2026-02-24 16:16:10 -08:00