Skip to content

xtask: add local proof doctor#688

Merged
EffortlessSteven merged 1 commit into
mainfrom
xtask/local-proof-doctor
May 15, 2026
Merged

xtask: add local proof doctor#688
EffortlessSteven merged 1 commit into
mainfrom
xtask/local-proof-doctor

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

  • Adds cargo xtask doctor and cargo xtask doctor --format json for local proof-stack readiness diagnostics.
  • Checks Rust/Cargo, nightly, cargo-fuzz, cargo-mutants, cargo-llvm-cov, cargo-deny, typos, GitHub CLI, Windows ASAN runtime, crates.io auth presence, git worktree state, and generated badge drift.
  • Refreshes generated badges/ripr-plus.json; doctor surfaced drift from the newly landed CLI profile tests, and cargo xtask badges regenerated the endpoint.
  • Advances the active goal: doctor is done and readme-first-run is ready.

Files added/changed

  • xtask/src/doctor.rs
  • xtask/src/main.rs
  • badges/ripr-plus.json
  • .uselesskey/goals/active.toml

Validation

  • cargo test -p xtask doctor
  • cargo xtask doctor
  • cargo xtask doctor --format json
  • cargo clippy -p xtask --all-targets -- -D warnings
  • cargo xtask badges --check
  • cargo +nightly xtask pr-lite
  • cargo xtask pr-lite
  • git diff --check

Notes:

  • cargo xtask doctor exits successfully but reports local warnings for the missing Windows ASAN runtime DLL and the intentionally dirty working tree.
  • Generated badge JSON was refreshed with cargo xtask badges; no endpoint JSON was hand-written.

Non-goals

  • No release, publish, tag, or GitHub release work.
  • No new public claims, contract packs, README badges, dependency churn, or historical no-panic baseline work.
  • No changes to proof routing policy beyond diagnostics.

What this enables next

  • Next PR: docs: compress README first-run path.

@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented May 15, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 11 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: f818c752-738e-4f07-bfaf-11df76e8c987

📥 Commits

Reviewing files that changed from the base of the PR and between 82ab370 and 1691ad1.

📒 Files selected for processing (4)
  • .uselesskey/goals/active.toml
  • badges/ripr-plus.json
  • xtask/src/doctor.rs
  • xtask/src/main.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch xtask/local-proof-doctor

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@EffortlessSteven EffortlessSteven merged commit 2384310 into main May 15, 2026
6 checks passed
@EffortlessSteven EffortlessSteven deleted the xtask/local-proof-doctor branch May 15, 2026 20:24
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.

1 participant