> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dureai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Diff review と feedback

> Agent の local change 全体を読み、Git state に触れず行単位の feedback を返します。

Dure は人の検証を agent loop に含めます。Live diff badge で変更が集まる場所を見て、
read-only Diff pane で local agent worktree と branch fork point を比較します。未
commit の編集と新規 file も含まれます。

<video controls muted playsInline title="Agent と並べて開く Dure の read-only diff review" className="w-full aspect-video rounded-xl" poster="/images/diff-review-workflow.png" src="https://mintcdn.com/hebbian/gBhXllKfo-gr_XE_/videos/diff-review-workflow.webm?fit=max&auto=format&n=gBhXllKfo-gr_XE_&q=85&s=d9bc5b76287f3593dd3760cd19ae12a7" data-path="videos/diff-review-workflow.webm">
  ブラウザは埋め込み動画に対応していません。
  <a href="/videos/diff-review-workflow.webm">Review 動画を開く。</a>
</video>

## 試す

1. Diff badge が0でない agent を選びます。
2. Diff pane を開いて file を選びます。
3. 対応が必要な行を選びます。
4. 期待する動作と検証方法を書いて agent へ送ります。
5. Agent の応答と同時に同じ diff が更新されるか確認します。

Reviewer は agent branch を checkout したり index を変更したりする必要がありません。

## 現在の境界

Diff review と行 feedback は現在 local worktree のみです。SSH remote worktree には
同等の Diff pane がまだありません。Review view は read-only で、検証と commit
policy はユーザーの責任です。
