Runtime CLI
byteor-runtime is the shared operator CLI. Product binaries mirror the same verb surface and add their own stage or adapter resolution.
Verbs
Common run Flags
One-shot bring-up also uses run --sp plus input flags such as --input-hex=... or --input-ascii=....
Product Binaries
Each product binary extends the shared verb surface:
Capability Contract
capabilities emits a machine-readable document describing the runtime surface:
- Stage catalog entries
- Target support
- Lane-feature availability
- Replay defaults
- Environment restrictions
Cloud and operators consume this contract directly to understand what the runtime supports.
Compatibility Report
compatibility --spec=<path> [--env=<env>] evaluates a spec against the runtime:
- Target support
- Stage coverage
- Unknown stage keys
- Approval requirements
- Replay posture
- Model-specific run modes
Snapshot and Incident Bundles
snapshotcaptures SingleRing or LaneGraph state directlyincident-bundlepackages the spec, validation result, policy audit, environment data, and optional snapshots into a durable triage unitreplayconsumes a bundle and emits a replay audit documenting selected inputs and resulting decisions