feat(FN-3048): document SSE lifecycle and scoping in dashboard-realtime

Adds a new `dashboard-realtime.md` documentation file covering the SSE lifecycle and scoping behavior, plus minor cross-references in the README and architecture docs.

Fusion-Task-Id: FN-3048
This commit is contained in:
Fusion
2026-05-01 00:46:30 -07:00
committed by gsxdsm
parent 07c552f823
commit bb154a33e9
3 changed files with 254 additions and 0 deletions

View File

@@ -42,6 +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 |
| [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 |