You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BITCODE_SPEC_V39_DELTA.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,11 @@ Closure acceptance:
216
216
217
217
Closure implementation:
218
218
219
-
- Pending Gate 9 work must define interface parity artifacts and consumer contract tests.
219
+
-`ReadingInterfaceProductParity` is implemented in `packages/pipelines/asset-pack/src/reading-interface-product-parity.ts` and persisted under `reading/interfaces`.
220
+
- Terminal, Conversation, public API, MCP API, ChatGPT App, and package consumers have parity rows with `sameAuthorityAsTerminal: true`, `parallelAuthorityCreated: false`, accepted-Need gating, source-safe preview, settlement unlock, BTD rights, and delivery-boundary checks.
221
+
- The parity primitive composes BTD interface catalog, read-license/AssetPack-rights contracts, telemetry proof hooks, and interface consumer UX proof roots.
| Settlement, BTD rights, and delivery | Gate 7 |`packages/pipelines/asset-pack/src/asset-pack-settlement-rights-delivery.ts`, `.bitcode/v39-settlement-rights-delivery.json`, BTD receipt/source-to-shares/reconciliation primitives, package tests, protocol tests | implemented | Payment unlocks rights and delivery only when finality, source-to-shares, BTD rights, reconciliation, and pull-request delivery agree; repair paths are auditable. |
79
79
| Operational telemetry and repair | Gate 8 |`ReadingOperationalTelemetryRepairReadback`, `.bitcode/v39-operational-telemetry-repair-readback.json`, package tests, UI tests, protocol tests | implemented | Reading is observable and repairable end to end through source-safe stream events, operator readback, runbook hooks, proof roots, and repair commands. |
80
-
| Interface and Conversation parity | Gate 9 |Conversation, MCP/API, ChatGPT App, package contract tests |pending|Interfaces follow Terminal authority and cannot bypass gating, preview, settlement, rights, or delivery boundaries. |
80
+
| Interface and Conversation parity | Gate 9 |`ReadingInterfaceProductParity`, `.bitcode/v39-interface-conversation-product-parity.json`, package/Conversation/MCP/ChatGPT/protocol tests |implemented|Terminal, Conversation, public API, MCP API, ChatGPT App, and package consumers share Terminal Reading authority; accepted Need, source-safe preview, settlement, BTD rights, and delivery boundaries cannot be bypassed. |
81
81
| Local and staging rehearsal | Gate 10 | local/staging lanes, real-inference gates, depository search, preview, settlement/delivery posture | pending | The full Reading flow rehearses in local and staging-testnet with production-mainnet value-bearing admission blocked. |
82
82
| Promotion readiness | Gate 11 | V39 promotion report, generated proof appendix, promotion workflow, command dry-run | pending | V39 promotes only after all commercial Reading gates and source-safety evidence close. |
83
83
@@ -236,6 +236,23 @@ source leakage. The generated proof artifact is
236
236
`.bitcode/v39-operational-telemetry-repair-readback.json` and the gate check
237
237
is `pnpm run check:v39-gate8`.
238
238
239
+
## Gate 9 Parity
240
+
241
+
V39 Gate 9 is implemented when `ReadingInterfaceProductParity` binds Terminal,
242
+
Conversation, public API, MCP API, ChatGPT App, and package-consumer surfaces
243
+
to the same Reading authority. Conversation is a Terminal-delegated handoff,
244
+
package consumers receive source-safe contract readback only, and API/MCP/
- V34 Gate 2 closure anchor: deployment-depth now owns package-backed `DeploymentHostCapabilityCatalog` and `EnvironmentLaneContract` source, deterministic `.bitcode/v34-deployment-host-capability-catalog.json` and `.bitcode/v34-environment-lane-contracts.json`, and visible `value-bearing-mainnet` blocking through `blocked_future_canon_required`.
13
14
- V34 Gate 3 closure anchor: deployment-depth now owns package-backed `DistributedExecutionRuntimeReceipt` source, deterministic `.bitcode/v34-distributed-execution-runtime-receipts.json`, `request_response_not_required` long-running work posture, and source-safe roots for pipeline, PTRR agent, ThricifiedGeneration, tool, ledger, wallet, proof, object-storage, and repair work.
14
15
- V34 Gate 4 closure anchor: deployment-depth now owns package-backed `DeploymentStoragePosture` source, deterministic `.bitcode/v34-deployment-storage-posture.json`, ledger/database/object-storage drift repair fixtures, retention/encryption/backup/rollback/audit posture, and source-bearing AssetPack storage remains locked before settlement.
0 commit comments