Document Phase 964 completion and advance roadmap to Phase 965.

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