docs(platform): Phase 826 single-peer churn rejoin (v0.8.793)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-04 03:31:24 -04:00
co-authored by Cursor
parent b3fdd368dd
commit ae8414f662
+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 826 (v0.8.793):** Triple-peer single-peer churn rejoin via partial mesh drop + recovery burst on rejoin. Bundle: `npm run test:ci-phase826`.
**Phase 825 (v0.8.792):** Triple-peer composite recovery burst via `runOfflineRecoverySync` + `requestGuildSyncBurst({ clearPushHalt: true })`. Bundle: `npm run test:ci-phase825`.
**Phase 824 (v0.8.791):** Triple-peer sync burst via `requestGuildSyncBurst({ clearPushHalt: true })`. Bundle: `npm run test:ci-phase824`.