Introduce platform-mixin-assign-manifest.js (59 rows, same assign order) and manifest-driven apply-platform-mixins loop. Add json-export-gossip-alignment- validate.js, platform-ipc-contract.js; digest-json uses per-entry gossip keys. No observable behavior or mesh semantics changes. Co-authored-by: Cursor <[email protected]>
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
'use strict'
|
|
|
|
/** IPC envelope version surfaced to companion and UI (Phase 730 extract). */
|
|
const IPC_CONTRACT_VERSION = 1
|
|
|
|
module.exports = { IPC_CONTRACT_VERSION }
|