Phase 913: export mesh registry scope + mixin name lookup + entry bind (v0.8.880)

Non-breaking refactor — getExportMeshFetchRegistryScope() centralizes
registry+keys access; lookupExportMeshFetchRegistryNameByMixinMethod()
extends lookup-name module; bindExportMeshFetchRegistryEntryLookup()
deduplicates entry resolve chain. Default gossip v1 unchanged; fleet v2
cutover still deferred.

Verification: test:ci-phase913, boot gate, pearcord.log scan.
This commit is contained in:
Raven Scott
2026-06-04 20:27:37 -04:00
parent 9f179d9f35
commit 077b471c6a
6 changed files with 80 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
# Release v0.8.880 — Phase 913
Non-breaking refactor: `getExportMeshFetchRegistryScope()` centralizes registry+keys access; `lookupExportMeshFetchRegistryNameByMixinMethod()` extends lookup-name module; `bindExportMeshFetchRegistryEntryLookup()` deduplicates entry resolve chain. Default gossip v1 unchanged; fleet v2 cutover still deferred.
- `gossip-rpc-export-mesh-registry-scope.js` — registry scope helper
- `bindExportMeshFetchRegistryEntryLookup()` — bound entry lookup chain
- CI: `npm run test:ci-phase913` (live audit archive RPC)