feat(FN-3054): publish canonical SSE architecture reference in docs

Published a canonical SSE architecture reference, with a major rewrite of the real-time dashboard documentation and a new contributing guideline for SSE patterns (FN-3054).

Fusion-Task-Id: FN-3054
This commit is contained in:
Fusion
2026-05-01 04:58:31 -07:00
committed by gsxdsm
parent 63e6903efd
commit 5e51542a1d
4 changed files with 147 additions and 158 deletions

View File

@@ -42,7 +42,7 @@ For a full walkthrough (installation, onboarding, first task, and daily workflow
| Guide | Description |
|---|---|
| [Architecture](./architecture.md) | System architecture, package layout, storage model, and engine execution flow |
| [Dashboard Real-Time](./dashboard-realtime.md) | Canonical SSE ownership/lifecycle contract for dashboard `/api/events`, project scoping, reconnect/cleanup behavior, and realtime pitfalls |
| [Dashboard Real-Time](./dashboard-realtime.md) | Canonical event-stream architecture contract (shared `/api/events` bus + dedicated stream boundaries), with project/node scoping, reconnect/cleanup behavior, and realtime pitfalls |
| [Storage](./storage.md) | Storage architecture, migration, archive system, and SQLite schema |
| [Contributing](./contributing.md) | Local development setup, testing, release flow, and contributor conventions |
| [Docker](./docker.md) | Container builds, deployment, and persistence configuration |