diff --git a/DISASMER_PUBLIC_TREE.json b/DISASMER_PUBLIC_TREE.json index e4ad97d..cdd2057 100644 --- a/DISASMER_PUBLIC_TREE.json +++ b/DISASMER_PUBLIC_TREE.json @@ -1,7 +1,7 @@ { "kind": "disasmer-filtered-public-tree", - "source_commit": "9da7b61194a857d9c16464f07d11ca7ea5c299a0", - "release_name": "dryrun-9da7b61194a8", + "source_commit": "96ad7a88ee59d224eb78789fab7620527ef37a6d", + "release_name": "dryrun-96ad7a88ee59", "filtered_out": [ "private/**", "experiments/**", diff --git a/scripts/website-inventory-contract-smoke.js b/scripts/website-inventory-contract-smoke.js index e052410..7625f36 100644 --- a/scripts/website-inventory-contract-smoke.js +++ b/scripts/website-inventory-contract-smoke.js @@ -27,7 +27,7 @@ function criterionLines() { .filter((line) => /^- \[[ x]\] \*\*/.test(line)); } -expect("header", /^# Disasmer Minimal Website Inventory/m); +expect("header", /^# Disasmer MVP Website Acceptance Criteria/m); expect( "acceptance-style status", /\*\*Status:\*\* hosted website addendum to `acceptance_criteria\.md`, `acceptance_criteria_phase2\.md`, and `cli_acceptance_criteria\.md`/ @@ -46,7 +46,7 @@ expect( ); expect( "future hosted business scope", - /Billing-related features, including paid checkout, paid-plan management, upgrade flows, hosted support tooling, a full hosted admin console, broad moderation workflows/ + /Billing is not part of the MVP\. Paid checkout, paid-plan management, upgrade flows, hosted support tooling, a full hosted admin console, broad moderation workflows/ ); expect( "billing is not MVP website work",