refactor(token): fold token shards into owner crate#483
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (28)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
TokenSpec, base62 helpers, token-shape generation, andNegativeTokenunderuselesskey-token::srp::*while preserving the supporteduselesskey-tokenroot exports.uselesskey-token-spec,uselesskey-core-base62,uselesskey-core-token-shape, anduselesskey-core-tokeninto published-internal compatibility shims.xtask prexposed missed mutants.Validation
cargo test -p uselesskey-token --all-featurescargo test -p uselesskey-token-spec -p uselesskey-core-base62 -p uselesskey-core-token-shape -p uselesskey-core-tokencargo test -p uselesskey --features tokencargo test -p uselesskey-cli --all-featurescargo test -p uselesskey-bdd-steps --no-default-features --features uk-core-token-shapecargo check --manifest-path fuzz/Cargo.toml --bins(passed; unrelated fuzz lockfile blake3/cpufeatures churn was not kept in this PR)cargo xtask examples-smokecargo xtask docs-sync --checkcargo xtask public-surfacecargo xtask no-blobcargo xtask publish-preflight --allow-dirtycargo xtask lint-fix --checkcargo test -p xtaskcargo mutants --all-features --manifest-path crates/uselesskey-token/Cargo.tomlgit diff --checkReview Notes
srppaths being presented as user-facing canonical imports; the shim README and support-matrix wording now points users to supported crate paths while leaving SRP modules as the internal ownership target.