Store and distribute verified PitFast Components through content-addressed filesystem or S3-compatible storage.
Paddock guarantees that the artifact deployed to testing is bit-for-bit identical to the artifact running in production.
Every artifact is identified by the SHA-256 of its actual bytes. No accidental overwrites or deployment drift.
Tags can move freely without changing previously deployed artifacts, enabling clean release promotions.
Filesystem and S3-compatible backends without locking PitFast to a single proprietary cloud provider.
Paddock exposes transparent inspection tools to examine digests, manifests, and component metadata.
# 1. Push component with human-readable tag
pit push service-a:v1
# 2. Pull artifact directly by tag or digest
pit pull service-a:v1
# 3. Inspect artifact manifest, dependencies, and SHA-256
pit paddock inspect service-a:v1Every subsystem handles one distinct responsibility in the demand-driven execution chain.
Verify how content-addressed storage eliminates build drift across all your machines.