> ## Documentation Index
> Fetch the complete documentation index at: https://ade-ac1c6011-ade-mobile-chat-stability-54bd7ef0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Files

> Review and edit lane-scoped files, diffs, conflicts, and Git changes.

Files is ADE's review workbench. It shows the selected lane's file tree, editor tabs, diffs, staged changes, and Git actions.

## What Files is for

<CardGroup cols={3}>
  <Card title="Inspect agent edits" icon="magnifying-glass">
    Review exactly what changed before committing.
  </Card>

  <Card title="Make manual fixes" icon="pen">
    Edit files directly when a small human adjustment is faster than another prompt.
  </Card>

  <Card title="Commit cleanly" icon="code-commit">
    Stage files, write a commit message, amend, stash, or push.
  </Card>
</CardGroup>

## Lane scope

The file tree is scoped to one lane at a time. Switching lanes changes the worktree you are editing. Check the lane selector before saving if you have several lanes open.

## Common flow

<Steps>
  <Step title="Open the changed lane">
    Choose the lane an agent worked in.
  </Step>

  <Step title="Read the diff">
    Open each modified file and inspect the hunks.
  </Step>

  <Step title="Fix anything obvious">
    Edit directly or ask the agent to continue from the review notes.
  </Step>

  <Step title="Stage and commit">
    Stage related files together and commit once the work is coherent.
  </Step>
</Steps>

## Conflicts

When a merge or rebase produces conflicts, Files shows the conflicted files and lets you resolve them in the editor. After resolving, continue the Git operation from the lane or PR workflow.

<Tip>
  Use Files as the final human checkpoint. Even when an agent says tests passed, inspect the diff yourself before pushing.
</Tip>
