-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
30 lines (30 loc) · 959 Bytes
/
.coderabbit.yaml
File metadata and controls
30 lines (30 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
early_access: false
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
review_details: true
auto_review:
enabled: true
drafts: false
path_filters:
- "!src/ctxai/usr/**"
- "!docs/release-notes.md"
path_instructions:
- path: "src/ctxai/agent.py"
instructions: "This is the core Agent class. Be careful with changes to extension hooks."
- path: "src/ctxai/helpers/**/*.py"
instructions: "Focus on security, type safety, and API consistency."
- path: "tests/**/*.py"
instructions: "Ensure tests are isolated and don't depend on external state."
- path: ".github/workflows/*.yml"
instructions: "Check for proper Node.js version and action version pins."
chat:
auto_reply: true
knowledge_base:
learnings:
scope: "auto"