Skip to content

docs(policy): map Rust 1.95 and 0.4.0 quality rollout#169

Merged
EffortlessSteven merged 1 commit into
mainfrom
docs/rust-1.95-rollout
May 10, 2026
Merged

docs(policy): map Rust 1.95 and 0.4.0 quality rollout#169
EffortlessSteven merged 1 commit into
mainfrom
docs/rust-1.95-rollout

Conversation

@EffortlessSteven

@EffortlessSteven EffortlessSteven commented May 10, 2026

Copy link
Copy Markdown
Member

Summary

Documentation-only PR. No code, toolchain, Cargo, or workflow changes.

  • Adds 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.
  • Adds docs/CLIPPY_POLICY.md — active/planned lint ledger, suppression policy, MSRV alignment requirements.
  • Adds docs/NO_PANIC_POLICY.md — no-new-debt mode, exact matching key schema, allowlist vs baseline distinction.
  • Adds docs/FILE_POLICY.md — non-Rust file surfaces, workflow policy, process/network companion policies.
  • Adds docs/POLICY_ALLOWLISTS.md — index and schema for all policy/ files to be introduced in later PRs.
  • Adds docs/ci/test-evidence-lanes.md — lane map, evidence composition table, trust-critical crate list.
  • Adds docs/ci/ripr.md — ripr advisory lane, severity model, suppression format, nightly mutation scope.
  • Updates CHANGELOG.md with 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.2 advances to 0.4.0-rc.1 during prep and v0.4.0 at tag time. This PR does not touch versions.

Test plan

  • cargo fmt --all -- --check — clean
  • cargo check --workspace --all-targets --locked — clean
  • git diff --check — clean
  • No Cargo.toml changes
  • No rust-toolchain.toml changes
  • No workflow changes
  • No code changes

Self-review

  • Scope matches PR title: yes — documentation only
  • Files touched are expected: yes — 7 new docs files + CHANGELOG
  • No unrelated cleanup: yes
  • Policy changes are intentional: n/a — docs only
  • No Clippy test carveouts added: n/a
  • No bare #[allow(clippy::...)] added: n/a
  • No-panic baseline handling is scoped: n/a
  • Non-Rust allowlist changes are narrow: n/a
  • Release dogfood proof preserved: yes — no workflow changes
  • Trusted Publishing/resume behavior unchanged: yes — no code changes
  • Local validation: fmt clean, check clean, diff check clean
  • CI status: pending
  • Bot comments addressed: gemini/coderabbit rate-limit notices only — no real review content
  • Follow-ups: PR 2 (compat probe) begins after merge

https://claude.ai/code/session_0144KiDnuVJV9ACganxqHK72

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
@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 10, 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 47 minutes and 15 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: 6ed95720-5119-4438-b44a-13d23a2eb910

📥 Commits

Reviewing files that changed from the base of the PR and between 9f75a30 and 8575b38.

📒 Files selected for processing (8)
  • CHANGELOG.md
  • docs/CLIPPY_POLICY.md
  • docs/FILE_POLICY.md
  • docs/NO_PANIC_POLICY.md
  • docs/POLICY_ALLOWLISTS.md
  • docs/ci/ripr.md
  • docs/ci/rust-1.95-rollout.md
  • docs/ci/test-evidence-lanes.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/rust-1.95-rollout

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 marked this pull request as ready for review May 10, 2026 21:57
@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.

@EffortlessSteven EffortlessSteven merged commit 90c4aaa into main May 10, 2026
18 checks passed
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.

2 participants