Skip to content
Menu

Groundwork Rule

Keep the generated application self-contained

Complete user-readable behavior generated from the authoritative rule module.

Rule decision

Decision

Prevent builder, fixture, runtime-binary, and external dependency leakage.

Behavior

Required behavior

Validate export contents and referenced paths; Exclude admin files, fixtures, development dependencies, caches, secrets, and downloaded runtimes

Prohibited behavior

Import from builder-only paths; Ship unresolved placeholders or data from another instance

Boundary or exception

Fail the build before replacing distributable outputs.