Skip to content

fix: remove nonexistent provider/providers noun from cli-min.md naming convention - #1057

Merged
norrietaylor merged 1 commit into
mainfrom
inbox-patch/cli-min-drop-provider-noun-52133686c0e5f3ad
Jul 29, 2026
Merged

fix: remove nonexistent provider/providers noun from cli-min.md naming convention#1057
norrietaylor merged 1 commit into
mainfrom
inbox-patch/cli-min-drop-provider-noun-52133686c0e5f3ad

Conversation

@gominimal-aw-bot

@gominimal-aw-bot gominimal-aw-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Fixes #1045
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABKrYTfQ

The naming-convention paragraph in docs/reference/cli-min.md listed provider/providers as an example noun, but the CLI has no provider subcommand — min provider and min providers both error with "unrecognized subcommand". provider exists only as the value of the --provider global flag (local-minimald / local-minvmd). This drops the pair, leaving the two real nouns session/sessions and loadout/loadouts, which matches the same rule as stated in docs/reference/cli.md. Doc/code drift of this kind is a recurring, patchable class in this repo (informed by #388).

Verification

cargo fmt --all --check --manifest-path target/Cargo.toml — pass, no drift
cargo clippy --workspace --locked --manifest-path target/Cargo.toml -- -D warnings — pass, 0 warnings
cargo build --workspace --locked --manifest-path target/Cargo.toml — pass
cargo test --workspace --locked --manifest-path target/Cargo.toml — pass, all unit + doctests green

Generated by inbox-patch ·

Note

Remove nonexistent provider/providers noun from CLI naming convention docs

Corrects cli-min.md by removing provider/providers from the list of nouns that accept singular and plural forms, as this noun does not exist in the CLI. Also reflows the surrounding sentence for readability.

Macroscope summarized c86ebbf.

The naming-convention paragraph in docs/reference/cli-min.md listed
provider/providers as an example noun, but the CLI has no such
subcommand: min provider and min providers both error with
"unrecognized subcommand". provider exists only as a value of the
--provider global flag. Drop the pair, leaving the two real nouns
session/sessions and loadout/loadouts, matching docs/reference/cli.md.
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 57 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e80e41db-cddf-45f7-b607-9a9030dad11c

📥 Commits

Reviewing files that changed from the base of the PR and between c1d466c and c86ebbf.

📒 Files selected for processing (1)
  • docs/reference/cli-min.md

Comment @coderabbitai help to get the list of available commands.

@norrietaylor
norrietaylor marked this pull request as ready for review July 29, 2026 18:40
@norrietaylor
norrietaylor merged commit ca62315 into main Jul 29, 2026
29 checks passed
@norrietaylor
norrietaylor deleted the inbox-patch/cli-min-drop-provider-noun-52133686c0e5f3ad branch July 29, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: cli-min.md teaches a provider/providers noun the CLI does not have

1 participant