docs(roadmap): define Phase 107 digest fetch resilience backlog

Add planned Phase 107 items after completing Phase 106 in v0.8.70 so autonomous
development can continue with digest retry, archive seen sync, and live E2E smokes.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 05:32:22 -04:00
co-authored by Cursor
parent 3a3d00ad2d
commit 818e56a94d
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -158,6 +158,8 @@ Phases **02** 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.
+14 -1
View File
@@ -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.
---