---
title: "Review & land · intentic"
description: "Every agent works on its own git worktree. Read the diff file by file, comment on a hunk, then land it into your tree or discard it. Nothing lands by surprise."
url: "https://intentic.dev/product/review/"
---

Review & land

# Nothing reaches your tree until you have read the diff.

An agent's work sits on its own branch until you land it. The review panel shows every changed file, every hunk, the tests it ran, and two buttons.

[Get started free](https://app.intentic.dev) [Open the live workspace](https://intentic.dev/demo/)

acme-shop · agent/soft-deletes

![The isolated review panel: four changed files with per-file line counts, a split diff of a database schema adding a deletedAt column, and a Land now button beside the agent's branch name.](https://intentic.dev/_astro/agent-review.DpI7Jf3o_ZOhw5p.webp)

- Split or unified

 the diff reader you already know, with comments
- Land or discard

 one button each; nothing lands by surprise
- Conflicts surface

 as an Attention card, with the agent offered the resolve

## The review boundary is a real branch

Landing replays the agent's delta onto your tree as ordinary git changes you can stage, amend or revert. Discarding removes the worktree and leaves your tree untouched.

One base commit, one branch each

agent/checkout-stripe

its own worktree, its own checkout

agent/soft-deletes

its own worktree, its own checkout

agent/latency-p99

its own worktree, its own checkout

land, one at a time, after you have read the diff

Your working tree

untouched until you land, and still yours to amend or revert afterwards

## Reviewed by file, not by wall of text

Files are grouped by repo with their line counts, so a 400-line change reads as six decisions. Comments attach to a hunk, and unread files stay marked until you have looked at them.

acme-shop · /workspace

![The workspace Changes tab: five uncommitted files grouped by repo with their line counts, and the diff of one of them open beside the list.](https://intentic.dev/_astro/workspace-changes.BjDCg6pm_Z1gULAt.webp)

## A conflict is a task, not a dead end

When a land collides with work that arrived first, the card moves to Attention and the agent offers to resolve it in its own worktree.

[Next Workspace & editor → The IDE surfaces you and the agent share](https://intentic.dev/product/workspace/)

[Get started free](https://app.intentic.dev) [Read the quickstart](https://intentic.dev/docs/quickstart/)
