From 64a14718fef8bed3b4126691f0cfa29cab14934b Mon Sep 17 00:00:00 2001 From: atlas Date: Thu, 23 Jul 2026 13:23:37 +0200 Subject: [PATCH] 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. --- hive-sh4re/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hive-sh4re/README.md b/hive-sh4re/README.md index f7c0f8d6..07bb7590 100644 --- a/hive-sh4re/README.md +++ b/hive-sh4re/README.md @@ -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