docs: dashboard event channel, hive-fr0nt crate, mutation events, seq dedupe

This commit is contained in:
müde 2026-05-17 14:24:47 +02:00
parent 62784d4933
commit d8d393da6d
3 changed files with 167 additions and 30 deletions

View file

@ -24,9 +24,12 @@ admin socket.
## Wire protocol
JSON line-delimited over unix sockets in both directions (host admin
/ manager / agent). SSE streams (`/messages/stream`,
`/events/stream`) are `text/event-stream`. Request/response types
live in `hive-sh4re` — change them in one place.
/ manager / agent). SSE streams (`/dashboard/stream` on hive-c0re,
`/events/stream` on the per-agent web UIs) are `text/event-stream`;
each frame carries a `seq` field for the snapshot-dedupe dance
(see `docs/web-ui.md`). Request/response types live in `hive-sh4re`
— change them in one place. The dashboard event vocabulary lives
in `hive-c0re::dashboard_events::DashboardEvent`.
## Async forms