Skip to content
TaskReview
AGH RuntimeTask

agh task review submit

Submit one task-run review verdict

Audience
Operators running durable agent work
Focus
Task guidance shaped for scanability, day-two clarity, and operator context.

agh task review submit

Submit one task-run review verdict

agh task review submit <review-id> [flags]

Options

      --confidence float             Verdict confidence from 0 to 1
      --delivery-id string           Idempotent delivery ID
  -h, --help                         help for submit
      --missing-work stringArray     Missing work item (repeatable)
      --missing-work-json string     Missing work JSON array
      --next-round-guidance string   Guidance for continuation rounds
      --outcome string               Verdict outcome
      --reason string                Verdict reason
      --review-text string           Full review text
      --run string                   Task run ID

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every AGH command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh task review submit <review-id> -o json

On this page