From b3c36274b854a27226e695ad386506e2ed842f28 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Thu, 4 Jun 2026 06:38:57 -0400 Subject: [PATCH] Phase 860: document quad scale heal + DM during heal (v0.8.827) Co-authored-by: Cursor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d37462..1bfb3f5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Application facade: one `PearcordPlatform` class that wires identity, database, guild mesh, DMs, invites, voice, discovery, bots, and dozens of feature modules for the Pearcord desktop sidecar and companion. **Mixin sources:** [`mixins/README.md`](mixins/README.md) — `domain/`, `json-export/`, `runtime/{core,mesh,guild-sync,search-discovery,partition-heal,view,voice-dm,features}/`. Architecture: [PLATFORM_MIXINS.md](../../docs/PLATFORM_MIXINS.md). Regenerate after manifest edits: `cd apps/pearcord && npm run regenerate:platform-mixins`. OTA prestage recursively verifies symbols under `mixins/` — [RELEASE.md](../../docs/RELEASE.md#prestage-sync-file-deps). +**Phase 860 (v0.8.827):** Quad ultimate roster scale heal + DM during heal (Phase 859 + P654). Bundle: `npm run test:ci-phase860`. + **Phase 859 (v0.8.826):** Quad ultimate roster heal at 300+ scale (Phase 858 + P654-22). Bundle: `npm run test:ci-phase859`. **Phase 858 (v0.8.825):** Quad ultimate roster heal (Phases 857 + 856). Bundle: `npm run test:ci-phase858`.