From 3c3d7c6eb4cb7eeb623ab90c89dc81ceee0e89a4 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 31 Jan 2026 21:41:09 +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 00000000..861b2e22 --- /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: "cmd/**" + instructions: "CLI command code - check for proper cobra usage and flag handling" + - path: "pkg/**" + instructions: "Library code - ensure good API design and documentation" + - path: "internal/**" + instructions: "Internal packages - check for proper encapsulation"