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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user