Document Phase 966 completion and advance roadmap to Phase 967.

Updates version/release references to v0.8.933 and records offline recovery stats extraction.
This commit is contained in:
Raven Scott
2026-06-05 03:23:46 -04:00
parent 4b52a5eec7
commit 1ca017d575
8 changed files with 78 additions and 54 deletions
+17
View File
@@ -0,0 +1,17 @@
# Release v0.8.933
## Phase 966 - Guild mesh offline recovery stats extract + recovery keys
- Added `guild-mesh-offline-recovery-stats-build.js` to centralize offline recovery stats, mesh auto-heal slice, and recovery span end field keys/builders.
- Updated replication diagnostics and partition-heal orchestrator paths to delegate zero-peer recovery stats and offline-recovery span construction to the new module.
- Added new smoke coverage:
- `test:guild-mesh-offline-recovery-stats-build`
- `test:agentctl-guild-mesh-offline-recovery-stats-journey-stub`
- `test:phase966-boot-gate`
- `test:ci-phase966`
- Extended regression smokes:
- `test:mesh-stability-stats`
- `test:gossip-rpc-pull-unit`
- Added headless journey stub `runGuildMeshOfflineRecoveryStatsJourney()` in `pearcord-agentctl`.
Behavior: non-breaking refactor only, no external API or user-facing behavior changes.