no-cross-app-runtime-fs
| Field | Value |
|---|---|
| ID | no-cross-app-runtime-fs |
| Version | 1.0.0 |
| Mode | static |
| Layer | Stripe |
| Category | contract |
| Severity | 🔴 blocking |
| SLA | 15,000 ms |
| Depends on | none |
| Source | packages/testing/src/gates/no-cross-app-runtime-fs.gate.ts |
What it asserts
apps/* runtime code (app/, lib/, middleware) must not node:fs-read a sibling app's files — they are absent in the isolated serverless bundle. Import build artifacts as modules instead.
Run it locally
bun run gates --gate=no-cross-app-runtime-fsSee 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.
mvp-readiness
Every operation exposed in the manifest's live channel has both a prod-readiness review and an API Council GA promotion record (WARNING in Phase 6; flips to blocking at go-live).
openapi-breaking-change
Detect breaking changes in apps/docs/api-reference/openapi.yaml vs origin/main: dropped operations, required-flipped params, removed success status codes, removed enum values.