Skip to content
Kitsy Docs Open COOP

Transition Policies

Transition Policies

COOP exposes lifecycle policy through a dedicated CLI surface:

Terminal window
coop workflow transitions show
coop workflow transitions add in_review blocked
coop workflow transitions remove done canceled
coop workflow transitions reset in_review

The raw config path remains available:

Terminal window
coop config workflow.task-transitions.in_review done,todo,blocked,canceled

COOP rejects transition maps that create dead-end states. That keeps tasks from becoming permanently stuck in a status with no outbound edge.