Phase 1024: document sync pending/health bundle refresh extract (v0.8.991).

Roadmap, testing, modules, and release notes updated for four sync
pending/health predicate modules and test:ci-phase1024 bundle.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-05 07:09:35 -04:00
co-authored by Cursor
parent a1e941091e
commit ec626aff5b
6 changed files with 137 additions and 11 deletions
+45
View File
@@ -0,0 +1,45 @@
# Release v0.8.991 — Phase 1024: Mesh Stability UI Sync Pending/Health Bundle Refresh
**Date:** 2026-06-05
**Type:** Non-breaking refactor — mesh stability UI chrome refresh track
## Summary
Phase 1024 extracts four sync pending/health light-poll refresh predicates from `app.js`
into dedicated platform + UI modules: `guildSyncPendingNeedsRefresh`,
`guildQuadSyncPendingNeedsRefresh`, `guildQuadSyncHealthNeedsRefresh`, and
`guildSyncAckWatermarkNeedsRefresh`. Composite hash builders extend
`mesh-stability-ui-guild-quad-composite-hash.js`. Chrome handlers unchanged.
## New Modules
### Extended `apps/pearcord/ui/mesh-stability-ui-guild-quad-composite-hash.js`
- `hashGuildSyncPendingForView`, `hashGuildSyncAckWatermarkForView`
- `hashGuildQuadSyncPendingForView`, `hashGuildQuadSyncHealthForView`
### Platform keys (4 predicates + bundle kind registry)
- `mesh-stability-ui-guild-sync-pending-refresh-keys.js`
- `mesh-stability-ui-guild-quad-sync-pending-refresh-keys.js`
- `mesh-stability-ui-guild-quad-sync-health-refresh-keys.js`
- `mesh-stability-ui-guild-sync-ack-watermark-refresh-keys.js`
- `mesh-stability-ui-guild-sync-pending-health-bundle-refresh-keys.js`
### UI predicates
- `mesh-stability-ui-guild-sync-pending-refresh.js`
- `mesh-stability-ui-guild-quad-sync-pending-refresh.js`
- `mesh-stability-ui-guild-quad-sync-health-refresh.js`
- `mesh-stability-ui-guild-sync-ack-watermark-refresh.js`
## Test Coverage
- `smoke-mesh-stability-ui-guild-sync-pending-health-bundle-refresh-build.cjs`
- `smoke-phase1024-boot-gate.cjs`
- `smoke-agentctl-mesh-stability-ui-guild-sync-pending-health-bundle-refresh-journey-stub.cjs`
- `test:ci-phase1024` — full meta-bundle
## Version
`0.8.990``0.8.991`