From 42d495a7e8041f9a80bc1dca48ccff69416173ad Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 31 Jan 2026 21:41:44 +0000 Subject: [PATCH] chore: add CodeRabbit configuration Co-Authored-By: Claude Opus 4.5 --- .coderabbit.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..e984fa1 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,13 @@ +# CodeRabbit Configuration +# Inherits from: https://github.com/host-uk/coderabbit/.coderabbit.yaml + +reviews: + review_status: false + + path_instructions: + - path: "scripts/**" + instructions: "Setup scripts - ensure cross-platform compatibility (macOS, Linux, Windows)" + - path: "doc/**" + instructions: "Documentation - check for accuracy and British English spelling" + - path: ".github/**" + instructions: "GitHub config - validate workflow syntax and action versions"