From 10f639db540060c5f1de3974631e156837a419ad Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 24 May 2026 17:13:42 -0400 Subject: [PATCH] docs: Phase 596 agentctl onboarding refreshView bundle note Co-authored-by: Cursor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e3670c..34f23be 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Both modes use **`pearcord-ui-flow` `dispatchUiMessage`** — the same handler a `AgentClient` resolves RPC replies before treating `{ event: "state" | "sidecar" }` push lines as events (fixes `wait-event` responses that include an `event` field). +**v0.8.559 (Phase 596):** Headless `registerUser`, `createGuild`, and `joinGuildInvite` `refreshView` re-verified for onboarding hub bundle. Bundle: `npm run test:agentctl-phase596-onboarding` (chains `test:agentctl-phase567-onboarding`). + **v0.8.558 (Phase 595):** Headless `openDmWithPeer`, `createGroupDm`, and `sendDmMessage` `refreshView` re-verified for DMs hub bundle. Bundle: `npm run test:agentctl-phase595-dms` (chains `test:agentctl-phase565-dms`). **v0.8.557 (Phase 594):** Headless `sendFriendRequest`, `acceptFriendRequest`, and `blockContact` `refreshView` re-verified for contacts hub bundle. Bundle: `npm run test:agentctl-phase594-contacts` (chains `test:agentctl-phase564-contacts`).