docs(#2627): clarify hive-sh4re owns payloads, not the wire envelopes

Land argus's review nit from #2654 (it was pushed to that PR's branch as
fc4230f2 but got orphaned when the branch was merged + auto-deleted before
the fix landed). The hive-sh4re README opening said 'Agent / Manager
request + response shapes', which reads as if the wire envelopes still live
here; they moved to the per-socket crates. Now says 'shared payload
vocabulary' and notes where the envelopes live.
This commit is contained in:
atlas 2026-07-23 13:23:37 +02:00 committed by mara
commit 64a14718fe

View file

@ -1,9 +1,10 @@
# hive-sh4re
The **shared wire types** between `hive-c0re` and the in-container harness — the
common vocabulary (`Message`, `Approval`, `LooseEnd`, `HelperEvent`, the
Agent / Manager request + response shapes) that the unix-socket protocols are
built from.
The **shared payload vocabulary** between `hive-c0re` and the in-container
harness — the common types (`Message`, `Approval`, `LooseEnd`, `HelperEvent`, …)
that the per-socket wire protocols are built from. The request/response
*envelopes* themselves now live in the per-socket crates (below); this crate
holds the payloads they carry.
## Where it sits