usage: tautline codex-run [-h] [--project PROJECT] [--target TARGET]
                          [--native-review-note NATIVE_REVIEW_NOTE]
                          [--stage1-sweep STAGE1_SWEEP]
                          [--risk-tier {T0,T1,T2,T3}]
                          [--review-round REVIEW_ROUND] [--allow-extra-rounds]
                          [--extra-round-reason EXTRA_ROUND_REASON]
                          [--scope-strict]
                          ...

positional arguments:
  command

options:
  -h, --help            show this help message and exit
  --project PROJECT
  --target TARGET
  --native-review-note NATIVE_REVIEW_NOTE
                        Required for T2/T3 or unspecified adapter
                        implementation review: summarize the completed Stage 1
                        native/Superpowers review on the current assembled
                        diff.
  --stage1-sweep STAGE1_SWEEP
                        Required for T2/T3 or unspecified adapter
                        implementation review: path to a record-stage1-sweep
                        artifact for the current assembled diff.
  --risk-tier {T0,T1,T2,T3}
                        Optional risk tier used to enforce adapter
                        implementation-review round budgets.
  --review-round REVIEW_ROUND
                        Optional implementation-review round marker such as
                        R1; checked against review.roundBudgets when --risk-
                        tier is set.
  --allow-extra-rounds  Permit another Codex round after two finalized clean
                        rounds (requires --extra-round-reason).
  --extra-round-reason EXTRA_ROUND_REASON
                        Reason (>=12 chars) naming the genuine new defect
                        class when using --allow-extra-rounds.
  --scope-strict        Require the review base to be the configured remote
                        base...HEAD (reject stale local bases).
