Document Phase 965 completion and advance roadmap to Phase 966.

Updates release/version references to v0.8.932, records the sync health rail stats extraction test bundle, and marks roadmap/changelog progress with the next active phase set to 966.
This commit is contained in:
Raven Scott
2026-06-05 03:19:48 -04:00
parent 42d2f46103
commit 4b52a5eec7
8 changed files with 78 additions and 54 deletions
+17
View File
@@ -0,0 +1,17 @@
# Release v0.8.932
## Phase 965 - Guild mesh sync health rail stats extract + health keys
- Added `guild-mesh-sync-health-stats-build.js` to centralize sync health rail stats, diagnostics slice, and health snapshot enrichment keys/builders.
- Updated partition-heal orchestrator mixin to delegate `getGuildSyncHealth`, stability stats sync-health fields, and guild sync diagnostics slice construction to the new module.
- Added new smoke coverage:
- `test:guild-mesh-sync-health-stats-build`
- `test:agentctl-guild-mesh-sync-health-stats-journey-stub`
- `test:phase965-boot-gate`
- `test:ci-phase965`
- Extended regression smokes:
- `test:mesh-stability-stats`
- `test:gossip-rpc-pull-unit`
- Added headless journey stub `runGuildMeshSyncHealthStatsJourney()` in `pearcord-agentctl`.
Behavior: non-breaking refactor only, no external API or user-facing behavior changes.