Phase 994: document audit export sidecar extract (v0.8.961)

Roadmap Phase 994 complete; MESH_STABILITY, AUTOMATED_TESTING, and release
notes updated for audit sidecar UI module extraction.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-05 05:20:10 -04:00
co-authored by Cursor
parent 4226dccdcc
commit 1f58ddc41a
6 changed files with 115 additions and 7 deletions
+36
View File
@@ -0,0 +1,36 @@
# Release v0.8.961 — Phase 994: Mesh Stability UI Audit Export Sidecar Embed Keys Extract
**Date:** 2026-06-05
**Type:** Non-breaking refactor — mesh stability UI parity hardening
## Summary
Phase 994 extracts the audit export sidecar status paragraph and export button
from `app.js` into dedicated platform keys and UI modules — strings and markup
unchanged.
## New Modules
### `pearcord-platform/mesh-stability-ui-audit-sidecar-keys.js`
- 3 field keys (`lastAuditExportAt`, `auditExportFilter`, `exportCount`) + 3 embed parts
- Export button id constant (`btn-export-audit-sidecar`)
- `buildMeshStabilityAuditSidecarSnapshot()`
### `apps/pearcord/ui/mesh-stability-ui-audit-sidecar.js`
- `formatMeshStabilityAuditSidecarStatusLine()` — last export/filter/count copy
- `buildMeshStabilityAuditSidecarDiagnosticsEmbedHtml()` — conditional sidecar embed
## Test Coverage
- `smoke-mesh-stability-ui-audit-sidecar-build.cjs` — keys + UI embed
- `smoke-phase994-boot-gate.cjs` — version check (0.8.961)
- `smoke-agentctl-mesh-stability-ui-audit-sidecar-journey-stub.cjs` — agentctl stub
- `test:mesh-stability-stats` — extended with audit sidecar snapshot assertions
- `test:gossip-rpc-pull-unit` — extended with audit sidecar embed part keys
- `test:ci-phase994` — full CI bundle
## Version
`0.8.960``0.8.961`