Adopt, land, and cleanup
Adopt work finished by hand
e11 runs adopt <run> --work-item <id>Use adopt after finishing work in the run worktree. The command verifies the run branch head before recording delivery for the item. --commit accepts a commit prefix and defaults to the branch head. --by defaults to your machine’s principal.
Land accepted work
e11 runs land <run> --work-item <id> --mergeMerge fast-forwards the checkout onto the accepted commit, then records the landing. Check out the branch from which the run started. Resolve uncommitted changes to files the accepted commit also changes. Reconcile diverged branch history yourself before recording landing. A refusal moves no Git reference.
Unrelated dirty files do not block the current implementation. Without --merge, land records a commit already present on the target. Use --commit when recording another landing commit.
Release the worktree
e11 runs cleanup <run>Cleanup releases the run worktree and branch. Landing offers this command for you to run. Inspect uncommitted work before cleanup. Completed, cancelled, failed, and blocked runs admit cleanup. Planned, running, and stopped runs do not. A retained Git reference preserves the recorded head.
Other run actions
| Action | Use |
|---|---|
e11 runs list | List this workspace’s runs. A bare runs command requires an action. |
e11 runs status <run> | Read current state and the next step. |
e11 runs report <run> | Read the saved report from settlement. |
e11 runs resume <run> | Continue a parked run or raise its ceiling. |
e11 runs retry <run> --work-item <id> | Retry a selected item after addressing the failure. |
e11 runs approve <run> --work-item <id> | Approve an item awaiting a decision. |
e11 runs reject <run> --work-item <id> --reason <text> | Reject an item and record your reason. |
e11 runs stop <run> --reason <text> | Park a run for later continuation. |
e11 runs cancel <run> --reason <text> | End the run. |
e11 runs successor <run> --change <json> | Seal a new run with a policy change. |
Read common refusals before changing a run’s policy.