You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit the Dialogue research report summary and the events specification to docs/architecture/ as the long-term source of truth. Research was produced in a worktree under swarm-report/ (gitignored); this task lifts the authoritative portions into version-controlled documentation.
External dependencies decisions (swift-markdown chosen, Textual rejected with rationale)
Risk register and MVP acceptance criteria
Out-of-MVP deferral list
Post-MVP path to server-side / ACP topologies
2. docs/architecture/dialogue-events.md
Full event catalog with wire-level detail. Source: swarm-report/chat-mode-spec-events.md from research worktree, verbatim with header matched to project docs style.
Update cross-references:
Add entry to CLAUDE.md → Architecture Documents section: docs/architecture/dialogue.md, docs/architecture/dialogue-events.md.
Link dialogue.md from docs/architecture/relay-cloud-architecture.md if that file has an index.
Acceptance Criteria
docs/architecture/dialogue.md exists and covers §1–§11 of epic spec.
docs/architecture/dialogue-events.md exists with full event catalog + wire schema for every documented event type.
CLAUDE.md Architecture Documents section lists both new files.
All code snippets in docs use syntax fences with language markers for future syntax highlighting.
No content duplicated between epic body and docs — epic references docs, docs are source of truth.
Description
Commit the Dialogue research report summary and the events specification to
docs/architecture/as the long-term source of truth. Research was produced in a worktree underswarm-report/(gitignored); this task lifts the authoritative portions into version-controlled documentation.Spec: Epic #250 §13 (References).
Scope
Create two new files in
docs/architecture/:1.
docs/architecture/dialogue.mdCondensed architectural summary — copy of Epic #250 §1–§11 with minor adaptations:
SessionSurface,Presentationenum)claude --resume <session_id>)2.
docs/architecture/dialogue-events.mdFull event catalog with wire-level detail. Source:
swarm-report/chat-mode-spec-events.mdfrom research worktree, verbatim with header matched to project docs style.Update cross-references:
CLAUDE.md→ Architecture Documents section:docs/architecture/dialogue.md,docs/architecture/dialogue-events.md.dialogue.mdfromdocs/architecture/relay-cloud-architecture.mdif that file has an index.Acceptance Criteria
docs/architecture/dialogue.mdexists and covers §1–§11 of epic spec.docs/architecture/dialogue-events.mdexists with full event catalog + wire schema for every documented event type.CLAUDE.mdArchitecture Documents section lists both new files.Relationships
.worktree/research-chat-mode(source of truth before commit)