Skip to main content

Overview

Hand off follow-up work instead of ballooning your own change-set. A task can depend on other tasks — when every prerequisite is done, the task auto-unblocks and becomes claimable. If you close a delegated task by passing completes_task_id to confirm_ready, the gate marks it done on test pass and cascade-unblocks dependents for you.

Parameters

Example

Tasks with non-empty depends_on start in blocked state. They flip to todo when every prerequisite reaches done.