Skip to content

Commit 22cf273

Browse files
V48 (impl-only): Era-pin promo readiness tests
Historical V35-V46 promotion-readiness package proofs scan living README posture tokens that only document V47+V48. Freeze law (BITCODE_SPECIFYING §4.3 / §13.1): leave prior-era checks unedited and do not require them as current green. Import the existing era-pin shim so the full specifying suite and Gate Quality skip those proofs with reason while V47 promotion readiness remains the living required proof.
1 parent 7348634 commit 22cf273

12 files changed

Lines changed: 12 additions & 12 deletions

scripts/specifying/test/v35-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
DOCUMENTATION_TELEMETRY_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v36-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
EXCHANGE_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v37-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
CONVERSATION_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v38-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
V38_INFERENCE_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v39-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
V39_COMMERCIAL_READING_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v40-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
V40_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v41-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
V41_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v42-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
V42_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v43-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
V43_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

scripts/specifying/test/v44-promotion-readiness.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert/strict';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
4-
import { test } from 'node:test';
4+
import { test } from './era-pinned-superseded-routes.js';
55

66
import {
77
V44_PROMOTION_READINESS_GATE_ARTIFACT_PATHS,

0 commit comments

Comments
 (0)