Update website acceptance scope contract

This commit is contained in:
Michel Paulissen 2026-07-03 23:23:52 +02:00
parent 4b323224b2
commit 2a86900e57
2 changed files with 4 additions and 4 deletions

View file

@ -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/**",

View file

@ -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",