Phase 1029: document quad settings/sounds/churn bundle extraction (v0.8.996).

Update roadmap, mesh stability docs, testing index, modules catalog, and
release notes for quad settings/sounds/churn modularization.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-05 07:28:03 -04:00
co-authored by Cursor
parent 1b18b2cf72
commit 6f40162ff2
6 changed files with 133 additions and 15 deletions
+46
View File
@@ -0,0 +1,46 @@
# Release v0.8.996 — Phase 1029: Mesh Stability UI Quad Settings/Sounds/Churn Bundle Refresh
**Date:** 2026-06-05
**Type:** Non-breaking refactor — mesh stability UI chrome refresh track
## Summary
Phase 1029 extracts four guild quad light-poll refresh predicates from `app.js`
into dedicated platform + UI modules: `guildQuadChannelSettingsNeedsRefresh`,
`guildQuadChannelTopicNeedsRefresh`, `guildQuadSoundsNeedsRefresh`, and
`guildMultiGuildQuadChurnMatrixNeedsRefresh`. Quad composite hashes extended in
`mesh-stability-ui-guild-quad-composite-hash.js` (channel settings/topic via
channel-composite-hash). Chrome handlers unchanged.
## New Modules
### Extended `apps/pearcord/ui/mesh-stability-ui-guild-quad-composite-hash.js`
- `hashGuildQuadChannelTopicForView`, `hashGuildQuadChannelSettingsForView`,
`hashGuildQuadSoundsForView`, `hashGuildMultiGuildQuadChurnMatrixForView`
### Platform keys (4 predicates + bundle kind registry)
- `mesh-stability-ui-guild-quad-channel-settings-refresh-keys.js`
- `mesh-stability-ui-guild-quad-channel-topic-refresh-keys.js`
- `mesh-stability-ui-guild-quad-sounds-refresh-keys.js`
- `mesh-stability-ui-guild-multi-guild-quad-churn-matrix-refresh-keys.js`
- `mesh-stability-ui-guild-quad-settings-sounds-churn-bundle-refresh-keys.js`
### UI predicates
- `mesh-stability-ui-guild-quad-channel-settings-refresh.js`
- `mesh-stability-ui-guild-quad-channel-topic-refresh.js`
- `mesh-stability-ui-guild-quad-sounds-refresh.js`
- `mesh-stability-ui-guild-multi-guild-quad-churn-matrix-refresh.js`
## Test Coverage
- `smoke-mesh-stability-ui-guild-quad-settings-sounds-churn-bundle-refresh-build.cjs`
- `smoke-phase1029-boot-gate.cjs`
- `smoke-agentctl-mesh-stability-ui-guild-quad-settings-sounds-churn-bundle-refresh-journey-stub.cjs`
- `test:ci-phase1029` — full meta-bundle
## Version
`0.8.995``0.8.996`