docs(phase982): mesh stability UI topology chrome v0.8.949

Mark Phase 982 complete (47/50), update roadmap to Phase 983, and document
topology chrome modules, CI bundle, and release notes.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-05 04:28:23 -04:00
co-authored by Cursor
parent fbcac89590
commit 01cb18f828
6 changed files with 105 additions and 51 deletions
+37
View File
@@ -0,0 +1,37 @@
# Release v0.8.949 — Phase 982: Mesh Stability UI Topology Chrome Keys Extract
**Date:** 2026-06-05
**Type:** Non-breaking refactor — mesh stability UI parity hardening
## Summary
Phase 982 extracts mesh stability topology chrome field/action keys and UI copy
formatters from `app.js` into dedicated modules with identical diagnostics peer
hint and settings stability line strings.
## New Modules
### `pearcord-platform/mesh-stability-ui-topology-chrome-keys.js`
- 5 field keys: meshPeerCount, pushHalted, pendingGossipCount, pushPeerSlot, statsPeers
- 1 action key: syncReconnect
- `pickMeshStabilityTopologyChromeFields()` and `buildMeshStabilityTopologyChromeSnapshot()`
### `apps/pearcord/ui/mesh-stability-ui-topology-chrome.js`
- Re-exports platform keys
- `formatMeshStabilityPeerHintText()`, `buildMeshStabilityPeerHintParagraph()`
- `formatMeshStabilitySettingsStabilityLine()`
## Test Coverage
- `smoke-mesh-stability-ui-topology-chrome-build.cjs` — keys registry + formatter strings + app.js wire checks
- `smoke-phase982-boot-gate.cjs` — version check (0.8.949)
- `smoke-agentctl-mesh-stability-ui-topology-chrome-journey-stub.cjs` — agentctl integration stub
- `test:mesh-stability-stats` — extended with topology chrome snapshot assertions
- `test:gossip-rpc-pull-unit` — extended with topology chrome key assertions
- `test:ci-phase982` — full CI bundle
## Version
`0.8.948``0.8.949`