usage: tautline run-plan-review [-h] [--project PROJECT] [--target TARGET]
                                --plan PLAN [--round REVIEW_ROUND]
                                [--predecessor PREDECESSOR] [--model MODEL]
                                [--verdict {blocked,clean,clean-with-deferrals}]
                                [--unresolved-critical-count UNRESOLVED_CRITICAL_COUNT]
                                [--unresolved-p1-count UNRESOLVED_P1_COUNT]
                                [--classified-findings-json CLASSIFIED_FINDINGS_JSON]
                                [--structural-critical-evidence STRUCTURAL_CRITICAL_EVIDENCE]
                                [--exception-note EXCEPTION_NOTE]
                                [--no-output-timeout-seconds NO_OUTPUT_TIMEOUT_SECONDS]
                                ...

positional arguments:
  review_args

options:
  -h, --help            show this help message and exit
  --project PROJECT
  --target TARGET
  --plan PLAN
  --round REVIEW_ROUND
  --predecessor PREDECESSOR
                        Source-of-truth plan this one succeeds. Records the
                        succession link so the chain's cumulative review spend
                        is accounted; append-once, and it never blocks a
                        succession.
  --model MODEL
  --verdict {blocked,clean,clean-with-deferrals}
  --unresolved-critical-count UNRESOLVED_CRITICAL_COUNT
  --unresolved-p1-count UNRESOLVED_P1_COUNT
  --classified-findings-json CLASSIFIED_FINDINGS_JSON
                        Inline JSON array of the review's classified findings.
                        A Critical/P1-origin finding with "status": "deferred"
                        needs "deferral_rationale" (>=12 chars) and
                        "acceptance_criterion";
                        "ac_ref"/"disposition"/"routed_to" are optional here
                        and validated when present. NOTE: these verbs take
                        INLINE JSON; finalize-implementation-review takes a
                        path. See docs/reference/operations/cli-operations.md,
                        Classified-Findings Contract.
  --structural-critical-evidence STRUCTURAL_CRITICAL_EVIDENCE
                        Legacy alias for --exception-note.
  --exception-note EXCEPTION_NOTE
                        Recorded reason this round is needed. Required to
                        record any round past the convergence target; rounds
                        3-4 are self-authorized and never need operator
                        approval.
  --no-output-timeout-seconds NO_OUTPUT_TIMEOUT_SECONDS
