KV Spec Format
ByteOr pipeline specs use a deterministic key-value text format. This page is the public-hub index into the canonical OSS format reference rather than a second copy of that reference.
Linked canonical reference
The exact encoding and field-level rules belong to the synced ByteOr OSS reference docs. The central hub keeps only the minimum orientation needed to route readers to the canonical source.
What Matters At A Glance
- Specs are emitted as deterministic UTF-8
key=valuelines. - Stable ordering means the same logical spec hashes to the same bytes.
- The format is intentionally diff-friendly and canonicalizable.
- Exact field names, model shapes, and validation-aligned structure should come from the OSS reference docs.