Skip to main content

Review handoff

Phonton should hand back evidence, not just prose. A useful handoff answers:

  • What goal was attempted?
  • What plan was followed?
  • Was swarm mode enabled or disabled, and why?
  • Which files changed?
  • Which checks ran?
  • What passed, failed, or was skipped?
  • What index backend and context sources influenced the run?
  • What MCP or extension evidence was involved?
  • What still needs human review?

Inspect the latest review payload:

phonton review latest
phonton review latest --json

Record a human decision:

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

Handoff evidence

v0.19.0 threads more planning and capability evidence into typed surfaces:

EvidenceWhy it matters
PlanGraphShows assignments, dependency intent, expected touch scopes, and conflict groups.
index_backendNames whether code retrieval used local HNSW or configured Qdrant.
McpCapabilitySnapshotPreserves negotiated protocol, tool descriptors, and proposed permission rules when capability preview was used.
PermissionLedgerRecords approved or denied privileged actions.
VerifyReportSeparates passed checks, findings, and skipped checks.

Good handoff language

Use concrete status:

StatusUse when
Ready for reviewVerification passed and the diff is scoped.
Needs directionThe plan or implementation hit an ambiguity.
Failed verificationA check failed and the failure is included.
Not runA check was skipped and the reason is stated.

Do not call work done when verification did not run.