Skip to content

Commit 661e11a

Browse files
committed
fix(plans): B6-P3 — growth.deployments_apps 5 → 50
Pro's deployments_apps = 10; the previous Growth value of 5 placed Growth ($99/mo) BELOW Pro ($49/mo) on a customer-facing dimension. Bumped to 50 — preserves tier-ladder ordering above Pro while staying short of Team's unlimited (-1). Kept synchronised with api/plans.yaml (the api repo's wave-3 consolidated commit also flips the value); the api's tier-ladder invariants pinning test loads api/plans.yaml directly, so this commit only affects the embedded defaultYAML fallback used in package-default tests. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0f4ec20 commit 661e11a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

plans/plans.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,11 @@ plans:
942942
team_members: 10
943943
vault_max_entries: 200
944944
vault_envs_allowed: []
945-
deployments_apps: 5
945+
# B6-P3 (BugBash 2026-05-20, wave-3 consolidated): bumped from 5 → 50.
946+
# Pro's deployments_apps = 10; the previous Growth value of 5 was a
947+
# tier-ladder inversion (Growth $99/mo < Pro $49/mo on a customer-
948+
# facing dimension). Kept synchronised with api/plans.yaml.
949+
deployments_apps: 50
946950
backup_retention_days: 30
947951
backup_restore_enabled: true
948952
manual_backups_per_day: 100

0 commit comments

Comments
 (0)