diff --git a/README.md b/README.md index f870abc..afbe433 100644 --- a/README.md +++ b/README.md @@ -104,11 +104,65 @@ These agent invocations are intentionally powerful. Run fixbuddy only against re | `--agent-timeout ` | Wall-clock timeout per agent call | `1200` | | `--crash-abort ` | Abort after consecutive agent crashes | `3` | | `--base ` | PR base branch | auto-detect | +| `--issue ` | Process only this issue number. Repeatable; dedup filters and `--label`/`--severity` still apply. Warns for requested numbers that are not found, closed, or already labeled non-actionable | none | +| `--check-cmd ` | Shell command to run as a test gate after each fix commit and before review. Repeatable. A non-zero exit is treated as a review rejection: output is fed back to the fix agent and the attempt is retried; if the retry budget is exhausted the issue is labeled `fix:rejected`. Because review and PR are only reached after all checks pass, checks also gate auto-merge. Commands run in `$PROJECT` and are operator-trusted (same trust level as CLI flags) | none | +| `--auto-merge` | Enable auto-merge, overriding a config `auto_merge = false` | off | | `--no-auto-merge` | Open PRs without requesting auto-merge | off | | `--skip-label