Docs

OverlayFS review Linux only

Instead of writing directly to your project, a review task's writes are captured in an OverlayFS layer. The real project is the read-only base; everything the task creates, modifies, or deletes accumulates in an upper layer and never touches your files until you say so.

Reviewing changes

Mark a task to pause for review. When it finishes, the weave pauses in the reviewing state and shows the captured changeset as a per-file diff. You then choose:

  • Approve & merge — apply the changes to the real project and continue the weave.
  • Redo — discard the changes and re-run the task.
  • Reject — discard the changes and stop.
🐧

Write capture requires the Linux sandbox. With sandboxing off (including macOS), review tasks write through to the project directly.