Skip to content

Commit b443115

Browse files
V32 Promotion: Admit protocol package posture
Extend the protocol package boundary test's canonical posture matrix to include the promoted V32 canon and V33 draft target. This keeps the package-native canon helper proof aligned with the promoted specification pointer.
1 parent b45a558 commit b443115

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ test('@bitcode/protocol commercial formalization exports package-native canon he
5151
V29: { activeCanon: 'V29', draftTarget: 'V30' },
5252
V30: { activeCanon: 'V30', draftTarget: 'V31' },
5353
V31: { activeCanon: 'V31', draftTarget: 'V32' },
54+
V32: { activeCanon: 'V32', draftTarget: 'V33' },
5455
};
5556
const expectedPosture = expectedPostureByPointer[pointer];
5657

0 commit comments

Comments
 (0)