rate-limit-matrix
| Field | Value |
|---|---|
| ID | rate-limit-matrix |
| Version | 1.0.0 |
| Mode | static |
| Layer | Stripe |
| Category | contract |
| Severity | 🟡 warning |
| SLA | 10,000 ms |
| Depends on | none |
| Source | apps/api/__gates__/rate-limit-matrix.gate.ts |
What it asserts
Every operation declares x-matter-rate-limit.bucket + tier caps; the RateLimited response carries Retry-After + RateLimit-* headers; tier × bucket caps are monotone.
Run it locally
bun run gates --gate=rate-limit-matrixSee also
staticmode- Stripe layer
- Allowlists — how to bound a known finding with an expiration
- Contributing — how to evolve this gate or write a new one
Generated by apps/design/scripts/generate-gate-pages.ts from the gate's source-of-truth metadata. Edit this page by editing the gate file's description / version / etc.
prompt-regression
Assistant outputs match captured baselines (packages/ai/__regression__/baseline.json) across model + prompt edits.
route-manifest-property
Property: every path the route-manifest matcher returns for a known template matches that template's regex; literals beat params at the same depth.