Skip to content

fix: align sandbox-operations Commands section with the min helper banner - #1058

Merged
norrietaylor merged 2 commits into
mainfrom
inbox-patch/docs/sandbox-ops-commands-banner-249962d5e85c0983
Jul 29, 2026
Merged

fix: align sandbox-operations Commands section with the min helper banner#1058
norrietaylor merged 2 commits into
mainfrom
inbox-patch/docs/sandbox-ops-commands-banner-249962d5e85c0983

Conversation

@gominimal-aw-bot

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

Copy link
Copy Markdown
Contributor

Fixes #1049
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABKrYS1w

The Commands section of docs/reference/sandbox-operations.md documented the pre-#976 helper surface: PR #976 removed the build/test shorthands and moved building under the package subcommand, but the reference was never updated. This drops build/test, renames patched-pkg to package patched-build, and adds the real package build command, matching the in-sandbox helper banner in crates/minimald/src/env_min_helper.sh (also confirmed by the min session attach -c exec allowlist documented in AGENTS.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

Generated by inbox-patch ·

Note

Update sandbox-operations Commands section to match min helper banner

Updates sandbox-operations.md to align command names with the current min helper CLI. Replaces the build, test shorthand section with package build <PACKAGES...> and renames patched-pkg <PACKAGE> to package patched-build <PACKAGE>.

Macroscope summarized d9055ec.

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>
@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: 50 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: b2ba5147-27d3-4c7f-a808-2c226dfaebac

📥 Commits

Reviewing files that changed from the base of the PR and between be361da and d9055ec.

📒 Files selected for processing (1)
  • docs/reference/sandbox-operations.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:46
@norrietaylor
norrietaylor enabled auto-merge (squash) July 29, 2026 18:46
@norrietaylor
norrietaylor merged commit 05548c9 into main Jul 29, 2026
29 checks passed
@norrietaylor
norrietaylor deleted the inbox-patch/docs/sandbox-ops-commands-banner-249962d5e85c0983 branch July 29, 2026 19:06
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: sandbox-operations.md documents the pre-#976 in-sandbox helper — build/test/patched-pkg do not exist, package build is missing

1 participant