Raven Scott
d8c74cc348
Phase 914: export mesh scope list helpers + diagnostics extract + entry lookup factory (v0.8.881)
...
Non-breaking refactor — scope-lists module centralizes scope-based list/snapshot
helpers; diagnostics module extracts diagnostics builder;
bindExportMeshFetchRegistryEntryLookupForNameLookup() factory deduplicates
entry-by-name lookups; pull/waiters name wrappers move to lookup-name module.
Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase914, boot gate, pearcord.log scan.
2026-06-04 20:29:50 -04:00
Raven Scott
077b471c6a
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.
2026-06-04 20:27:37 -04:00
Raven Scott
9f179d9f35
Phase 912: export mesh registry name field lookup + entry resolve chain (v0.8.879)
...
Non-breaking refactor — lookupExportMeshFetchRegistryNameByEntryField()
deduplicates pull/waiters name lookups; lookupExportMeshFetchRegistryEntryByResolvedName()
centralizes entry resolve chain; entryMatchesExportMeshFetchMixinMethod() uses
method key list. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase912, boot gate, pearcord.log scan.
2026-06-04 20:23:16 -04:00
Raven Scott
d7cfff61c0
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.
2026-06-04 20:17:03 -04:00
Raven Scott
39078a97ac
Phase 910: export mesh pull config derive + mixin method lookup (v0.8.877)
...
Non-breaking refactor — exportMeshPullConfigKeys derived from registry entries;
cloneExportMeshFetchRegistryEntry() centralizes entry cloning;
findExportMeshFetchRegistryNameByMixinMethod() and
entryMatchesExportMeshFetchMixinMethod() extend lists module;
lookupExportMeshFetchRegistryEntryByNamedMixinExport() completes named mixin
lookup chain. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase910 (2nd retry), boot gate, pearcord.log scan.
2026-06-04 20:13:45 -04:00
Raven Scott
773307607f
Phase 909: export mesh named mixin map extract + entry field lookup (v0.8.876)
...
Non-breaking refactor — gossip-rpc-export-mesh-registry-named.js centralizes
named platform mixin export map; findExportMeshFetchRegistryNameByEntryField()
extends lists module; validate fields extracted to dedicated module; mixin
builder uses named map; diagnostics include exportMeshFetchNamedMixinExportKeys.
Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase909, boot gate, pearcord.log scan.
2026-06-04 20:09:58 -04:00
Raven Scott
b41e341fc9
Phase 908: export mesh registry lists extract + validate unique helper (v0.8.875)
...
Non-breaking refactor — gossip-rpc-export-mesh-registry-lists.js extracts
registry list/find helpers; gossip-rpc-export-mesh-registry-validate-unique.js
extracts assertUniqueExportMeshRegistryValue(); lookup and validate modules
delegate to new helpers. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase908, boot gate, pearcord.log scan.
2026-06-04 20:07:22 -04:00
Raven Scott
e33bbd7cd3
Phase 907: export mesh registry snapshot extract + name lookup (v0.8.874)
...
Non-breaking refactor — gossip-rpc-export-mesh-registry-snapshot.js
extracts entry/snapshot/diagnostics builders; lookup module adds
lookupExportMeshFetchRegistryNameBy* helpers and delegates snapshot
building; validate asserts unique waiters keys; registry snapshot rows
include waitersKey. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase907, boot gate, pearcord.log scan.
2026-06-04 20:04:51 -04:00
Raven Scott
dc36e33182
Phase 906: export mesh mixin builder extract + waiters lookup (v0.8.873)
...
Non-breaking refactor — gossip-rpc-export-mesh-mixin.js extracts all mixin
builder functions from bind module; gossip-rpc-export-mesh-bind.js reduced
to backward-compatible re-export barrel; listExportMeshFetchWaitersKeys()
and lookupExportMeshFetchRegistryEntryByWaitersKey() extend registry lookup;
exportMeshFetchWaitersKeys on platform RPC view. Default gossip v1 unchanged;
fleet v2 cutover still deferred.
Verification: test:ci-phase906, boot gate, pearcord.log scan.
2026-06-04 20:02:49 -04:00
Raven Scott
e78e613de6
Phase 905: export mesh registry entry factory + pull config keys (v0.8.872)
...
Non-breaking refactor — buildExportMeshFetchRegistryEntry() factory
deduplicates audit/digest registry entry construction;
listExportMeshPullConfigKeys() consolidates pull config keys in registry
root; validate module imports keys from registry instead of duplicating.
Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase905 (3rd retry), boot gate, pearcord.log scan.
2026-06-04 20:00:36 -04:00
Raven Scott
ce0fe863a1
Phase 904: export mesh row helper extract + platform mixin builder (v0.8.871)
...
Non-breaking refactor — gossip-rpc-export-mesh-row-audit.js and
gossip-rpc-export-mesh-row-digest.js extract getLocalRow/tryRpc/ingestRpc
from registry entries; buildPlatformExportMeshFetchMixins() consolidates
platform mixin construction; platform-export-mesh-fetch-mixin.js reduced to
single builder call. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase904, pear run boot, pearcord.log scan.
2026-06-04 19:52:34 -04:00
Raven Scott
8f9af7ab98
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.
2026-06-04 19:48:43 -04:00
Raven Scott
8f27959956
Phase 902: export mesh view snapshot + mixin pick helper + RPC import consolidation (v0.8.869)
...
Non-breaking refactor — pickGuildExportMeshFetchMixinMethods() eliminates duplicate
mixin builds; buildExportMeshFetchRegistryDiagnosticsSnapshot() surfaces export
mesh registry on platform RPC view; audit/digest RPC mixins import consolidated
platform-export-mesh-fetch-mixin directly. Default gossip v1 unchanged; fleet v2
cutover still deferred.
Verification: test:ci-phase902, pear run boot, pearcord.log scan.
2026-06-04 19:39:25 -04:00
Raven Scott
b0c8901520
Phase 901: export mesh registry entry split + lookup/alignment validation (v0.8.868)
...
Non-breaking refactor — gossip-rpc-export-mesh-registry-audit.js and
gossip-rpc-export-mesh-registry-digest.js split registry entries;
gossip-rpc-export-mesh-registry-lookup.js adds list/lookup/snapshot helpers;
validateExportMeshFetchRegistryAlignment() hooks into guild RPC registry
validation; buildGuildExportMeshFetchMixinsFromRegistry() registry-drives
consolidated mixin. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase901, pear run boot, pearcord.log scan.
2026-06-04 19:35:38 -04:00
Raven Scott
4e3219e2f0
Phase 900: export mesh registry root move + consolidated mesh fetch mixin (v0.8.867)
...
Non-breaking refactor — gossip-rpc-export-mesh-validators.js and
gossip-rpc-export-mesh-registry.js move export mesh registry to platform
root (aligned with gossip-rpc-pull-config.js); exportMeshFetchConfig()
lookup helper; platform-export-mesh-fetch-mixin.js consolidates audit/digest
mesh fetch mixins with thin re-export shims. Default gossip v1 unchanged;
fleet v2 cutover still deferred.
Verification: test:ci-phase900, pear run boot, pearcord.log scan.
2026-06-04 19:32:13 -04:00
Raven Scott
e83b97a3c3
docs: add platform-export-mesh-fetch-registry to PLATFORM_MIXINS (Phase 899)
2026-06-04 19:29:43 -04:00
Raven Scott
9bef62234d
Phase 899: export mesh fetch registry + bind helper extract (v0.8.866)
...
Non-breaking refactor — platform-export-mesh-fetch-registry.js and
buildGuildExportMeshFetchMixin() registry-bind audit/digest mesh fetch
mixins into thin config-driven wrappers. Default gossip v1 unchanged;
fleet v2 cutover still deferred.
Verification: test:ci-phase899, pear run boot, pearcord.log scan.
2026-06-04 19:29:25 -04:00
Raven Scott
ee24802550
Phase 898: export mesh barrel + attempt/waiter/gossip-wait-build extract (v0.8.865)
...
Non-breaking refactor — gossip-rpc-export-mesh.js barrel consolidates export
mesh helpers; attempt/waiter-resolve/gossip-wait-build modules dedupe
audit/digest mesh fetch mixins; pull barrel imports export mesh module only.
Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase898, pear run boot, pearcord.log scan.
2026-06-04 19:22:33 -04:00
Raven Scott
a988f2ec6b
Phase 897: export mesh fetch-once orchestrator extract (v0.8.864)
...
Non-breaking refactor — gossip-rpc-export-mesh-fetch-once.js extracts
fetchGuildExportMeshFromMesh() and fetchGuildExportMeshResourceOnce()
orchestrators; audit/digest mesh fetch mixins adopt shared entry and
once-path helpers. Default gossip v1 unchanged; fleet v2 cutover still
deferred.
Verification: test:ci-phase897, pear run boot, pearcord.log scan.
2026-06-04 19:18:27 -04:00
Raven Scott
94e42dd6ae
Phase 896: export mesh gossip-wait + permission helper extract (v0.8.863)
...
Non-breaking refactor — gossip-rpc-export-mesh-gossip-wait.js dedupes
gossip waiter/timeout orchestration; assertGuildExportMeshFetchPermission()
centralizes MANAGE_GUILD gate; audit/digest mesh fetch mixins adopt both
helpers. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase896, pear run boot, pearcord.log scan.
2026-06-04 19:15:58 -04:00
Raven Scott
71a4c692fe
Phase 895: export mesh fetch mixin extract to RPC mixins (v0.8.862)
...
Non-breaking refactor — platform-audit-export-mesh-fetch-mixin.js and
platform-automation-digest-mesh-fetch-mixin.js move mesh fetch orchestration
out of the 1800+ line audit/automation export mixin into dedicated RPC
mixins. Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase895, pear run boot, pearcord.log scan.
2026-06-04 19:12:17 -04:00
Raven Scott
37fb568e13
Phase 894: export mesh wait orchestrator + retry helper extract (v0.8.861)
...
Non-breaking refactor — gossip-rpc-mesh-wait-fallback.js and
gossip-rpc-export-mesh-retry.js dedupe audit/digest export mesh fetch
orchestration. fetchGuildGossipRpcThenMeshWait() chains RPC try with
gossip wait; runGuildExportMeshFetchWithRetry() centralizes retry/backoff.
Default gossip v1 unchanged; fleet v2 cutover still deferred.
Verification: test:ci-phase894, pear run boot, pearcord.log scan.
2026-06-04 19:09:09 -04:00
Raven Scott
1af86fb17d
Phase 893: fanout prepare extract + await fallback adoption (v0.8.860)
...
Non-breaking refactor — gossip-rpc-fanout-prepare.js splits fanout prep from
orchestrator core; tryGuildGossipRpcFirstElse() and isSuccess on await fallback;
audit/digest export and search mesh adopt shared await helpers. test:ci-phase893
passes (46/50, cutover deferred).
2026-06-04 19:06:11 -04:00
Raven Scott
9355ef1ecd
Phase 892: RPC-first fallback helper + response validators split (v0.8.859)
...
Non-breaking refactor — scheduleGuildGossipRpcFirstWithFallback() dedupes RPC-first
fire-and-forget paths; gossip-rpc-response-validators.js splits isValid* predicates;
search/audit/export mixins migrate to centralized isGuildGossipRpcRequestEnabled gate.
test:ci-phase892 passes (46/50, cutover deferred).
2026-06-04 19:03:34 -04:00
Raven Scott
73e07a1e62
Phase 891: guild sync RPC fanout extract + sync responder access (v0.8.858)
...
Non-breaking refactor — isGuildGossipRpcRequestEnabled() centralizes opt-in RPC
gate; assertGuildSyncRpcResponderAccess() dedupes sync/member page responder checks;
platform-guild-sync-host-rpc-pull-mixin and platform-guild-sync-rpc-fanout-mixin
extracted from mesh RPC pull mixin. test:ci-phase891 passes (46/50, cutover deferred).
2026-06-04 19:01:01 -04:00
Raven Scott
428da699f2
Phase 890: registry split + delivery receipt responder helper (v0.8.857)
...
Non-breaking refactor — split gossip-rpc-registry into entries/lookup/validate
modules; buildGuildRpcTargetedDeliveryReceiptResponse() shared by audit/digest
responders; platform-search-rpc-pull-mixin for search mesh config pulls. test:ci-phase890
passes (46/50, cutover deferred).
2026-06-04 18:58:20 -04:00
Raven Scott
2bc376a32e
Phase 889: config orchestrator extract + targeted pull dedupe (v0.8.856)
...
Non-breaking refactor — split gossip-rpc-orchestrators into core + config modules;
buildTargetedGuildGossipRpcPullOptsFromRegistry() centralizes targeted pull opts;
platform-gossip-rpc-config-pull-mixin shared by host and export mixins. Targeted
pullByConfig drops redundant manual rpcMethod resolve. test:ci-phase889 passes
(46/50, cutover deferred).
2026-06-04 18:51:48 -04:00
Raven Scott
40323b6cd8
Phase 888: registry pull opts auto-resolve + host/search pull mixin extract (v0.8.855)
...
Non-breaking refactor — buildGuildGossipRpcPullOptsFromRegistry() resolves rpcMethod
from the gossip RPC registry for all pull paths; fetchMessageSearchGuildGossipRpcPullByConfig
for search mesh; platform-host-rpc-pull-mixin shared by mesh RPC mixin. Mesh sync/member
page and search mixins drop manual RPC id wiring. test:ci-phase888 passes (46/50, cutover deferred).
2026-06-04 18:49:37 -04:00
Raven Scott
7b4e9c44bb
Phase 887: registry RPC method resolve + targeted export pull mixin (v0.8.854)
...
Non-breaking refactor: resolveGuildGossipRpcMethodId and
fetchTargetedGuildGossipRpcPullByConfig for audit/digest pulls without manual
rpcMethod; platform-targeted-export-rpc-pull-mixin shared pull helper;
validatePlatformGuildGossipRpcHandlers for handler manifest checks. Default
gossip v1 unchanged; fleet v2 cutover still deferred.
2026-06-04 18:43:49 -04:00
Raven Scott
e33305d50c
Phase 886: registry-driven handler map + guild RPC bind extract (v0.8.853)
...
Non-breaking refactor: single registry source for method keys, handler methods,
pull configs, and pull kinds; registry-driven buildGuildGossipRpcHandlerMap;
bindGuildGossipRpcHandlers centralized in gossip-rpc-handler-bind.js with wire
bind mixin extract. Default gossip v1 unchanged; fleet v2 cutover still deferred.
2026-06-04 18:41:30 -04:00
Raven Scott
5f5ba71f95
Phase 885: targeted RPC pull orchestrator + audit/digest responders extract (v0.8.852)
...
Non-breaking refactor: fetchTargetedGuildGossipRpcPullHit and
fetchGuildGossipRpcPullByConfig orchestrators; shared responder helpers in
gossip-rpc-responders.js; extract audit/digest RPC responders; registry-driven
pull dispatch for mesh/search paths. Default gossip v1 unchanged; fleet v2
cutover still deferred.
2026-06-04 18:34:53 -04:00
Raven Scott
28f14727f4
Phase 884: gossip RPC pull opts, payload builders, search responders extract (v0.8.851)
...
Non-breaking refactor: buildGuildGossipRpcPullOpts() for config+override assembly;
extend payload builders for host sync, member page, and message search pulls;
registry lookup helpers; extract message search RPC responders; unify all pull
mixins on shared opts builder. Default gossip v1 unchanged; fleet v2 cutover
still deferred.
2026-06-04 18:32:30 -04:00
Raven Scott
5244c0fb41
Phase 883: gossip RPC registry, payload helper, sync responders extract (v0.8.850)
...
Non-breaking refactor: centralize handler-to-config registry alignment in
gossip-rpc-registry.js, shared targeted fetch payloads for audit/digest pulls,
and extract guild sync/member page RPC responders into a dedicated mixin.
Default gossip v1 unchanged; fleet v2 cutover still deferred.
2026-06-04 18:22:52 -04:00
Raven Scott
89e0103557
docs: PROTOMUX_RPC_MIGRATION Phase 882 pull config section
2026-06-04 18:20:01 -04:00
Raven Scott
b633e49704
refactor(platform): Phase 882 gossip RPC pull config + mesh mixin (v0.8.849)
...
Non-breaking: centralize guild gossip RPC pull timeout env defaults in
gossip-rpc-pull-config.js; extract guild sync/member page RPC pull into
platform-mesh-rpc-pull-mixin.js spread by platform-mesh-view-mixin. Default
gossip v1 unchanged; fleet v2 cutover deferred.
Tests: test:ci-phase882 (boot gate, unit, view snapshot, method maps, live audit RPC).
Docs: PLATFORM_ROADMAP, PROTOMUX_RPC_MIGRATION, AUTOMATED_TESTING, release notes.
2026-06-04 18:19:45 -04:00
Raven Scott
389be95b7a
refactor(platform): Phase 881 gossip RPC pull module split (v0.8.848)
...
Non-breaking modularization: split gossip-rpc-pull.js into gossip-rpc-peer,
gossip-rpc-session, gossip-rpc-validators, gossip-rpc-orchestrators, and
gossip-rpc-view-snapshot with unchanged barrel export surface. Default gossip
v1 unchanged; fleet v2 cutover deferred.
Tests: test:ci-phase881 (boot gate, unit, view snapshot, method maps, live digest RPC).
Docs: PLATFORM_ROADMAP, PROTOMUX_RPC_MIGRATION, AUTOMATED_TESTING, release notes.
2026-06-04 18:17:46 -04:00
Raven Scott
ec7fcd270c
docs: PROTOMUX_RPC_MIGRATION Phase 880 host/merge pull section
2026-06-04 18:16:01 -04:00
Raven Scott
1caac11e9b
feat(platform): Phase 880 host-prefer RPC pull + search merge (v0.8.847)
...
Non-breaking refactor: fetchGuildGossipRpcFromHostHit for guild sync and
member page mesh pulls; fetchGuildGossipRpcPullMerged with
mergeGuildMessageSearchRpcHits for search; prepareGuildGossipRpcFanoutRequest
dedupes fanout prep shared by pick-first and merge paths. Default gossip v1
unchanged; fleet v2 cutover deferred.
Tests: test:ci-phase880 (boot gate, unit, view snapshot, method maps, live search RPC).
Docs: PLATFORM_ROADMAP, PROTOMUX_RPC_MIGRATION, AUTOMATED_TESTING, release notes.
2026-06-04 18:15:44 -04:00
Raven Scott
4d8432afda
docs: PLATFORM_MIXINS cross-link gossip-rpc-pull orchestrator (Phase 879)
2026-06-04 18:12:41 -04:00
Raven Scott
821e4069e0
feat(platform): Phase 879 gossip RPC mesh pull orchestrator (v0.8.846)
...
Non-breaking refactor: fetchGuildGossipRpcPullHit centralizes audit archive
and digest snapshot RPC mesh pulls; buildPlatformRpcViewSnapshot merges wire
flags and handler diagnostics on platform view. Removed dead b4a import.
Default gossip v1 unchanged; fleet v2 cutover deferred.
Tests: test:ci-phase879 (boot gate, unit, view snapshot, method maps, live audit RPC).
Docs: PLATFORM_ROADMAP, PROTOMUX_RPC_MIGRATION, AUTOMATED_TESTING, release notes.
2026-06-04 18:12:29 -04:00
Raven Scott
3a8fa4a23d
feat(platform): Phase 878 gossip RPC pull helpers + view diagnostics (v0.8.845)
...
Non-breaking mesh hardening: pickFirstGuildRpcResponse with shared validation
predicates for audit/digest RPC pulls; buildGuildGossipRpcDiagnosticsSnapshot
on platform view; unify pull-path viaRpc via markRpcResponse across mesh view
and fetch helpers. Default gossip v1 unchanged; fleet v2 cutover deferred.
Tests: test:ci-phase878 (boot gate, unit, view snapshot, method maps, live digest RPC).
Docs: PLATFORM_ROADMAP, PROTOMUX_RPC_MIGRATION, AUTOMATED_TESTING, release notes.
2026-06-04 18:09:18 -04:00
Raven Scott
7d1af2a8fa
feat(platform): Phase 877 RPC wire view snapshot + responder hardening (v0.8.844)
...
Non-breaking: expose protomux-rpc opt-in flags via buildRpcWireViewSnapshot()
on platform view; guild sync/member page RPC responders use markRpcResponse;
listGuildGossipRpcRequestMethodKeys() for diagnostics. Default gossip v1
unchanged; fleet v2 cutover remains deferred.
Tests: test:ci-phase877 (boot gate, unit, view snapshot, method maps, live digest RPC).
Docs: PLATFORM_ROADMAP, PROTOMUX_RPC_MIGRATION, AUTOMATED_TESTING, release notes.
2026-06-04 18:03:37 -04:00
Raven Scott
eedbb25396
Phase 876: gossip RPC pull shared helpers + handler map (v0.8.843)
...
Extract gossip-rpc-pull.js and gossip-rpc-handler-map.js; deduplicate
meshPeerIdHex, peer resolution, wire prep, and multi-peer RPC fanout across
audit archive, digest snapshot, message search, and mesh view mixins.
Non-breaking refactor only — default gossip v1 unchanged. test:ci-phase876.
2026-06-04 18:00:26 -04:00
Raven Scott
0d66d750cd
Phase 875: protomux-rpc automation digest snapshot pull (v0.8.842)
...
Extract platform-automation-digest-snapshot-rpc-mixin for
AUTOMATION_DIGEST_EXPORT_SNAPSHOT_REQUEST RPC-first mesh fetch;
register guild RPC handler; harden digest fetch waiters (body required).
Smokes, CI bundle test:ci-phase875, docs, version 0.8.842.
2026-06-04 17:52:06 -04:00
Raven Scott
f02586aafc
Phase 874: protomux-rpc audit export archive pull (v0.8.841)
...
Extract platform-audit-archive-rpc-mixin for AUDIT_EXPORT_ARCHIVE_REQUEST
RPC-first path in fetchAuditExportArchiveFromMesh; register guild RPC handler.
Harden archive fetch waiters to require full entries (non-breaking fix).
Smokes, CI bundle test:ci-phase874, docs, version 0.8.841.
2026-06-04 17:45:25 -04:00
Raven Scott
53abfe6cfa
Phase 873: protomux-rpc DEVICE_PAIR_REQUEST pull (v0.8.840)
...
Opt-in device-sync RPC plane via PEARCORD_DEVICE_PAIR_RPC_WIRE=1 (isolated
from guild gossip v2). pair-bundle.js, attachDeviceSyncWireSession, RPC-first
requestBundle with gossip fallback. Fixed sendDeviceSyncGossip exports.
2026-06-04 17:06:11 -04:00
Raven Scott
25bd6dc4ec
Phase 872: protomux-rpc MESSAGE_SEARCH_REQUEST multi-peer pull (v0.8.839)
...
Opt-in mesh search RPC to all connected peers with deduped merge and gossip
fanout fallback. Non-breaking; default event path unchanged.
2026-06-04 16:58:45 -04:00
Raven Scott
2e5fad6719
Phase 871: protomux-rpc MEMBER_PAGE_REQUEST pull (v0.8.838)
...
Opt-in member page RPC pull mirrors guild sync request wire: _buildMemberPagePayload,
_handleMemberPageRequestRpc, _tryMemberPageRequestRpc, RPC-first requestGuildMemberPage
with gossip fanout fallback. Non-breaking; default event path unchanged.
2026-06-04 16:52:53 -04:00
Raven Scott
8960f9b5d1
feat(rpc): Phase 870 media mesh protomux-rpc dual-stack (v0.8.837)
...
Add opt-in PEARCORD_MEDIA_RPC_WIRE for attach/voice/screen JSON planes on
protomux-rpc v2 (requires PEARCORD_RPC_WIRE=v2|dual). New mux-wire/media.js
attachMediaWireSession; attach fetch uses rpc.request when enabled. Default
unchanged: media stays v1 buffer even when gossip is v2. Smokes, CI bundle
test:ci-phase870, smoke-runner bounded mesh flush. No breaking behavior change.
2026-06-04 16:49:18 -04:00
Raven Scott
d7460405fe
feat(rpc): Phase 869 guild sync request/response pull (v0.8.836)
...
Add opt-in protomux-rpc GUILD_SYNC_REQUEST pull when PEARCORD_RPC_WIRE=v2|dual
and PEARCORD_RPC_REQUEST_WIRE=1. Platform binds RPC responders on the mesh host,
joiner uses _tryGuildSyncRequestRpc with event-fanout fallback unchanged by default.
Includes mux-wire/gossip-request.js, live smoke, CI bundle test:ci-phase869, and
hardened dual-stack/v2 roundtrip smokes (bounded flush, longer timeouts). No
breaking change: default gossip event paths remain v1 unless env enables v2.
2026-06-04 16:38:41 -04:00