Skip to main content

Review & receipt

Phonton hands back evidence, not just a summary. After a run you should know:

  • What goal ran
  • Which files changed
  • Which checks passed or failed
  • What was skipped and why
  • Where to roll back if needed

In the TUI

Open the Receipt focus (Alt+] until you see it, or /focus receipt).

You'll see:

  • Headline and diff stats
  • Per-file summaries
  • Verify pass / warn lines
  • Rollback points and known gaps

Use Code focus and , / . to step through grouped diffs.

From the terminal

phonton review latest
phonton review latest --json
phonton proof export --latest --format json

Status language

StatusMeaning
Ready for reviewChecks passed; diff is scoped
Failed verificationA check failed — read findings before merging
Needs directionPlan hit ambiguity — narrow the goal or answer clarifications
Not runA check was skipped — reason should be in the receipt

Do not merge when verification failed unless you understand the gaps.

Human decisions

phonton review approve latest
phonton review reject latest
phonton review rollback latest 1

These record your decision alongside the machine evidence.