Phase 921: export mesh validate alignment extract + diagnostics inputs extract + validate coverage facade (v0.8.888)

Non-breaking refactor only — validate-alignment module centralizes alignment orchestration; validateExportMeshFetchRegistryCoverageFromScope facade deduplicates coverage calls; buildExportMeshFetchRegistryDiagnosticsInputsFromScope extracts diagnostics input builder; validate becomes thin re-export. CI: test:ci-phase921 with live audit archive RPC.
This commit is contained in:
Raven Scott
2026-06-04 21:04:30 -04:00
parent 3144c58332
commit 489852f467
6 changed files with 82 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
# Release v0.8.888 — Phase 921
Non-breaking refactor: validate-alignment module centralizes alignment orchestration; validate coverage facade deduplicates coverage calls; diagnostics inputs builder extracted; validate becomes thin re-export. Default gossip v1 unchanged; fleet v2 cutover still deferred.
- `gossip-rpc-export-mesh-registry-validate-alignment.js` — alignment orchestration
- `validateExportMeshFetchRegistryCoverageFromScope()` — coverage facade
- `gossip-rpc-export-mesh-registry-diagnostics-inputs.js` — diagnostics inputs from scope
- CI: `npm run test:ci-phase921` (live audit archive RPC)