feat: add policy presets and adoption kit#420
Conversation
✅ Deploy Preview for commit-check ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Review limit reached
More reviews will be available in 13 minutes and 44 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
✨ 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 |
Add three ready-to-use policy presets (Minimal, Recommended, Strict) so users don't have to guess among 20+ config options: - presets/minimal.toml — personal/solo projects - presets/recommended.toml — open source projects - presets/strict.toml — enterprise/regulated teams Add docs/presets.rst with a side-by-side comparison, quick-start guide, override examples, offline usage, and FAQ. Wire presets into README, docs/index.rst, and docs/configuration.rst.
c41bd6e to
c13e144
Compare
|



Summary
Add Recommended Policy Presets + Adoption Kit so users don't have to guess among 20+ config options.
What's included
Three policy presets (
presets/)github:commit-check/commit-check:presets/minimal.tomlgithub:commit-check/commit-check:presets/recommended.tomlgithub:commit-check/commit-check:presets/strict.tomlAdoption Kit (
docs/presets.rst)inherit_from— local overrides on top)Wired into existing docs
Design decisions
inherit_from(existing mechanism) — no new codepresets/@v2.6.0:presets/...)