Xorin documentation

Safety, verification, and change review

Xorin combines plan review, structured tool validation, persistent checkpoints, and post-change verification. These controls reduce risk but do not remove the need for source control and project testing.

Use Plan mode before a large change

Plan mode creates a reviewable checklist before mutating tools run. You can disable steps, edit or reorder them, add instructions, answer required questions, execute the approved version, or cancel it.

The approved plan becomes the execution record; Xorin does not silently rewrite it after approval.

Pending checkpoints

Before a supported mutation runs, Xorin snapshots the affected project state. The checkpoint is designed to survive script-triggered domain reloads and Editor restarts.

A checkpoint remains active until you accept or undo it. Follow-up requests made before that decision accumulate in the same checkpoint and Change Log. The Change Log shows:

Auto-Accept

Enable Auto in the composer to accept the active checkpoint after a normally completed request when every accumulated entry is successful. A cancellation, request error, or any recorded failed entry falls back to manual review.

Verification layers

Checkpoint boundaries
  • Accept and Undo operate on the whole active checkpoint, which may contain changes from multiple requests. There is no per-file accept/reject control.
  • Checkpoint creation preserves unsaved scene contents in a sidecar without rewriting the currently open scene file or clearing its dirty marker. Undo All restores the captured baseline to disk and may reopen the scene clean.
  • External files, provider-side jobs, and changes made outside tracked project paths may not be reversible.
  • Keep the project in source control and commit or stash important work before a broad request.