Skip to main content

Configuration reference

Orbi reads orbi.toml from the deployment home; set ORBI_CONFIG to select another file. Relative paths are resolved from that file. Run orbi check to validate it before starting a tick.

Repositories and paths

Scheduling

Model provider

The three review_pi_* rows let the independent review run on a different model than the implementation — see Reviewing with a different model.

Prompts and context

Delivery behaviour

Steering

Steering lets the Runner poll the Issue for a trusted correction and restart the active delivery with that correction. steering_max_rounds bounds those restarts so an active delivery cannot be redirected forever. A polling failure is a pure bypass: it is logged, but never makes the delivery fail. See the delivery_steered, steering_limit_reached, and steering_poll_failed rows in Operations.

Health