What Files is for
Inspect agent edits
Review exactly what changed before committing.
Make manual fixes
Edit files directly when a small human adjustment is faster than another prompt.
Commit cleanly
Stage files, write a commit message, amend, stash, or push.
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
1
Open the changed lane
Choose the lane an agent worked in.
2
Read the diff
Open each modified file and inspect the hunks.
3
Fix anything obvious
Edit directly or ask the agent to continue from the review notes.
4
Stage and commit
Stage related files together and commit once the work is coherent.