fix: remove nonexistent provider/providers noun from cli-min.md naming convention - #1057
Conversation
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.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 57 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Comment |
Fixes #1045
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABKrYTfQ
The naming-convention paragraph in
docs/reference/cli-min.mdlistedprovider/providersas an example noun, but the CLI has noprovidersubcommand —min providerandmin providersboth error with "unrecognized subcommand".providerexists only as the value of the--providerglobal flag (local-minimald/local-minvmd). This drops the pair, leaving the two real nounssession/sessionsandloadout/loadouts, which matches the same rule as stated indocs/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
Note
Remove nonexistent
provider/providersnoun from CLI naming convention docsCorrects cli-min.md by removing
provider/providersfrom 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.