Phase 911: export mesh lookup entry resolve + mixin method keys (v0.8.878)

Non-breaking refactor — lookupExportMeshFetchRegistryEntryIfName()
deduplicates entry lookup chain; listExportMeshFetchMixinMethodKeysForEntry()
centralizes mixin method key lists; listExportMeshFetchNamedMixinRegistryNames()
extends named map module; diagnostics include exportMeshFetchNamedMixinRegistryNames.
Default gossip v1 unchanged; fleet v2 cutover still deferred.

Verification: test:ci-phase911, boot gate, pearcord.log scan.
This commit is contained in:
Raven Scott
2026-06-04 20:17:03 -04:00
parent 39078a97ac
commit d7cfff61c0
6 changed files with 80 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
# Release v0.8.878 — Phase 911
Non-breaking refactor: `lookupExportMeshFetchRegistryEntryIfName()` deduplicates entry lookup chain; `listExportMeshFetchMixinMethodKeysForEntry()` centralizes mixin method key lists. Default gossip v1 unchanged; fleet v2 cutover still deferred.
- `gossip-rpc-export-mesh-registry-lookup-entry.js` — entry lookup resolve helper
- `listExportMeshFetchMixinMethodKeysForEntry()` — mixin method key list per entry
- CI: `npm run test:ci-phase911` (live audit archive RPC)