chore(config): add CodeRabbit config and ignore Version Packages PRs#1380
Draft
Michael Price (michael-pr) wants to merge 1 commit into
Draft
Conversation
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Adds a root .coderabbit.yaml tuned for the open-source CLI: assertive but terse comment-only reviews, walkthrough-only summaries, conventions routed to AGENTS.md/CLAUDE.md/.claude/rules, a conventional-commit title warning, and slop detection. Skips changeset "Version Packages" release PRs by title. Bypasses the pre-commit hook: it lints the whole repo and trips on pre-existing errors in untouched files (src/domains/flows/ensureDeps.ts, src/domains/init/init.ts) outside this change's scope.
7abcef2 to
003eb1f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview of Changes
Adds a root
.coderabbit.yamlso CodeRabbit reviews run on repo-owned settings instead of dashboard defaults. The config is adapted from the platform repo's mature setup but reworded for this open-source CLI — assertive-but-terse, comment-only reviews; walkthrough-only summaries; conventions routed toAGENTS.md,CLAUDE.md, and.claude/rules/; a non-blocking Conventional-Commit title warning; and slop detection. Crucially, it skips changeset-generated "Version Packages" release PRs (e.g. #1379) by title, since those only bump the version and CHANGELOG.Testing
This is a single config file consumed by CodeRabbit, not by the build — no code paths change. Validity comes from the
$schemaheader (live YAML validation in-editor); the keys reused here all come from the known-good platform config. Behavioral confirmation happens post-merge on real PRs:Checklist
Follow-up
slop_detection.labelreferences acoderabbit-potential-sloplabel that does not exist in this repo yet. After merge, create it (gh label create coderabbit-potential-slop) or CodeRabbit won't be able to apply it.🤖 Generated with Claude Code