From de66cdd593ae921b346267ad1e16c3f9cba6364f Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 24 May 2026 17:02:59 -0400 Subject: [PATCH] docs: Phase 594 contacts hub depth README entry Document contacts hub live region and guildCount span metadata extend. Co-authored-by: Cursor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b327d3b..2877fe3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ P2P friend requests, blocks, and friend presence on the contacts Hyperswarm mesh Maintain the signed-in user's contact graph in JsonStore (`pending_in/out`, `accepted`, `blocked`), gossip request/accept/decline/remove/block RPCs to peer-specific `contactsTopic` buffers, join friend topics for ongoing `PRESENCE_UPDATE` and profile cosmetic sync, and expose friend presence map for DM sidebar and activity feed. +**v0.8.557 (Phase 594):** UI `#contacts-hub-panel-live` + `syncContactsHubLivePanelDuringGuildLoading`; **contacts-errors** excludes audit/compliance/slash/webhook/bot/automation/attachment/embed/message/reaction/pin/search/voice/stage/screen/soundboard/presence/discovery; clipboard `contactsHubPanelLiveBusy`; platform `guildCount` on contact span ends; agentctl `blockContact` + refreshView re-verify. Bundle: `test:phase594-contacts` (app repo). + **v0.8.527 (Phase 564):** UI `#contacts-panel-live` + `syncContactsLivePanelDuringGuildLoading`; dev-log contacts meta extend; agentctl send/accept refreshView re-verify. Bundle: `npm run test:phase564-contacts` (app repo). **v0.8.509 (Phase 546):** Platform `contacts.block`/`contacts.unblock` spans + `activeChannelId` on all contact span ends; split panel compositor (modal backdrop/form, pending in/out, blocked list); agentctl `refreshView` after contacts ops. Bundle: `npm run test:phase546-contacts`.