What this helps you do
See which files you reviewed and whether checks still describe the current code.
Choose Review confidence below the repository workbench, from a managed run, or from Release.
Before you start
Pro. Commands run locally only after you choose Run verification. AI provider usage is separate.
Steps
- Choose a comparison base, or leave HEAD for current working changes. Inspect each text diff and mark it reviewed.
- Enter a verification command and timeout. Run it, inspect output, or cancel while it is running.
- Edit or stage a file to see review marks change. A later checkout edit makes the previous verification stale; run the checks again.
Expected result
Review marks are bound to the diff and comparison base. Verification records the tracked and nonignored untracked checkout content, index, HEAD, and branch. Passing is evidence for that code state, not proof of correctness.
Controls
review.markBinds the reviewed mark to the currently displayed diff; subsequent edits invalidate it.
- Screen
- Review confidence
- Available
- Pro
review.verifyRuns the chosen command with a timeout and marks results stale when checkout content changes.
- Screen
- Review confidence
- Available
- Pro; cancellation remains available
Recovery
Sensitive, binary, symlink, submodule, and oversized files require external inspection. Incomplete fingerprints cannot show verification as current. No detected test command means no checks configured; git status is never treated as a test.