From b01d720e31b74f0131d327edaa036e69b5f24301 Mon Sep 17 00:00:00 2001 From: Drew Robinson Date: Thu, 14 May 2026 12:11:42 +1200 Subject: [PATCH 1/4] Create coderabbit-placeholder.yml --- coderabbit-placeholder.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 coderabbit-placeholder.yml diff --git a/coderabbit-placeholder.yml b/coderabbit-placeholder.yml new file mode 100644 index 0000000..8f6641f --- /dev/null +++ b/coderabbit-placeholder.yml @@ -0,0 +1 @@ +# This is a placeholder. \ No newline at end of file From 528e18cd580207f9082d7daf94a1dc56f01d59e0 Mon Sep 17 00:00:00 2001 From: Drew Robinson Date: Thu, 14 May 2026 12:18:03 +1200 Subject: [PATCH 2/4] Create .coderabbit.yaml --- .coderabbit.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..9686f30 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,45 @@ +# CodeRabbit configuration file +# https://docs.coderabbit.ai/ + +language: en-GB +early_access: true + +reviews: + profile: chill + collapse_walkthrough: false + auto_review: + enabled: true + auto_incremental_review: true + ignore_title_keywords: + - cr-skip + - ai-skip + drafts: false + finishing_touches: + docstrings: + enabled: true + unit_tests: + enabled: true + simplify: + enabled: false + +chat: + auto_reply: true + integrations: + jira: + usage: disabled + linear: + usage: disabled + +knowledge_base: + web_search: + enabled: true + code_guidelines: + enabled: true + jira: + usage: disabled + linear: + usage: disabled + +code_generation: + docstrings: + language: en-GB \ No newline at end of file From 726079e1b65fad7271885e9053eb43de46a4965f Mon Sep 17 00:00:00 2001 From: Drew Robinson Date: Thu, 14 May 2026 12:18:22 +1200 Subject: [PATCH 3/4] Delete coderabbit-placeholder.yml --- coderabbit-placeholder.yml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 coderabbit-placeholder.yml diff --git a/coderabbit-placeholder.yml b/coderabbit-placeholder.yml deleted file mode 100644 index 8f6641f..0000000 --- a/coderabbit-placeholder.yml +++ /dev/null @@ -1 +0,0 @@ -# This is a placeholder. \ No newline at end of file From ae8872e2f6ac09b49be43261b17fef523452d8f6 Mon Sep 17 00:00:00 2001 From: Drew Robinson Date: Thu, 14 May 2026 12:20:38 +1200 Subject: [PATCH 4/4] Update .coderabbit.yaml Add the "v3-candidate" branch to the CodeRabbit reviews. --- .coderabbit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 9686f30..db8b6a0 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -14,6 +14,8 @@ reviews: - cr-skip - ai-skip drafts: false + base_branches: + - v3-candidate finishing_touches: docstrings: enabled: true