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 aca26b423f
commit 5eb1d09787
4 changed files with 147 additions and 158 deletions

View File

@@ -70,6 +70,14 @@ Before submitting changes, verify:
- [ ] `pnpm verify:workspace` — canonical lint → test → build gate
- [ ] `pnpm typecheck` — type checking passes
## Realtime/SSE change note
If your change touches dashboard realtime behavior (`/api/events`, SSE hooks, proxy event streams, or dedicated stream endpoints), review and update the canonical contract doc:
- [`docs/dashboard-realtime.md`](./dashboard-realtime.md)
Do not create parallel SSE architecture docs. Keep ownership/scoping/cleanup guidance centralized there.
## Testing Requirements
Use real test runs (not manual verification substitutes):