beadboard/tests/lib
zenchantlive c246ceaf21 feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip
- Removed broken LaunchSwarmDialog (formula-based) from TopBar/LeftPanel
- All Rocket buttons (TopBar, LeftPanel, DAG nodes, social cards) now open
  AssignmentPanel (archetype-based) which actually works
- Every Rocket clears taskId first so assignMode && !taskId condition passes
- Conversation button priority: taskId always shows conversation, not assign panel
- Added TelemetryStrip: minimized right sidebar with status dots when non-telemetry
  panel (conversation/assignment) is active
- Live feed has minimize button → restores last taskId or assignMode
- DAG nodes: Signal icon → restores telemetry feed
- Social button on DAG nodes: single router.push to avoid race (setView + setTaskId)
- Fixed social card message button: opens right panel with drawer:closed (no popup)

Co-Authored-By: Oz <oz-agent@warp.dev>
2026-03-01 18:17:58 -08:00
..
activity.test.ts feat(logic): establish derived-activity engine and agent-session protocols 2026-02-14 00:19:59 -08:00
agent-liveness.test.ts feat(telemetry): complete bb-buff.1.3 - Backend Liveness Refactor 2026-02-15 21:14:05 -08:00
agent-mail.test.ts feat(telemetry): complete bb-buff.1.3 - Backend Liveness Refactor 2026-02-15 21:14:05 -08:00
agent-protocol.test.ts feat(protocol): wire session aggregation and API with liveness 2026-02-14 10:43:02 -08:00
agent-registry-bd.test.ts feat(agents): complete bb-1y7 - Consolidate Agent Identity to bd Beads 2026-02-15 21:18:48 -08:00
agent-registry.test.ts feat(telemetry): complete bb-buff.1.3 - Backend Liveness Refactor 2026-02-15 21:14:05 -08:00
agent-reservations.test.ts docs(beads): etch project history into memory bank and finalize skill-bb 2026-02-14 00:21:25 -08:00
agent-sessions-liveness.test.ts feat(telemetry): complete bb-buff.1.3 - Backend Liveness Refactor 2026-02-15 21:14:05 -08:00
agent-sessions-state.test.ts feat(telemetry): complete bb-buff.1.3 - Backend Liveness Refactor 2026-02-15 21:14:05 -08:00
agent-sessions.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
agent-takeover.test.ts feat(protocol): wire session aggregation and API with liveness 2026-02-14 10:43:02 -08:00
aggregate-read.test.ts feat(graph): Implement Graph View with Dagre Layout and Epic Scope (bb-18e) 2026-02-12 23:36:41 -08:00
bridge.test.ts feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip 2026-03-01 18:17:58 -08:00
coalescer.test.ts Add realtime watcher+SSE transport with tests and lock-retry read path 2026-02-11 21:05:27 -08:00
coord-events.test.ts feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip 2026-03-01 18:17:58 -08:00
coord-projections-inbox.test.ts feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip 2026-03-01 18:17:58 -08:00
coord-projections-reservations.test.ts feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip 2026-03-01 18:17:58 -08:00
coord-schema.test.ts feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip 2026-03-01 18:17:58 -08:00
graph-view.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
graph.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
identity-isolation.test.ts fix(protocol): implement Identity Isolation to prevent task pollution 2026-02-14 13:29:28 -08:00
issue-editor.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
kanban.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
mission-pathing.test.ts feat(sessions): progress bb-buff.3.3 - Active Mission Pathing (data layer) 2026-02-15 21:15:48 -08:00
mutations.test.ts feat(ux): consolidate Launch Swarm + telemetry UX with minimized strip 2026-03-01 18:17:58 -08:00
parser.test.ts feat(graph): Implement Graph View with Dagre Layout and Epic Scope (bb-18e) 2026-02-12 23:36:41 -08:00
path-overlap.test.ts feat(protocol): implement core backend engine for Operative Protocol 2026-02-14 10:38:10 -08:00
pathing.test.ts chore: initialize beadboard baseline 2026-02-11 17:42:51 -08:00
project-context.test.ts feat: add project context model 2026-02-11 19:44:47 -08:00
project-scope.test.ts feat(graph): Implement Graph View with Dagre Layout and Epic Scope (bb-18e) 2026-02-12 23:36:41 -08:00
read-issues.test.ts feat: attach project context to read issues 2026-02-11 19:44:55 -08:00
read-text-retry.test.ts Add realtime watcher+SSE transport with tests and lock-retry read path 2026-02-11 21:05:27 -08:00
realtime-activity-sse.test.ts chore: checkpoint before DAG views UX overhaul 2026-02-22 20:43:59 -08:00
realtime-history.test.ts feat(observability): chronological timeline and agent productivity APIs 2026-02-14 00:21:02 -08:00
realtime.test.ts feat(telemetry): complete bb-buff.1.3 - Backend Liveness Refactor 2026-02-15 21:14:05 -08:00
registry.test.ts feat: add Windows project registry API and persistence 2026-02-11 20:35:36 -08:00
scanner.test.ts feat(graph): Implement Graph View with Dagre Layout and Epic Scope (bb-18e) 2026-02-12 23:36:41 -08:00
snapshot-differ-stress.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
snapshot-differ.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
social-cards.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
swarm-cards.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00
swarm-molecules-simple.test.ts feat(data): complete bb-ui2.15 - Swarm Cards Data Builder 2026-02-15 21:18:13 -08:00
swarm-molecules.test.ts feat(data): complete bb-ui2.15 - Swarm Cards Data Builder 2026-02-15 21:18:13 -08:00
watcher.test.ts chore: checkpoint before DAG views UX overhaul 2026-02-22 20:43:59 -08:00
writeback.test.ts test: update all test files with templateId field 2026-02-26 10:23:07 -08:00