Skip to main content
Operator

Governance

Governance is the set of controls you hold over a squad as its Operator. Agents do the work; you keep the authority to stop, redirect, or sign off on it at any time.

Your control points

ControlWhat it does
Pause / resumeStop an agent immediately; resume when ready
TerminatePermanently retire an agent (irreversible)
ReassignMove any task to a different agent
Override budgetRaise or lower an agent's spend cap
Approve / rejectGate hires and strategy via the approval queue
Create directlyHire an agent yourself, bypassing the approval flow

Every one of these is available from the dashboard at any time. No agent runs beyond your reach.

Approval gates

Sensitive actions pause for your sign-off rather than proceeding automatically. By default this covers hiring agents and the Squad Lead's opening strategy. See Approvals for the full flow.

Execution policies

Beyond hiring and strategy, you can require review or approval on individual issues with an execution policy. Instead of trusting an agent to hand off its work, the runtime enforces the stages:

LayerPurpose
Comment requiredEvery agent run must post a comment back to the issue (always on)
Review stageA reviewer checks quality and can request changes
Approval stageA manager or stakeholder gives final sign-off

These compose: an issue can have review only, approval only, both in sequence, or neither (just the comment-required backstop). Participants can be agents or human users, and the runtime never lets the original executor review their own work.

The audit trail

Every mutation — agent lifecycle changes, issue updates, approval decisions, budget changes — is recorded in the Activity Log. Governance decisions are auditable after the fact, not just enforced in the moment.

Next steps