Public dry run dryrun-7a9befca72b4
This commit is contained in:
parent
bef088c34c
commit
fe9da2782d
5 changed files with 259 additions and 9 deletions
|
|
@ -53,7 +53,7 @@ expect(
|
|||
expect(
|
||||
criteria,
|
||||
"future hosted business non-goal",
|
||||
/billing, full support tooling, broad moderation consoles, and durable account\/business-process management are intentionally outside this CLI-first MVP slice/
|
||||
/billing, paid-plan checkout, full support tooling, broad moderation consoles, and durable account\/business-process management are intentionally outside this CLI-first MVP slice/
|
||||
);
|
||||
|
||||
const lines = criterionLines(criteria);
|
||||
|
|
@ -110,6 +110,7 @@ for (const [name, pattern] of [
|
|||
["project coordinator status coverage", /fn project_status_queries_public_coordinator_state\(\)/],
|
||||
["quota local status coverage", /fn quota_status_uses_project_config_and_generic_public_limits\(\)/],
|
||||
["quota coordinator usage coverage", /fn quota_status_queries_public_coordinator_usage\(\)/],
|
||||
["task event summary coverage", /fn process_task_log_and_artifact_reports_summarize_task_events\(\)/],
|
||||
["build no full repo upload coverage", /fn build_command_reuses_bundle_inspection_without_full_repo_upload\(\)/],
|
||||
["safe coordinator-required plans", /fn node_enroll_and_process_commands_have_safe_plan_without_coordinator\(\)/],
|
||||
]) {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ expect(
|
|||
);
|
||||
expect(
|
||||
"future hosted business scope",
|
||||
/Billing, checkout, paid-plan management, upgrade flows, hosted support tooling, a full hosted admin console, broad moderation workflows/
|
||||
/Billing-related features, including 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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue