Isolated code
Each worktree has its own files and branch.
Scoped sessions
Chats and terminals run in the selected lane.
Reviewable output
A lane can be committed, pushed, and turned into a PR.
Lane types
| Type | Use it when |
|---|---|
| Primary | You need to inspect or run commands in the repository root. Be careful: agents write to the main checkout here. |
| Worktree | You are doing normal agent work. This is the default and safest choice. |
| Attached | You already have an external worktree and want ADE to track it. |
Common actions
Stacked lanes
A stacked lane is based on another lane instead ofmain.
Cleanup
Archive lanes you may need later. Delete lanes when the branch is merged or abandoned and you are done with the worktree. ADE asks for confirmation before removing managed worktrees.Create lanes
More detail on lane creation and cleanup.
Stacked PRs
Work with branch chains and reviewable stacks.