Files
pearcord-platform/platform-ipc-contract.js
T
Raven ScottandCursor 59314420af refactor(platform): Phase 730 mixin manifest and gossip validation DRY
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]>
2026-06-03 10:05:49 -04:00

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 }