CLIMission

How to

Import a task review

Import a structured spec or quality review for a submitted task.

What changes

review appends a validated review tied to the accepted plan, submitted implementation, and reviewed Git range. Separate spec and quality reviews make both completion gates explicit. The central Mission guide's Build structured JSON inputs section shows valid objects for both review kinds.

When this helps

  • After a task implementation has been submitted for review.
  • When a fresh spec or quality verdict and its findings need durable history.
  • After a blocking finding resolution, when a later review must confirm the fix or dismissal.

Run this command

terminal
sumr mission review SUM-123 task-1 --from spec-review.json# record spec reviewsumr mission review SUM-123 task-1 --from quality-review.json# record quality review

Flags you can use

--from <review.json>

Import a bounded structured JSON task review.

--allow-custom-key

Accept a work key that does not match a configured work-provider prefix. Use only for local or intentionally custom work.

--json

Return a structured JSON envelope for scripts, CI jobs, and AI assistants.

--help, -h

Show the command syntax, supported flags, and examples without changing files.

Keep in mind

  • Reviews and findings are append-only; later reviews do not rewrite history.
  • A resolved critical or important finding still requires a later fresh passing review of the same kind.