Operator Loop

ByteOr is easiest to reason about as one repeated loop:

  1. Author a shared plan through the canonical spec contract.
  2. Validate and compile into the selected execution target.
  3. Deploy under environment-aware approval and policy controls.
  4. Capture and replay artifacts when the runtime needs investigation.

Author

Authoring starts from a shared plan model rather than graph-only UI state.

  • Spec Authoring covers the plan contract and how authored intent maps to the canonical target.
  • Execution Models explains when to choose SingleRing versus LaneGraph.

Validate and compile

Validation is not optional formatting. It is the step that turns authored intent into a deterministic, canonical runtime contract.

Deploy

Deployment posture changes by product surface, but the control points are consistent.

Capture and replay

Capture is the evidence path for incident handling, not an afterthought.

Provenance
Need the canonical source?
Use the public hub to orient yourself, then jump to repo-owned docs or rustdoc when you need contract-level detail.