beadboard/tmp_status.txt
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

87 lines
3.1 KiB
Text

On branch feat/themev2
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .beads/.gitignore
modified: .beads/config.yaml
modified: .beads/metadata.json
modified: AGENTS.md
modified: README.md
modified: docs/protocols/operative-protocol-v1.md
modified: eslint.config.mjs
modified: next.config.ts
modified: package.json
modified: src/app/api/beads/_shared.ts
modified: src/app/api/sessions/[beadId]/conversation/route.ts
modified: src/app/api/sessions/route.ts
modified: src/app/api/swarm/list/route.ts
modified: src/app/api/swarm/status/route.ts
modified: src/app/globals.css
deleted: src/app/graph/page.tsx
deleted: src/app/mockup/page.tsx
deleted: src/app/page-old.tsx
deleted: src/app/sessions/page.tsx
deleted: src/app/timeline/page.tsx
modified: src/components/activity/activity-panel.tsx
modified: src/components/activity/swarm-command-feed.tsx
modified: src/components/graph/assignment-panel.tsx
modified: src/components/kanban/kanban-page.tsx
modified: src/components/sessions/conversation-drawer.tsx
modified: src/components/shared/left-panel.tsx
modified: src/components/shared/thread-drawer.tsx
modified: src/components/shared/unified-shell.tsx
modified: src/hooks/use-panel-resize.ts
modified: src/lib/agent-sessions.ts
deleted: src/lib/bd-path.ts
modified: src/lib/bridge.ts
modified: src/lib/mutations.ts
modified: src/styles/themes/light.css
modified: tests/components/unified-shell.test.tsx
deleted: tests/lib/bd-path.test.ts
modified: tests/lib/bridge.test.ts
modified: tests/lib/mutations.test.ts
modified: tsconfig.json
Untracked files:
(use "git add <file>..." to include in what will be committed)
.beads/dolt-backup-20260228-101523/
.beads/dolt-config.log
.beads/dolt-sql-server.log
.beads/dolt-sql-server.pid
.beads/hooks/
.beads/recovery-20260228-100628/
docs/plans/2026-02-28-bd-only-coordination-migration-plan.md
docs/prompts/2026-02-28-next-session-dolt-repair.md
docs/prompts/2026-02-28-next-session-holistic-ux-critique.md
docs/prompts/2026-02-28-next-session-swarm-ux.md
docs/prompts/remotion.md
docs/protocols/2026-02-28-agent-first-ui-decisions.md
docs/protocols/2026-02-28-bb-deprecation-notes.md
docs/protocols/2026-02-28-bd-audit-coordination-schema.md
image-2.png
image-3.png
image-4.png
image-5.png
image-6.png
image-7.png
image-8.png
image-9.png
reference/
src/app/api/bd/
src/app/api/coord/
src/hooks/use-bd-health.ts
src/lib/coord-events.ts
src/lib/coord-projections.ts
src/lib/coord-schema.ts
src/lib/project-root.ts
tests/api/bd-health-route.test.ts
tests/api/coord-events-route.test.ts
tests/components/sessions/conversation-drawer-coord.test.tsx
tests/lib/coord-events.test.ts
tests/lib/coord-projections-inbox.test.ts
tests/lib/coord-projections-reservations.test.ts
tests/lib/coord-schema.test.ts
tmp_diff.txt
tmp_status.txt
no changes added to commit (use "git add" and/or "git commit -a")