Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bitcode/v47-promotion-readiness-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
{
"relativePath": "scripts/prepare-bitcode-spec-family-promotion.mjs",
"present": true,
"digest": "sha256:fba727ba98dd08c1285eb7b6ef870c3b07679e719b49c32cb3649df35cae6eaa",
"digest": "sha256:81c6ca92e3cac8726ffb031698528d526630aadedcc46db8ee4f7941041e9ba1",
"requiredTokens": [
{
"token": "if (version === 'V47')",
Expand Down
5 changes: 4 additions & 1 deletion scripts/prepare-bitcode-spec-family-promotion.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,10 @@ function rewriteV47PromotedDraftPosture(content, version) {
.replaceAll('Active generated proof appendix: `BITCODE_SPEC_V46_PROVEN.md`', 'Active generated proof appendix: `BITCODE_SPEC_V47_PROVEN.md`')
.replaceAll('V47 state: draft opening for commercial website testnet launch readiness; V46 remains active canon', 'V47 state: canonical promotion complete; V47 is the active commercial website testnet launch canon')
.replaceAll('V47 state: draft parity opening; V46 remains active canon while V47 scopes website commercial testnet launch readiness', 'V47 state: canonical promotion complete; V47 parity truth, generated launch artifacts, browser proof, staging-testnet rehearsal, gate closure, and promotion automation are aligned')
.replaceAll('V47 is the active draft target opened from active V46 posture.', 'V47 is the active promoted canon over the prior V46 anchor.');
.replaceAll('V47 is the active draft target opened from active V46 posture.', 'V47 is the active promoted canon over the prior V46 anchor.')
.replaceAll('V46 remains active canon through V47 promotion.', 'V47 replaced V46 as active canon through the promotion workflow.')
.replaceAll('V46 remains active canon during V47 promoted canon work.', 'V47 is active canon; V46 is the prior promoted anchor.')
.replaceAll('V46 remains active canon', 'the prior V46 canon is superseded');
}

/**
Expand Down
Loading