Orkestral never asks you to approve every keystroke. The agent does the work, captures a diff, and runs it through review and approval gates. You approve outcomes, not edits.
The big picture
When an agent runs an issue, the work flows through a chain of gates before the issue can reachdone. Some gates are automatic (agents reviewing agents), and some require a human decision.
Validation chain
The executor never closes its own issue. Work rises to the manager it reports to, and can climb up to the Code Reviewer and CEO.
Approver gate
Required approvers you attach to an issue must say yes before it can be marked
done. One rejection blocks it.Autonomy level
A workspace setting (low, medium, high) that decides how far the team finalizes on its own before involving a manager.
Local routing approval
An optional setting that holds the local Forge model back so premium agents handle the run instead.
How an issue reaches done
An agent executes the issue
The assigned specialist runs the issue, edits files, and Orkestral captures a diff snapshot of what changed (so you can undo it later).
Work rises for validation
A weaker or local executor does not finalize its own work. On success, the issue is reassigned to the manager the agent reports to, moves to
in_review, and that manager runs again in review mode.Code review when code changed
If the run touched code and a Code Reviewer exists in the workspace, the work always goes through that reviewer, even at high autonomy. That is the whole point of having one.
The approver gate
Before the issue can flip to
done, Orkestral checks the required approvers attached to the issue. All must approve. Any rejection sends it back.What you actually approve
You are not signing off on individual edits. You approve at the issue level, after the agent has done the work and the diff is ready to inspect.The captured diff
The captured diff
Every run that changes files produces a change summary: the files touched, additions, and deletions. A transactional snapshot is saved, so approving is safe and reversible. Reject and you can undo the whole change set.
The reviewer's verdict
The reviewer's verdict
When a manager or Code Reviewer validates, they either approve or request changes. Request-changes is reported back in plain language so you always know why something looped back to the executor.
The approver decision
The approver decision
Required approvers attached to an issue cast an explicit decision: approve or reject. This is the real gate on
done, separate from the automatic review chain.The approver gate in detail
You can attach approvers to an issue. They are the hard gate before completion. Orkestral computes the gate state from every required approver’s decision.- Approved
- Pending
- Rejected
Every required approver has approved (or there are no approvers attached). The issue is allowed to finalize and moves to
done.Autonomy levels
Autonomy is a workspace level setting, stored on the CEO orchestrator. It governs how far the team finalizes on its own before a manager has to step in. The default is medium.Low
Most cautious. Work consistently rises to managers for validation before anything closes. Use this when you want a human or senior agent in the loop on nearly everything.
Medium
The balanced default. Code changes still go through the Code Reviewer, and non-code work rises to the manager the agent reports to.
High
“Send it and sleep.” Non-code work can finalize without rising to a manager. Code changes still go through the Code Reviewer if one exists. Without a Code Reviewer, high autonomy finalizes directly.
High autonomy does not switch off code review. If a run touched code and a Code Reviewer agent exists, the work always passes through that reviewer regardless of autonomy level. Autonomy only relaxes the manager validation step for work that did not change code.
Local model routing approval
There is a separate, optional approval that lives in your model routing settings: require approval for local. This one is about which model runs, not about closing the issue. Orkestral can try the bundled local Forge model first and only escalate to a premium agent when needed. If you turn on require approval for local, the hybrid “Forge first” path is held back, so premium agents handle the run directly instead of letting the local model attempt it unattended.What it changes
What it changes
With this off (default for hybrid routing), an eligible issue is attempted by the local Forge first, then escalated to premium if the local run does not finish or the task risk is above your local limit. With it on, that automatic local-first attempt does not run.
Risk limits
Risk limits
Even when Forge-first is allowed, Orkestral classifies each issue’s risk. If the risk is above your configured max local risk, it skips local and goes straight to a premium agent, which preserves CLI context and permissions.
Premium escalation budget
Premium escalation budget
Local routing approval and the issue approver gate are different things. One decides which model touches your code; the other decides whether finished work is allowed to close. You can use either, both, or neither.
When the chain runs out of patience
Automatic review is capped so issues never loop forever.Limited round trips
An executor and its manager can go back and forth a small number of times. Each request-changes counts as an attempt.
Hand off to a human
When automatic review exhausts its attempts, the issue moves to
in_review with a comment that it needs human review. The team stops guessing and waits for you.Practical setups
- Maximum oversight
- Balanced
- Hands off
Set autonomy to low, attach yourself (or a trusted senior agent) as a required approver on important issues, and keep a Code Reviewer in the workspace. Nothing closes without a human yes.
What to do next
Build your team
Add a Code Reviewer and set reporting lines so the validation chain has someone to rise to.
Track work as issues
See how issues move through
in_progress, in_review, blocked, and done.Understand the Forge
Learn how the local model executes changes and when it escalates to premium.
Tune model routing
Find the require approval for local and premium fallback toggles in settings.