Skip to content

fix(limits): correct the published rate limit and file size, check descriptions - #79

Merged
a-essawy merged 1 commit into
mainfrom
fix/limits-description-drift
Aug 29, 2026
Merged

fix(limits): correct the published rate limit and file size, check descriptions#79
a-essawy merged 1 commit into
mainfrom
fix/limits-description-drift

Conversation

@a-essawy

Copy link
Copy Markdown
Contributor

The limits page advertised "30 vs 300/min" and "100 MB vs 2 GB" in its
frontmatter description while its table, which is checked, said 120/600 and
500 MB/10 GB. The description understated the rate limit 4x and the file size
5x, and it is the text a search result and an AI answer quote.

check-plan-limits.mjs only read tables. It now reads descriptions too, and each
pattern must match: rephrase the sentence and it fails asking you to update the
check, rather than quietly checking nothing.

Two more checks were already dead and this surfaced them. "max batch size"
matched no row because batches were removed from the product, and the
storageQuota row was keyed on "total r2 storage" while the heading reads "Total
object storage", so it had been silently unverified.

…scriptions

The limits page advertised "30 vs 300/min" and "100 MB vs 2 GB" in its
frontmatter description while its table, which is checked, said 120/600 and
500 MB/10 GB. The description understated the rate limit 4x and the file size
5x, and it is the text a search result and an AI answer quote.

check-plan-limits.mjs only read tables. It now reads descriptions too, and each
pattern must match: rephrase the sentence and it fails asking you to update the
check, rather than quietly checking nothing.

Two more checks were already dead and this surfaced them. "max batch size"
matched no row because batches were removed from the product, and the
storageQuota row was keyed on "total r2 storage" while the heading reads "Total
object storage", so it had been silently unverified.
@a-essawy
a-essawy merged commit 17e1572 into main Aug 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant