docs(policy): map Rust 1.95 and 0.4.0 quality rollout#169
Conversation
Add documentation-only rollout map for raising MSRV from 1.92 to 1.95 and advancing the release line from 0.3.0-rc.2 to 0.4.0. No code, toolchain, Cargo, or workflow changes in this PR. New docs: - docs/ci/rust-1.95-rollout.md — current/target table, PR ladder, acceptance gates per PR, bot/CI response rules, self-review checklist. - docs/CLIPPY_POLICY.md — active and planned Clippy lint ledger, suppression policy, MSRV alignment requirements. - docs/NO_PANIC_POLICY.md — no-new-debt mode, matching key schema, allowlist vs baseline distinction, permitted/prohibited patterns. - docs/FILE_POLICY.md — non-Rust file surfaces, workflow policy, process/network companion policy rationale. - docs/POLICY_ALLOWLISTS.md — index and schema for all policy/ files. - docs/ci/test-evidence-lanes.md — lane map, evidence composition, trust-critical crate list. - docs/ci/ripr.md — ripr advisory lane, severity model, suppression format, nightly mutation scope, xtask integration. CHANGELOG.md updated with planned 0.4.0 rollout note. https://claude.ai/code/session_0144KiDnuVJV9ACganxqHK72
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
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 selected for processing (8)
✨ 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 |
|
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. |
Summary
Documentation-only PR. No code, toolchain, Cargo, or workflow changes.
docs/ci/rust-1.95-rollout.md— authoritative map for the 15-PR rollout: current/target state table, PR ladder with acceptance gates, bot/CI response rules, and self-review checklist.docs/CLIPPY_POLICY.md— active/planned lint ledger, suppression policy, MSRV alignment requirements.docs/NO_PANIC_POLICY.md— no-new-debt mode, exact matching key schema, allowlist vs baseline distinction.docs/FILE_POLICY.md— non-Rust file surfaces, workflow policy, process/network companion policies.docs/POLICY_ALLOWLISTS.md— index and schema for allpolicy/files to be introduced in later PRs.docs/ci/test-evidence-lanes.md— lane map, evidence composition table, trust-critical crate list.docs/ci/ripr.md— ripr advisory lane, severity model, suppression format, nightly mutation scope.CHANGELOG.mdwith the planned 0.4.0 rollout note.Why 0.4.0
MSRV increase from 1.92 to 1.95 changes the supported consumer set. Policy: MSRV increase → minor version bump.
0.3.0-rc.2advances to0.4.0-rc.1during prep andv0.4.0at tag time. This PR does not touch versions.Test plan
cargo fmt --all -- --check— cleancargo check --workspace --all-targets --locked— cleangit diff --check— cleanSelf-review
#[allow(clippy::...)]added: n/ahttps://claude.ai/code/session_0144KiDnuVJV9ACganxqHK72