Skip to content

xtask: add external adoption smoke#767

Merged
EffortlessSteven merged 1 commit into
mainfrom
xtask/external-adoption-smoke
May 17, 2026
Merged

xtask: add external adoption smoke#767
EffortlessSteven merged 1 commit into
mainfrom
xtask/external-adoption-smoke

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

  • Add cargo xtask external-adoption-smoke with --path, --version, and --format json modes.
  • Exercise clean-project Rust dependency usage plus installed-style CLI profile discovery and bundle/verify/inspect paths for scanner-safe, TLS, OIDC, and webhook profiles.
  • Write Markdown/JSON receipts under target/external-adoption-smoke/ and advance the active goal to the installed CLI docs slice.

Files added/changed

  • .uselesskey/goals/active.toml
  • xtask/src/external_adoption_smoke.rs
  • xtask/src/main.rs

Validation

  • cargo test -p xtask external_adoption_smoke -- --nocapture
  • cargo xtask spec-check --strict
  • cargo xtask external-adoption-smoke --path . --format json
  • cargo xtask external-adoption-smoke --path .
  • cargo xtask pr-lite
  • cargo clippy -p xtask --all-targets -- -D warnings
  • cargo test -p xtask
  • cargo xtask pr
  • git diff --check

Non-goals

  • No v0.10.0 release prep, version bump, tag, or publish.
  • No new contract packs, badges, shipper work, provider compatibility claims, production security claims, broad refactors, or dependency churn.
  • No installed CLI proof runner; repo-local claim-proof and verification-pack remain separate proof surfaces.

What this enables next

  • Separating installed CLI docs from repo-local proof docs against a runnable external-adoption contract.
  • Adding clean-project external examples and wiring them into the smoke command.
  • Optionally adding adoption-regression --external later without making external smoke part of the default bounded gate.

@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 17, 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 2 minutes 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: 79871654-c61b-42bb-8e05-cc4aef35998f

📥 Commits

Reviewing files that changed from the base of the PR and between e6c5229 and 2466980.

📒 Files selected for processing (3)
  • .uselesskey/goals/active.toml
  • xtask/src/external_adoption_smoke.rs
  • xtask/src/main.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch xtask/external-adoption-smoke

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 force-pushed the xtask/external-adoption-smoke branch from a65ab85 to 2466980 Compare May 17, 2026 18:07
@EffortlessSteven EffortlessSteven merged commit 6511029 into main May 17, 2026
6 checks passed
@EffortlessSteven EffortlessSteven deleted the xtask/external-adoption-smoke branch May 17, 2026 18:15
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