From 15a59d5d4040844797d6d3b48574c3bf5aac4b14 Mon Sep 17 00:00:00 2001 From: Ilya Skornyakov Date: Sun, 2 Aug 2026 15:10:14 +0300 Subject: [PATCH] NO-ISSUE: Switch to "Chill" review profile --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index bd50bcc..6f4009f 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -10,7 +10,7 @@ language: "en-US" tone_instructions: "Focus on: correctness (spec, edge cases, tests); readability (names, logic, organization); architecture (patterns, boundaries, abstraction); security (validation, secrets, auth); performance (N+1, unbounded work). Be direct and concise." reviews: - profile: "assertive" + profile: "chill" request_changes_workflow: true high_level_summary: true collapse_walkthrough: false