Expand description
Unified shape.lock model for deterministic dependency resolution and
compile-time artifact caching.
This is the single source of truth for:
- resolved package dependencies
- compile-time artifacts (schema inference, comptime outputs, generated metadata)
Structs§
- Locked
Artifact - A generic compile-time artifact cached in
shape.lock. - Locked
Package - A single locked package entry.
- Package
Lock - Top-level lockfile structure written to
shape.lock.
Enums§
- Artifact
Determinism - Reproducibility mode for a compile-time artifact.
- Locked
Source - Source from which a locked package was resolved.