Concepts¶
Read these pages in order — each builds on the previous:
- Artifacts & the DAG — The mental model: files drive the graph
- Dependencies — Declaring what a stage reads
- Outputs — Declaring what a stage produces
- Loaders — How files are read and written
- Parameters — Typed configuration for stages
- Pipelines — Registration, composition, and discovery
- Fingerprinting — How Pivot detects code changes
- Caching & Skip Detection — When stages skip and how cache works