Skip to content

Commit cb7a026

Browse files
V47 Gate 1: Repair V46 Rehearsal Roadmap Predicate
Accept promoted V46 plus exact V47 Gate 1 roadmap posture in the V46 local interface comprehension rehearsal predicate and regenerate the source-safe artifact. This keeps the promoted V46 proof artifact green after V47 Gate 1 replaces the older V47 opening wording. Validated with: - pnpm --filter @bitcode/protocol test - node scripts/check-v47-gate1-scope-measurement-launch-freeze.mjs --skip-branch-check - node scripts/check-bitcode-spec-family.mjs --version V47 --mode draft --current-target V46 - node scripts/run-bitcode-spec-quality.mjs --mode basic - node scripts/check-bitcode-canonical-inputs.mjs --current-target V46 - node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V46 --draft-target V47 - git diff --check
1 parent da4a2d0 commit cb7a026

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.bitcode/v46-local-interface-comprehension-rehearsal.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -799,18 +799,18 @@
799799
"delta": "BITCODE_SPEC_V46_DELTA.md:a16a16db40d4eeae612a0657",
800800
"notes": "BITCODE_SPEC_V46_NOTES.md:cca70aca3566132e7026351c",
801801
"parity": "BITCODE_SPEC_V46_PARITY_MATRIX.md:91b47eeaa106639d2d21856b",
802-
"roadmap": "SPECIFICATIONS_ROADMAP.md:90a3988a2651878e43f96c65",
802+
"roadmap": "SPECIFICATIONS_ROADMAP.md:9a349af9258300768b8fc758",
803803
"readme": "README.md:d28ec731634e03953d8adfe6",
804804
"protocolReadme": "packages/protocol/README.md:f5b175049f4f4e8df179e184",
805-
"packageJson": "package.json:b79014968c556bc1b43ab341",
805+
"packageJson": "package.json:9985108aaea23b4bb4f5e7a9",
806806
"packageIndex": "packages/protocol/src/index.js:1f16ea428bd71351a1292cb6",
807807
"packageTypes": "packages/protocol/src/index.d.ts:278dfc652c621533b5e86f4d",
808-
"packageSource": "packages/protocol/src/canonical/v46-local-interface-comprehension-rehearsal.js:553cbdb03542959151ef8fce",
808+
"packageSource": "packages/protocol/src/canonical/v46-local-interface-comprehension-rehearsal.js:ea56065835a819cd454c5558",
809809
"packageTest": "packages/protocol/test/v46-local-interface-comprehension-rehearsal.test.js:5b6ad282088791ea76ec2bbf",
810810
"generator": "scripts/generate-v46-local-interface-comprehension-rehearsal.mjs:d6a9dadb6f8ee51de50a529f",
811811
"checker": "scripts/check-v46-gate7-local-interface-comprehension-rehearsal.mjs:beb49c72404e73e730640a72",
812-
"gateWorkflow": ".github/workflows/bitcode-gate-quality.yml:e5de1dddfaeeb0ee525b0c0f",
813-
"canonWorkflow": ".github/workflows/bitcode-canon-quality.yml:43cc4ded2bd9757dda9091dc",
812+
"gateWorkflow": ".github/workflows/bitcode-gate-quality.yml:7cb34abd82e64e1fb32946b0",
813+
"canonWorkflow": ".github/workflows/bitcode-canon-quality.yml:7e675adc942626fc2048a266",
814814
"v46ProtocolArtifact": ".bitcode/v46-protocol-comprehension-object-model.json:b09508f0d7841284effb0e01",
815815
"v46PublicArtifact": ".bitcode/v46-public-operator-claim-boundaries.json:352e9021ffbe43d650923b98",
816816
"v46ProductArtifact": ".bitcode/v46-product-route-comprehension-readback.json:c5d1d887915cb920288b18a8",

packages/protocol/src/canonical/v46-local-interface-comprehension-rehearsal.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,10 @@ function buildPredicateResults(repoRoot) {
449449
sources.roadmap.includes('Current working gate: V46 Gate 8 Promotion Readiness And Canonical Promotion')) ||
450450
(sources.roadmap.includes('V46 Gate 7 closure anchor') &&
451451
sources.roadmap.includes('Latest closed gate: V46 Gate 8 Promotion Readiness And Canonical Promotion') &&
452-
sources.roadmap.includes('Current working gate: V47 opening preparation')),
452+
(sources.roadmap.includes('Current working gate: V47 opening preparation') ||
453+
sources.roadmap.includes(
454+
'Current working gate: V47 Gate 1 Scope, Testnet Semantics, Measurement Law, And Launch Freeze',
455+
))),
453456
),
454457
predicateResult(
455458
'readmes-document-gate7',

0 commit comments

Comments
 (0)