Phase 816: document triple-peer partition heal hardening (v0.8.783).

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-03 23:38:19 -04:00
co-authored by Cursor
parent 7cf48cc494
commit 18c23b5b65
+2
View File
@@ -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 816 (v0.8.783):** Triple-peer partition heal hardening extends Phase 796 heal path. Bundle: `npm run test:ci-phase816`.
**Phase 815 (v0.8.782):** Triple-peer loading uses Phase 780 guild-loading mesh path. Bundle: `npm run test:ci-phase815`.
**Phase 814 (v0.8.781):** Triple-peer message delta uses Phase 783 watermark + fanout path. Bundle: `npm run test:ci-phase814`.