docs: note Phase 564 contacts UI live region and test bundle

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 14:51:02 -04:00
co-authored by Cursor
parent ec3145de36
commit 851b4ec0a8
+2
View File
@@ -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.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`.
**v0.8.493 (Phase 530):** Platform span ends add `pendingOutCount`/`acceptedCount`/`pendingInCount`; UI compositor panels `syncContactsModalPanelDuringGuildLoading`, `syncContactsPendingPanelDuringGuildLoading`, `syncContactsFriendPanelDuringGuildLoading`; anchored **contacts-errors** filter. Bundle: `npm run test:phase530-contacts`.