diff --git a/PEARCORD_PARITY.md b/PEARCORD_PARITY.md index fce8d28..e3a5c20 100644 --- a/PEARCORD_PARITY.md +++ b/PEARCORD_PARITY.md @@ -158,6 +158,8 @@ Phases **0–2** and **4** are largely complete; **3** (live audio) and **5** (n **v0.8.70 (Phase 106):** Automation digest snapshot mesh body fetch (RPC 73/74), archive peer last-seen in picker, worker publish announce + matrix E2E gate. +**Next (Phase 107):** Digest fetch retry/backoff, `archivePeerSeen` GUILD_SYNC slice, live two-peer digest fetch smoke. + **v0.8.69 (Phase 105):** Mesh-connected archive peer indicator, scheduled automation digest export, worker publish matrix gate. **v0.8.68 (Phase 104):** Archive fetch peer picker, worker trial matrix, automation schedule digest export bundle. diff --git a/PLATFORM_ROADMAP.md b/PLATFORM_ROADMAP.md index 5c4cd62..591ba68 100644 --- a/PLATFORM_ROADMAP.md +++ b/PLATFORM_ROADMAP.md @@ -303,7 +303,20 @@ When completing work, change `[ ]` → `[x]` and add a one-line note under **Cha | P106-3 | `test:worker-publish-announce-matrix` in publish dry-run gate | [x] | | P106-4 | `test:automation-digest-snapshot-fetch`, `test:archive-peer-last-seen` | [x] | -**Next:** Digest snapshot fetch retry/backoff · archive peer seen mesh sync slice · live E2E digest fetch across two peers. +**Next:** ~~Digest snapshot fetch retry/backoff · archive peer seen mesh sync slice · live E2E digest fetch across two peers~~ (Phase 107). + +--- + +### Phase 107 — Digest fetch resilience & archive seen mesh sync (planned) + +| ID | Item | Status | +|----|------|--------| +| P107-1 | `fetchAutomationDigestSnapshotFromMesh` retry + backoff (mirror audit archives) | [ ] | +| P107-2 | `archivePeerSeen` slice on `GUILD_SYNC` + ingest | [ ] | +| P107-3 | Live two-peer digest snapshot fetch smoke | [ ] | +| P107-4 | UI loading/error states for digest mesh fetch | [ ] | + +**Next:** Automation digest export email notification prefs · archive peer health score · worker release mesh fanout audit. ---