# Review And Evaluation Workflows Recommended profile: `workspace-full` Smoke target: ```bash make smoke-review-eval ``` Use this flow when an agent needs to read a checklist interactively, run an evaluation script, checkpoint or reset its changes, and export the final report. Chat-host recipe: 1. Create a named snapshot before the review starts. 2. Open a readable PTY shell and inspect the checklist interactively. 3. Run the review or evaluation script in the same workspace. 4. Export the final report. 5. Reset back to the snapshot if the review branch goes sideways. 6. Delete the workspace when the evaluation is done. This is the stable shell-facing story: readable PTY output for chat loops, checkpointed evaluation, explicit export, and reset when a review branch goes sideways.