Review changes
Superconductor provides review surfaces for inspecting changed files, diffs, review comments, and diff summaries before you commit, push, merge, or discard the work.
Review the diff
Section titled “Review the diff”Open the diff view for the active worktree. The diff view shows:
- Files changed.
- Diff contents.
- Per-file status and stats.
- Review comments, when present.
Use the diff to check tests, generated files, lockfiles, user-facing behavior, and whether the change stays within the requested task.
Run checks
Section titled “Run checks”Run the verification commands for the repository you are working in. Examples:
bun run buildjust test-crate sc_gitIterate with the agent
Section titled “Iterate with the agent”If the diff needs changes, send feedback in the active terminal or chat session:
The implementation changes the right file, but it does not cover the empty-state case. Add a focused test for that path and keep the public API unchanged.Commit or discard
Section titled “Commit or discard”When the work is ready, commit or push through your normal git flow. To discard the result, reset the worktree or remove it after confirming you no longer need the changes.
Keep review small
Section titled “Keep review small”Separate task worktrees produce separate review diffs. Split a large diff into smaller branches through normal Git workflows.