- Get Started

Lifecycle States

Every ticket travels through a fixed set of states. This reference lists them, what they mean, and what can happen from each one.

The main states

StateMeaningCan move to
PlanningFORGE is writing (or waiting on) the plan; no code is written. The first state a ticket enters.Blocked, or Building (on plan approval)
BuildingFORGE implements the approved plan and runs tests.Testing, Blocked
TestingTest work is underway.Review ready, Blocked
Review readyFORGE opened a pull request and marked it for review.Blocked, Awaiting human
ReviewSENTINEL is adversarially reviewing the pull request.Merged (on approval), or back to Building (on rejection, continuous-integration failure, or conflict)
MergedVESSEL merged the approved pull request. Terminal — the workspace is torn down and documentation follows.—
BlockedWork is stuck at a step.Usually toward Awaiting human
Awaiting humanParked for a human decision; the system stopped retrying.Resolved by a human action or a reset

The enforced rules

Recovery states (invisible but important)

Separate from the ticket phases, recovery tracks things like:

These are repaired automatically, with a bounded number of attempts, before escalation. See the Limits & Defaults reference for how recovery behaves.

How a human interacts with states

Related