Phase 903: export mesh format helper extract + mixin method registry (v0.8.870)

Non-breaking refactor — gossip-rpc-export-mesh-format-audit.js and
gossip-rpc-export-mesh-format-digest.js extract format/send helpers from
registry entries; listExportMeshFetchMixinMethods() and
lookupExportMeshFetchRegistryEntryByMixinMethod() extend registry lookup;
exportMeshFetchMixinMethods on platform RPC view. Default gossip v1 unchanged;
fleet v2 cutover still deferred.

Verification: test:ci-phase903, pear run boot, pearcord.log scan.
This commit is contained in:
Raven Scott
2026-06-04 19:48:43 -04:00
parent 8f27959956
commit 8f9af7ab98
6 changed files with 87 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
# Release v0.8.870 — Phase 903
Non-breaking refactor: `gossip-rpc-export-mesh-format-audit.js` and `gossip-rpc-export-mesh-format-digest.js` extract format/send helpers from registry entries; `listExportMeshFetchMixinMethods()` and `lookupExportMeshFetchRegistryEntryByMixinMethod()` extend registry lookup; `exportMeshFetchMixinMethods` on platform RPC view. Default gossip v1 unchanged; fleet v2 cutover still deferred.
- `gossip-rpc-export-mesh-format-audit.js` — audit export archive mesh format/send helpers
- `gossip-rpc-export-mesh-format-digest.js` — automation digest snapshot mesh format/send helpers
- `listExportMeshFetchMixinMethods()` — registry mixin method listing
- `lookupExportMeshFetchRegistryEntryByMixinMethod()` — reverse lookup by mixin method name
- CI: `npm run test:ci-phase903` (live audit archive RPC)