route-manifest-property
| Field | Value |
|---|---|
| ID | route-manifest-property |
| Version | 1.0.0 |
| Mode | property |
| Layer | Stripe |
| Category | contract |
| Severity | 🔴 blocking |
| SLA | 15,000 ms |
| Depends on | none |
| Source | packages/testing/src/gates/route-manifest-property.gate.ts |
What it asserts
Property: every path the route-manifest matcher returns for a known template matches that template's regex; literals beat params at the same depth.
Run it locally
bun run gates --gate=route-manifest-propertySee also
propertymode- 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.
route-guard-presence
Every apps/api/app/v1 route.ts that maps to a spec operationId calls requireExposed() as its post-auth, pre-validate gate (non-spec routes exempt).
route-map-drift
apps/api/lib/generated-route-map.ts matches the generator output; ROUTE_MAP covers every spec op and resolveOperationId round-trips with no ambiguity.