CLIMission

How to

Resolve a task finding

Append a fixed or dismissed resolution to a task review finding.

What changes

finding resolve records who resolved a review finding, why, and at which source SHA. The resolution is history, not a replacement for required re-review.

When this helps

  • A review finding has been fixed in the submitted task implementation.
  • A reviewer-authorized rationale supports dismissing a finding.
  • A later re-review needs an auditable resolution event to inspect.

Run this command

terminal
sumr mission finding resolve SUM-123 task-1 <finding-id> --resolution fixed --reason "Added the missing boundary check" --actor codex# append a fixed resolution

Flags you can use

--resolution <fixed|dismissed>

Append the resolution kind without rewriting the finding.

--reason <text>

Record the resolution rationale.

--actor <actor>

Name the actor recording the resolution.

--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

  • Critical and important findings block completion until a later fresh passing review of the same kind confirms the resolution.
  • Open minor findings remain visible but do not block task completion.