Skip to content

feat(cli): add profile discovery commands#685

Merged
EffortlessSteven merged 3 commits into
mainfrom
feat/cli-profile-discovery
May 15, 2026
Merged

feat(cli): add profile discovery commands#685
EffortlessSteven merged 3 commits into
mainfrom
feat/cli-profile-discovery

Conversation

@EffortlessSteven

@EffortlessSteven EffortlessSteven commented May 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds uselesskey profiles for a compact profile table.
  • Adds uselesskey profile <name> --explain for generated files, proof commands, posture, and boundaries.
  • Documents CLI profile discovery from the start-here and contract-pack pages.
  • Advances the active goal: cli-profile-discovery is done and cli-proof-handoff is ready.

Files added/changed

  • crates/uselesskey-cli/src/main.rs
  • crates/uselesskey-cli/tests/cli.rs
  • docs/contract-packs/README.md
  • docs/how-to/start-here.md
  • .uselesskey/goals/active.toml

Validation

  • cargo test -p uselesskey-cli --all-features profile
  • cargo run -p uselesskey-cli -- profiles
  • cargo run -p uselesskey-cli -- profile webhook --explain
  • cargo xtask docs-sync --check
  • cargo xtask typos
  • cargo +nightly xtask pr-lite
  • cargo xtask mutants-pr --changed
  • cargo clippy -p uselesskey-cli --all-features --all-targets -- -D warnings
  • git diff --check

Notes:

  • Plain cargo xtask pr-lite failed locally because this shell used stable Rust for cargo fuzz build; rerunning as cargo +nightly xtask pr-lite passed.
  • Local cargo xtask pr passed fmt, clippy, CLI tests, and BDD after the formatting fix, then failed at the Windows fuzz runtime with STATUS_DLL_NOT_FOUND for the ASAN DLL. The hosted Linux pr check is the authoritative PR gate for this branch.
  • The first hosted mutation run exposed CLI profile-output coverage gaps; this PR now adds integration tests for profiles and profile webhook, and local cargo xtask mutants-pr --changed passes with 12 caught / 1 unviable.

Non-goals

  • No proof handoff CLI command in this PR.
  • No doctor command, README rewrite, or user-path smoke implementation.
  • No new profiles, fixture families, public claims, badges, shipper work, dependency churn, or no-panic baseline work.

What this enables next

  • Next PR: feat(cli): add proof handoff commands.

@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 32 minutes and 52 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: ee28de96-8062-45e4-a805-7e6422fa022d

📥 Commits

Reviewing files that changed from the base of the PR and between a1d150a and b417ada.

📒 Files selected for processing (5)
  • .uselesskey/goals/active.toml
  • crates/uselesskey-cli/src/main.rs
  • crates/uselesskey-cli/tests/cli.rs
  • docs/contract-packs/README.md
  • docs/how-to/start-here.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/cli-profile-discovery

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 4081b14 into main May 15, 2026
6 checks passed
@EffortlessSteven EffortlessSteven deleted the feat/cli-profile-discovery branch May 15, 2026 19:51
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