9191 node scripts/check-v30-gate10-promotion-readiness.mjs --promotion-mode --skip-branch-check
9292 elif [ "$POINTER" = "V30" ]; then
9393 node scripts/check-bitcode-spec-family.mjs --version V30 --mode promoted --current-target V30
94+ node scripts/check-bitcode-spec-family.mjs --version V31 --mode draft --current-target V30
9495 node scripts/check-bitcode-canonical-inputs.mjs --current-target V30
9596 node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V30 --draft-target V31
9697 node scripts/check-v30-gate10-promotion-readiness.mjs --promotion-mode --skip-branch-check
98+ node scripts/check-v31-gate1-spec-roadmap-opening.mjs --skip-branch-check
99+ node scripts/check-v31-gate2-auxillaries-package-route-contracts.mjs --skip-branch-check
100+ node scripts/check-v31-gate3-profile-account-state.mjs --skip-branch-check
101+ node scripts/check-v31-gate4-connects-provider-readiness.mjs --skip-branch-check
102+ node scripts/check-v31-gate5-wallet-btd-pane-readiness.mjs --skip-branch-check
103+ node scripts/check-v31-gate6-organization-team-role-policy-authority.mjs --skip-branch-check
104+ node scripts/check-v31-gate7-interfaces-pane-admission-cross-surface-contracts.mjs --skip-branch-check
105+ node scripts/check-v31-gate8-auxillaries-ux-accessibility-responsive-proof.mjs --skip-branch-check
106+ node scripts/check-v31-gate9-auxillaries-telemetry-proof-recovery-runs.mjs --skip-branch-check
107+ node scripts/check-v31-gate10-promotion-readiness.mjs --promotion-mode --skip-branch-check
108+ elif [ "$POINTER" = "V31" ]; then
109+ node scripts/check-bitcode-spec-family.mjs --version V31 --mode promoted --current-target V31
110+ node scripts/check-bitcode-canonical-inputs.mjs --current-target V31
111+ node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V31 --draft-target V32
112+ node scripts/check-v31-gate10-promotion-readiness.mjs --promotion-mode --skip-branch-check
97113 else
98114 echo "Unexpected BITCODE_SPEC.txt pointer: $POINTER" >&2
99115 exit 1
@@ -120,6 +136,7 @@ jobs:
120136 pnpm --filter @bitcode/btd test -- --runTestsByPath __tests__/btc-fee-operation.test.ts
121137 pnpm --filter @bitcode/btd test -- --runTestsByPath __tests__/btd.test.ts
122138 pnpm --filter @bitcode/api exec jest --config jest.config.cjs --runTestsByPath src/routes/__tests__/btd-crypto.test.ts --runInBand
139+ pnpm --filter @bitcode/api exec jest --config jest.config.cjs --runTestsByPath src/routes/__tests__/auxillaries-contract.test.ts --runInBand
123140 pnpm --dir packages/executions-mcp/src/mcp-server run test:mcp -- --runTestsByPath src/__tests__/unit/auth.test.ts --runInBand
124141 pnpm --dir packages/chatgptapp exec jest --runTestsByPath src/__tests__/tools.test.ts --runInBand
125142 pnpm --filter @bitcode/pipeline-hosts exec jest --config jest.config.cjs --runTestsByPath src/__tests__/asset-pack-harness.test.ts --runInBand
@@ -132,6 +149,15 @@ jobs:
132149 - name : Test staged Reading route and Terminal harness contracts
133150 run : |
134151 pnpm --dir uapi exec jest --runTestsByPath \
152+ tests/userDataRoute.test.ts \
153+ tests/auxillariesWalletPane.test.tsx \
154+ tests/auxillariesContent.access.test.tsx \
155+ tests/auxillariesWorkspacePanels.access.test.tsx \
156+ tests/auxillariesWorkspacePanels.test.tsx \
157+ tests/api/auxillariesGithubConnectionRoute.test.ts \
158+ tests/api/vcsRoutes.test.ts \
159+ tests/auxillariesExternalsPane.test.tsx \
160+ tests/profileStep.test.tsx \
135161 tests/api/readReviewRoute.test.ts \
136162 tests/api/pipelineHarnessRoute.test.ts \
137163 tests/terminalPipelineHarnessClient.test.ts \
0 commit comments