ADE helps you see conflict risk while work is still in progress. It compares active lanes and shows where two branches are likely to collide.
Where conflicts appear
- Lane status badges.
- Workspace Graph edges.
- PR detail views.
- The Conflicts page.
How to use conflict signals
Notice the warning
A lane, graph edge, or PR shows conflict risk.
Open the details
Review the lanes, files, and summary of the overlap.
Decide the merge order
Sometimes the easiest fix is to land one branch first and rebase the other.
Resolve if needed
Use Files, Git, or an agent-assisted pass to resolve the conflict.
Re-run checks
Run tests and recheck PR state after the conflict is gone.
Risk levels
| Level | Meaning |
|---|
| Low | Some overlap, but likely easy to merge. |
| Medium | Shared files or nearby changes need review. |
| High | Merge is likely to block or require manual resolution. |
Prevention
- Keep lanes narrow.
- Stack related changes instead of editing the same area from unrelated lanes.
- Rebase long-running lanes regularly.
- Use Graph before merging several PRs.
- Ask an agent to explain a conflict before asking it to fix one.
Conflict prediction is a warning system. Always verify with Git, tests, and PR checks before merging.