docs: Phase 930 v0.8.897 export mesh mixin + lookup-entry split release

Update PLATFORM_ROADMAP, PROTOMUX_RPC_MIGRATION, MODULES, DOCUMENTATION_INDEX,
AUTOMATED_TESTING, and release notes for mixin method builder extraction and
lookup-entry bind/resolve split (non-breaking refactor).

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-04 21:41:10 -04:00
co-authored by Cursor
parent d5ad2ca937
commit 95e713236a
6 changed files with 92 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
# Release v0.8.897 — Phase 930
Non-breaking refactor: per-method mixin builders (resolve-waiter, fetch-from-mesh, fetch-once) move to dedicated modules; mixin-entry/registry/platform layer assembly; lookup-entry-resolve and lookup-entry-bind split resolution vs binding.
- `gossip-rpc-export-mesh-mixin-fetch-once.js` — fetch-once method builder
- `gossip-rpc-export-mesh-mixin-fetch-from-mesh.js` — fetch-from-mesh method builder
- `gossip-rpc-export-mesh-mixin-resolve-waiter.js` — resolve-waiter method builder
- `gossip-rpc-export-mesh-mixin-entry.js` — per-entry mixin assembly
- `gossip-rpc-export-mesh-registry-lookup-entry-bind.js` — entry bind helpers
- `gossip-rpc-export-mesh-registry-lookup-entry-resolve.js` — entry resolve helpers
- CI: `npm run test:ci-phase930`