Skip to content

Commit 7ba5b9d

Browse files
V36 Gate 1: Preserve promoted protocol posture checks
1 parent 5de5d55 commit 7ba5b9d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

packages/protocol/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ V36 Gate 1 opens the Exchange-depth spec family and `check:v36-gate1` before
3838
later gates add package-owned Exchange activity, intent/order, rights-transfer,
3939
pricing, settlement, dispute/repair/revenue, UX, rehearsal, and promotion
4040
readiness helpers.
41+
42+
Historical promotion posture remains reproducible. V34 Gate 10 accepted the
43+
`V34` active, `V35` draft posture for deployment-depth promotion and remains
44+
validated by `check:v34-gate10` and `v34-canon-promotion.yml` as promoted
45+
history.
46+
4147
V35 Gate 2 adds the source-safe documentation surface catalog through
4248
`buildDocumentationSurfaceCatalog` and
4349
`.bitcode/v35-documentation-surface-catalog.json`.

packages/protocol/test/protocol-package-boundary.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ test('@bitcode/protocol commercial formalization exports package-native canon he
5454
V32: { activeCanon: 'V32', draftTarget: 'V33' },
5555
V33: { activeCanon: 'V33', draftTarget: 'V34' },
5656
V34: { activeCanon: 'V34', draftTarget: 'V35' },
57+
V35: { activeCanon: 'V35', draftTarget: 'V36' },
5758
};
5859
const expectedPosture = expectedPostureByPointer[pointer];
5960

0 commit comments

Comments
 (0)