Recipe Spec.

One YAML document that says exactly what your software delivery is made of.

A Recipe pins every ingredient of a software delivery — container images, Helm charts, AI models, files — to an exact OCI digest, so one signature attests the whole delivery. It is the format that drives Tobby across network zones, and it is published here — specification, JSON Schemas, examples, and a Go SDK with its CLI linter — under Apache-2.0, so any tool can read, validate, and emit Recipes.

Specification in progress