From 690d09b55d49bddaf62c31d4277930d546bf597a Mon Sep 17 00:00:00 2001 From: satyakwok <119509589+satyakwok@users.noreply.github.com> Date: Tue, 12 May 2026 04:54:04 +0200 Subject: [PATCH] chore: add .coderabbit.yaml configured for standard Tunes the CodeRabbit auto-review for this repo: - profile + path_instructions targeted to what this repo actually does - poem disabled, changed_files_summary disabled (less noise) - drafts skipped from auto-review - vendored / build / lock paths filtered out Bot still responds on-demand via @coderabbitai mention regardless of auto-review settings. --- .coderabbit.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..39a071a --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,18 @@ +language: en-US +early_access: false +reviews: + profile: chill + high_level_summary: true + poem: false + review_status: false + changed_files_summary: false + auto_review: + enabled: true + drafts: false + path_filters: + - "!**/node_modules/**" + - "!**/dist/**" + - "!**/target/**" + - "!**/*.lock" +chat: + auto_reply: true