fix: document canonical min noun-verb command spellings - #1141
Conversation
minimal#1133 taught the in-sandbox min helper the canonical noun-verb spellings (min task run, min package add, min package search), but shipped no docs, so the sandbox-operations reference still taught only the bare forms. Note each canonical spelling and its accepted alias under the add, search, and run commands.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 26 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 (2)
Comment |
The reference page now states the canonical noun-verb spellings, but the tasks guide still introduced the command as bare `min run`, which is the first place a reader meets it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018QCWCa2XxqtLnQPPP7xMwU
|
Pushed one commit to this branch: the guide at Verified the claims this PR makes are accurate before extending them — |
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABK66mtw
The in-sandbox
minhelper accepts canonical noun-verb spellings —min task run,min package add, andmin package search— alongside the older baremin run/min add/min search, butdocs/reference/sandbox-operations.mddocumented only the bare forms, so readers could not tell the canonical spelling from its alias. This notes the canonical spelling and its accepted alias under theadd,search, andruncommands. The accepted set was verified against the helper sources (crates/mctx/src/min_helper.sh,crates/minimald/src/env_min_helper.sh) and the SSH exec channel (crates/minimald/src/exec.rs), whose doc comment labelsmin task runcanonical andmin runa legacy alias. Guide pages that use the bare aliases are left unchanged (the aliases stay valid); the session-CLI referencecli-min.mddocuments a separate tool and is unaffected.Verification
cargo fmt --all --check --manifest-path target/Cargo.toml— passedcargo clippy --workspace --locked -- -D warnings— passed, no warningscargo build --workspace --locked— passedcargo test --workspace --locked— passed (78 test result groups, 0 failed)Note
Document canonical noun-verb command spellings in min CLI docs
Updates tasks.md and sandbox-operations.md to clarify that
min task run,min package add, andmin package searchare the canonical command forms, whilemin run,min add, andmin searchare legacy aliases.Macroscope summarized 3989fed.