Skip to content

completion_approval

Scope: domain • Default: coordinator_sufficient

What authority is required to mark a task done.

Positions

PositionBehavior
human_requiredTask waits in gate_check until a human clicks Approve in the dashboard.
coordinator_sufficientIf all reviewer verdicts are pass, the coordinator approves automatically.
gates_sufficientIf all hard gates pass, the task completes with no further review.

Picking per-domain

Most teams use:

  • gates_sufficient for pure refactors or test-coverage tasks.
  • coordinator_sufficient for day-to-day feature work.
  • human_required for anything touching production configs, auth, or migrations.

Because this lever is per-domain, you can set different strictness for UI vs infra work in the same workspace.

Released under the FLL-1.2 License.