Commit 652fa89
fix(landing): correct stale pricing comment — caps ARE enforced
The pricing block's comment claimed "Tier caps are aspirational —
there's no backend enforcement of these values yet". That's been
false since the tier-enforcement work landed: the caps mirror
backend/tiers.py TIER_CAPS and the quota gates enforce them on every
metered action. Rewrote the comment to state the real behavior
(enforced; resolve_user_tier returns "free" for everyone until the
Lemon Squeezy payment cutover) and to flag the keep-in-sync-with-
TIER_CAPS contract. Also dropped the cross-project references.
Comment-only — zero behavior or visual change. The displayed tier
numbers were already accurate against TIER_CAPS; only the misleading
comment is fixed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c233f01 commit 652fa89
1 file changed
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1040 | 1040 | | |
1041 | 1041 | | |
1042 | 1042 | | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
1046 | | - | |
1047 | | - | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
1048 | 1047 | | |
1049 | | - | |
1050 | | - | |
1051 | | - | |
1052 | | - | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
1053 | 1055 | | |
1054 | 1056 | | |
1055 | 1057 | | |
| |||
0 commit comments