Skip to content

examples: add clean-project adoption examples#774

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

examples: add clean-project adoption examples#774
EffortlessSteven merged 1 commit into
mainfrom
examples/external-adoption

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

  • Add downstream-shaped clean-project examples for Rust test fixtures, webhook verifier fixtures, OIDC/JWKS validation fixtures, and TLS chain validation fixtures.
  • Wire cargo xtask external-adoption-smoke --path . to copy those examples into target/external-adoption-smoke/, patch dependencies for local path or published-version mode, and run each as an isolated Cargo project.
  • Keep the existing installed-style CLI profile matrix unchanged and mark clean-project examples done in the active goal.

Files added/changed

  • examples/external/rust-test-fixtures/
  • examples/external/webhook-verifier/
  • examples/external/oidc-jwks-validation/
  • examples/external/tls-chain-validation/
  • xtask/src/external_adoption_smoke.rs
  • .uselesskey/goals/active.toml

Validation

  • cargo test -p xtask external_adoption_smoke -- --nocapture
  • cargo xtask external-adoption-smoke --path .
  • cargo xtask external-adoption-smoke --path . --format json
  • cargo clippy -p xtask --all-targets -- -D warnings
  • cargo xtask docs-sync --check
  • cargo xtask typos
  • cargo xtask fmt
  • git diff --check

Non-goals

  • No v0.10.0 release prep, version bump, tag, or publish.
  • No new contract packs, badges, public claims, provider compatibility claims, or production security claims.
  • No adoption-regression wiring in this slice.

What this enables next

  • CLI profile/bundle inspect/explain polish can now be tested against both installed-style CLI commands and clean-project adoption examples.

@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!

@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 29 minutes and 33 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: 2c17db0e-75bf-49ca-b54c-692296aa0e12

📥 Commits

Reviewing files that changed from the base of the PR and between d80eeae and fcd1a4f.

📒 Files selected for processing (14)
  • .uselesskey/goals/active.toml
  • examples/external/oidc-jwks-validation/Cargo.toml
  • examples/external/oidc-jwks-validation/README.md
  • examples/external/oidc-jwks-validation/src/lib.rs
  • examples/external/rust-test-fixtures/Cargo.toml
  • examples/external/rust-test-fixtures/README.md
  • examples/external/rust-test-fixtures/src/lib.rs
  • examples/external/tls-chain-validation/Cargo.toml
  • examples/external/tls-chain-validation/README.md
  • examples/external/tls-chain-validation/src/lib.rs
  • examples/external/webhook-verifier/Cargo.toml
  • examples/external/webhook-verifier/README.md
  • examples/external/webhook-verifier/src/lib.rs
  • xtask/src/external_adoption_smoke.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch examples/external-adoption

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.

@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.

1 similar comment
@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.

@EffortlessSteven EffortlessSteven merged commit 3c8cdb2 into main May 17, 2026
6 checks passed
@EffortlessSteven EffortlessSteven deleted the examples/external-adoption branch May 17, 2026 18:55
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