Skip to content

compozy task review submit

Submit one task-run review verdict

For people running agent work5 pages in this section

compozy task review submit

Submit one task-run review verdict

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

Options

      --as-agent                     Submit review using the current Compozy-managed agent session identity
      --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

The root -o, --output flag accepts these values. A renderer is supported only when this command writes that result; jsonl is for commands that emit one JSON record per line.

FormatCommand result
humanInteractive terminal rendering
jsonMachine-readable JSON rendering
jsonlOne JSON record per line when supported
toonCompact agent-readable rendering

Example:

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

On this page