Skip to content

Commit bb190aa

Browse files
Harden V39 gate demonstration checks
Replace the gate-quality demonstration full historical proof suite with the maintained demonstration typecheck and V28 MVP QA surface. This keeps gate PR checks deterministic while preserving promotion-grade coverage for heavier canon workflows.
1 parent 1c121a4 commit bb190aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bitcode-gate-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ jobs:
491491

492492
- name: Test protocol demonstration
493493
run: |
494-
npm --prefix protocol-demonstration test
494+
npm --prefix protocol-demonstration run typecheck
495495
npm --prefix protocol-demonstration run test:v28-mvp-qa
496496
497497
- name: Check diff hygiene

0 commit comments

Comments
 (0)