Triggers a pipeline run for the current branch and drives it. Without
--yes it blocks until the first approval gate (or the final outcome) and
prints it. With --yes it auto-approves every gate and runs to completion.

--intent is required when starting a new run: pass what the user set out
to accomplish (the goal behind the change, not a description of the diff)
so no-mistakes uses it directly instead of inferring it from transcripts.

Usage:
  no-mistakes axi run [flags]

Flags:
  -h, --help            help for run
      --intent string   what the user set out to accomplish (not a description of the diff); used instead of inferring from transcripts (required to start a run)
      --skip string     comma-separated pipeline steps to skip
  -y, --yes             auto-approve every gate and run to completion
