usage: tautline record-plan-review [-h] [--project PROJECT] [--target TARGET]
                                   --plan PLAN [--log LOG]
                                   [--review-command REVIEW_COMMAND]
                                   [--reviewer REVIEWER] [--model MODEL]
                                   [--round REVIEW_ROUND]
                                   [--wrapper-exit-code WRAPPER_EXIT_CODE]
                                   [--verdict {blocked,clean,clean-with-deferrals}]
                                   [--unresolved-critical-count UNRESOLVED_CRITICAL_COUNT]
                                   [--unresolved-p1-count UNRESOLVED_P1_COUNT]
                                   [--classified-findings-json CLASSIFIED_FINDINGS_JSON]
                                   [--exception-note EXCEPTION_NOTE]
                                   [--correct NONCE|baseline]
                                   [--correction-note CORRECTION_NOTE]
                                   [--raise-prerecord-count-to RAISE_PRERECORD_COUNT_TO]

options:
  -h, --help            show this help message and exit
  --project PROJECT
  --target TARGET
  --plan PLAN
  --log LOG
  --review-command REVIEW_COMMAND
  --reviewer REVIEWER
  --model MODEL
  --round REVIEW_ROUND
  --wrapper-exit-code WRAPPER_EXIT_CODE
  --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.
  --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.
  --correct NONCE|baseline
                        Append a correction record referencing an existing
                        reviewer-invocation record's nonce, or the literal
                        `baseline` -- the only sanctioned amendment to the
                        durable per-round plan-review record. Never overwrites
                        or regenerates anything.
  --correction-note CORRECTION_NOTE
                        Why the correction is needed; recorded verbatim on the
                        correction record.
  --raise-prerecord-count-to RAISE_PRERECORD_COUNT_TO
                        With `--correct baseline`: raise the member's pre-
                        record spend floor to this value. Corrections raise;
                        nothing lowers anything.
