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

@ -59,6 +59,11 @@ expect(
"future hosted business non-goal",
/billing, paid-plan checkout, team\/org management, provider setup wizards, secret-manager UI, full support tooling, broad moderation consoles, and durable account\/business-process management are intentionally outside this CLI-first MVP slice/
);
expect(
criteria,
"billing plan flags are placeholders",
/Design-document references to billing, paid plans, or plan flags are future metadata placeholders; they do not require MVP CLI commands, coordinator routes, schemas, migrations, website controls, or service logic/
);
const lines = criterionLines(criteria);
assert(lines.length > 0, "CLI-first criteria must contain criteria lines");