usage: tautline claude-review [-h] [--target TARGET] --packet PACKET
                              [--output OUTPUT]
                              [--timeout-seconds TIMEOUT_SECONDS]
                              [--model MODEL] [--instruction INSTRUCTION]
                              [--fail-on-blockers] [--no-fail-on-blockers]
                              [--skip-packet-preflight]

options:
  -h, --help            show this help message and exit
  --target TARGET
  --packet PACKET       Review packet containing the exact diff, tests, and
                        context Claude should review.
  --output OUTPUT       Review artifact path; defaults to .ai-runs/claude-
                        review/<timestamp>-claude-review.json.
  --timeout-seconds TIMEOUT_SECONDS
                        Hard timeout for the Claude CLI transport.
  --model MODEL         Optional Claude model override.
  --instruction INSTRUCTION
                        Optional extra bounded review instruction appended
                        before the packet.
  --fail-on-blockers    Exit 2 when Claude completes and reports blockers;
                        this is the default.
  --no-fail-on-blockers
                        Exit 0 for completed blocked reviews when a caller
                        wants evidence capture only.
  --skip-packet-preflight
                        Skip local packet completeness checks; use only for
                        emergency evidence capture.
