dw-mc 0.7.0 → 0.8.0

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
@@ -67,7 +67,7 @@ Every command that takes a pull request takes it as `62` inside the repository,
67
67
  | `dw-mc` | — | Opens the picker: every tracked pull request under its bucket, and what moves the one you choose. |
68
68
  | `dw-mc init` | `--effort`, `--base` | Sets this machine up and registers the repository you are in. |
69
69
  | `dw-mc sweep` | — | Refreshes what mission control knows about every tracked pull request. It only reads. |
70
- | `dw-mc status` | | Shows which bucket every tracked pull request sits in, which ones you have stamped, and what moved. |
70
+ | `dw-mc status` | `--json` | Shows which bucket every tracked pull request sits in, which ones you have stamped, and what moved. |
71
71
  | `dw-mc comments <pr>` | `--all`, `--ack` | Prints the conversation on a pull request, and with `--ack` records that nothing in it is yours to answer. |
72
72
  | `dw-mc review <pr>` | `--command`, `--prompt`, `--effort`, `--model`, `--prompt-only`, `--command-only`, `--force` | Reviews one pull request on Claude Code, in a throwaway worktree. |
73
73
  | `dw-mc findings <pr>` | `--json` | Prints what the current review run found. |