What Helmor shows#
Helmor keeps agent edits visible through file browsing, diffs, and workspace change state. The goal is to make review part of the agent workflow, not a separate cleanup step.
Review flow#
- Read the session summary and agent output.
- Inspect changed files in the workspace.
- Check whether the diff matches the original task.
- Run focused tests or build checks.
- Continue the session or commit the work.
What to look for#
Prefer small, explainable changes. Watch for unrelated refactors, broad formatting churn, missing tests, and changes that solve a symptom instead of the requested problem.
Shipping standard#
A change is ready when the diff is understandable, the expected checks pass, and the session history explains the work clearly enough for another reviewer.