Sync public tree to abeb195

This commit is contained in:
Michel Paulissen 2026-07-04 12:21:09 +02:00
parent c836abc405
commit fa0b074b05
4 changed files with 26 additions and 3 deletions

View file

@ -58,7 +58,11 @@ expect(
);
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\./
/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, durable account\/business-process management, or any similarly future hosted-business concern, postpone it instead of building it for this MVP\./
);
expect(
"billing plan flags are placeholders",
/Design-document references to billing, paid plans, or plan flags are future metadata placeholders; they do not require MVP website routes, database fields, UI controls, CLI commands, coordinator routes, or service logic/
);
assert.doesNotMatch(source, /community-tier/, "use `community tier`, not `community-tier`");