Phase 783: document guild sync watermark and message delta (v0.8.750)

Roadmap 50/50, release notes, and cross-links for mesh sync hardening.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-03 21:21:00 -04:00
co-authored by Cursor
parent 4e4997ff14
commit 9ea6516a5c
10 changed files with 94 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
# Release v0.8.750 — Guild sync watermark & message delta (Phase 783)
- Worker: `guildSyncHealthSignature`, `messagesViewSignature`, `guildChannelsViewSignature` prevent dropped sync progress and message tail updates
- `guild-sync-ready` structural push when messages ingested
- Guest mesh peer-join clears sync push halt before watermark fanout
- UI: light-poll refresh for sync banner, channels, and active-channel messages
- IPC: `sync-guild-sync-health` for manual recovery
- Agentctl: `runGuildMeshMessageDeltaJourney`, matchers `guildSyncProgressPctMin`, `activeChannelMessagesMin`
- CI: `npm run test:ci-phase783`