fix: align sandbox-operations Commands section with the min helper banner - #1058
Conversation
The Commands section of docs/reference/sandbox-operations.md still documented the pre-#976 helper surface. PR #976 removed the build and test shorthands and moved building under the package subcommand, but the reference was never updated to match. Drop build/test, rename patched-pkg to package patched-build, and add the real package build command, matching the in-sandbox min helper banner (crates/minimald/src/env_min_helper.sh). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 50 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 |
…-249962d5e85c0983
Fixes #1049
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABKrYS1w
The Commands section of
docs/reference/sandbox-operations.mddocumented the pre-#976 helper surface: PR #976 removed thebuild/testshorthands and moved building under thepackagesubcommand, but the reference was never updated. This dropsbuild/test, renamespatched-pkgtopackage patched-build, and adds the realpackage buildcommand, matching the in-sandbox helper banner incrates/minimald/src/env_min_helper.sh(also confirmed by themin session attach -cexec allowlist documented inAGENTS.md). Docs-only change; no code touched.Verification
cargo fmt --all --check — passed, no drift
cargo clippy --workspace --locked -- -D warnings — passed, 0 warnings
cargo build --workspace --locked — passed
cargo test --workspace --locked — passed, all suites ok, 0 failed
Note
Update sandbox-operations Commands section to match
minhelper bannerUpdates sandbox-operations.md to align command names with the current
minhelper CLI. Replaces thebuild, testshorthand section withpackage build <PACKAGES...>and renamespatched-pkg <PACKAGE>topackage patched-build <PACKAGE>.Macroscope summarized d9055ec.