Sync public tree for logout alias

This commit is contained in:
Michel Paulissen 2026-07-03 23:59:58 +02:00
parent 22fa4fc675
commit 1c3fdfc38a
4 changed files with 55 additions and 3 deletions

View file

@ -40,6 +40,10 @@ expect(
"no duplicate work note",
/does not automatically mean new product code, a new feature, or even actual implementation work is required/
);
expect(
"prove existing behavior before implementation",
/prefer proving, documenting, or tightening that existing behavior over duplicating capability or overengineering a parallel website mechanism/
);
expect(
"barebones no CSS",
/barebones functional HTML with no CSS/
@ -52,6 +56,10 @@ expect(
"billing is not MVP website work",
/Do not build billing\/upgrade flows into the minimal website for this MVP/
);
expect(
"billing-only surfaces are postponed",
/If a website route, API, database field, control, or acceptance item exists only for billing, paid plans, hosted business operations, broad admin\/moderation, team management, provider setup, secret management, or durable account\/business-process management, postpone it instead of building it for this MVP\./
);
assert.doesNotMatch(source, /community-tier/, "use `community tier`, not `community-tier`");
const lines = criterionLines();