Skip to content

fix: use mip run build/test in CLI reference and building guide - #1080

Merged
twitchyliquid64 merged 1 commit into
mainfrom
inbox-patch/mip-run-shorthand-docs-98df61747d128551
Jul 29, 2026
Merged

fix: use mip run build/test in CLI reference and building guide#1080
twitchyliquid64 merged 1 commit into
mainfrom
inbox-patch/mip-run-shorthand-docs-98df61747d128551

Conversation

@gominimal-aw-bot

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

Copy link
Copy Markdown
Contributor

Fixes #1073
Routing-Key: inbox-route/I_kwDOSUhdos8AAAABKsvJ2A

Commit 99d5ea5 (#976) removed the mip build / mip test / mip shell shorthands, but docs/reference/cli.md and docs/guide/building.md still taught them, contradicting cli-mip.md (whose command list carries none of them). Confirmed against source: the command enum in crates/mip/src/main.rs exposes run and package with no build/test/shell and no run aliases. Dropped the shorthand parenthetical from mip run in cli.md and rewrote building.md to mip run build / mip run test throughout, following docs/concepts/stacks.md as the model.

Verification

cargo fmt --all --check --manifest-path target/Cargo.toml — pass
cargo clippy --workspace --locked --manifest-path target/Cargo.toml -- -D warnings — pass (Finished in 10m37s)
cargo build --workspace --locked --manifest-path target/Cargo.toml — pass (Finished in 4m40s)
cargo test --workspace --locked --manifest-path target/Cargo.toml — pass (all unit tests + doctests ok)

Generated by inbox-patch ·

Note

Fix mip run build and mip run test command references in docs

Corrects outdated command examples in building.md and cli.md to use mip run build and mip run test instead of the shorthand mip build/mip test. Also removes mentions of those shorthands from the CLI reference platform availability section.

Macroscope summarized 56ba0f1.

Commit 99d5ea5 (#976) turned down the mip build/test/shell
shorthands, but docs/reference/cli.md and docs/guide/building.md
still taught them. Drop the shorthand parenthetical from mip run in
cli.md, and rewrite building.md to use mip run build / mip run test
throughout, matching docs/concepts/stacks.md and cli-mip.md (whose
command list carries no build/test/shell).
@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: 9 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: 08dcb627-74bf-429a-8a7d-e7427dead50c

📥 Commits

Reviewing files that changed from the base of the PR and between a6c0e35 and 56ba0f1.

📒 Files selected for processing (2)
  • docs/guide/building.md
  • docs/reference/cli.md

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

@twitchyliquid64
twitchyliquid64 merged commit fc68bef into main Jul 29, 2026
29 checks passed
@twitchyliquid64
twitchyliquid64 deleted the inbox-patch/mip-run-shorthand-docs-98df61747d128551 branch July 29, 2026 21:13
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.md and guide/building.md still teach the mip build/mip test/mip shell shorthands turned down in #976

1 participant