From 666360b98d272945636771611da9dea849f47e2f Mon Sep 17 00:00:00 2001 From: Michel Paulissen <862400+MichelPaulissen@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:22:24 +0200 Subject: [PATCH] Public dry run dryrun-f6bbcf3a2f6f --- DISASMER_PUBLIC_TREE.json | 4 ++-- scripts/acceptance-doc-contract-smoke.js | 2 +- scripts/cli-first-contract-smoke.js | 2 +- scripts/website-inventory-contract-smoke.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DISASMER_PUBLIC_TREE.json b/DISASMER_PUBLIC_TREE.json index bc312c6..bba39ed 100644 --- a/DISASMER_PUBLIC_TREE.json +++ b/DISASMER_PUBLIC_TREE.json @@ -1,7 +1,7 @@ { "kind": "disasmer-filtered-public-tree", - "source_commit": "0b6a8218d2d6d25f6025f62264e9394b90bd4dfd", - "release_name": "dryrun-0b6a8218d2d6", + "source_commit": "f6bbcf3a2f6fd20b724a51a04861ea480d4c5607", + "release_name": "dryrun-f6bbcf3a2f6f", "filtered_out": [ "private/**", "experiments/**", diff --git a/scripts/acceptance-doc-contract-smoke.js b/scripts/acceptance-doc-contract-smoke.js index 5e23ff3..dcd38c9 100755 --- a/scripts/acceptance-doc-contract-smoke.js +++ b/scripts/acceptance-doc-contract-smoke.js @@ -22,7 +22,7 @@ function assertEveryCriterionHasStatus(source, name) { for (const line of lines) { assert.match( line, - /^- \[[ x]\] \*\*(Passed|Partial|Open)(?: \([^)]+\))?:\*\*/, + /^- \[[ x]\] \*\*(Passed|Partial|Open|Postponed)(?: \([^)]+\))?:\*\*/, `${name} criterion lacks an explicit status prefix: ${line}` ); } diff --git a/scripts/cli-first-contract-smoke.js b/scripts/cli-first-contract-smoke.js index 4727ffa..7f7f382 100644 --- a/scripts/cli-first-contract-smoke.js +++ b/scripts/cli-first-contract-smoke.js @@ -61,7 +61,7 @@ assert(lines.length > 0, "CLI-first criteria must contain criteria lines"); for (const line of lines) { assert.match( line, - /^- \[[ x]\] \*\*(Passed|Partial|Open)(?: \([^)]+\))?:\*\*/, + /^- \[[ x]\] \*\*(Passed|Partial|Open|Postponed)(?: \([^)]+\))?:\*\*/, `CLI-first criterion lacks an explicit status prefix: ${line}` ); } diff --git a/scripts/website-inventory-contract-smoke.js b/scripts/website-inventory-contract-smoke.js index eb96be2..a642251 100644 --- a/scripts/website-inventory-contract-smoke.js +++ b/scripts/website-inventory-contract-smoke.js @@ -46,7 +46,7 @@ expect( ); expect( "future hosted business scope", - /Billing, checkout, hosted support tooling, a full hosted admin console, broad moderation workflows/ + /Billing, checkout, paid-plan management, upgrade flows, hosted support tooling, a full hosted admin console, broad moderation workflows/ ); expect( "billing is not MVP website work", @@ -59,7 +59,7 @@ assert(lines.length > 0, "website inventory must contain status-prefixed checkli for (const line of lines) { assert.match( line, - /^- \[[ x]\] \*\*(Passed|Partial|Open)(?: \([^)]+\))?:\*\*/, + /^- \[[ x]\] \*\*(Passed|Partial|Open|Postponed)(?: \([^)]+\))?:\*\*/, `website inventory item lacks an explicit status prefix: ${line}` ); }