@staff0rd/assist 0.557.6 → 0.558.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -128,6 +128,7 @@ Every command supports `--help` for full detail on its flags and behaviour.
128
128
  - `--refine` - Skip posting; walk through `synthesis.md` interactively and edit it in place
129
129
  - `--apply` - Skip posting; walk through each finding asking apply/skip. Applied findings are fixed in the working tree
130
130
  - `--backlog` - Skip posting; file all findings as a single bug backlog item with one phase per finding
131
+ - `--checkout-only` - Skip the review entirely; check the PR out and leave an idle interactive Claude session running in the checkout tree. Requires a PR number, and cannot be combined with `--refine`, `--apply`, `--backlog` or `--submit`
131
132
  - `--address-comments` - After the review posts comments and submits, start an Address Comments session (`assist review-pr-comments <n>`) for the PR. Only fires inside an assist session, and only when at least one comment was posted and the review was submitted
132
133
  - `--announce` - Announce the PR in Slack (`/prs-slack <n> --no-confirm`) at the tail of the chain: the Address Comments session announces once every thread is processed when one was started, otherwise a `/prs-slack` session is started directly. Announces exactly once, and only inside an assist session
133
134
  - `--verbose` - Per-line log output instead of the stacked-spinner UI (automatic in CI)