Skip to content
TestingModesModesStaticStatic

Static

What it is

File-level analysis without running anything. Reads source, asserts invariants. The cheapest, fastest, most deterministic test mode — should be the largest layer by count.

When to use it

Route coverage, schema-runtime parity, lint-shaped invariants, codegen drift.

Example gates

card-action-targets, framework-self-check, openapi-validation, dependency-audit, secret-scan

See also

On this page