forked from santifer/career-ops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
24 lines (24 loc) · 1.02 KB
/
.coderabbit.yaml
File metadata and controls
24 lines (24 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: en
reviews:
profile: assertive
request_changes_workflow: false
high_level_summary: true
poem: false
auto_review:
enabled: true
drafts: false
base_branches:
- main
path_instructions:
- path: "CLAUDE.md"
instructions: "This file controls agent behavior. Review changes very carefully for conflicts with existing instructions."
- path: "modes/_shared.md"
instructions: "This file controls the scoring system. Any changes affect ALL evaluations. Flag anything that modifies scoring logic."
- path: "DATA_CONTRACT.md"
instructions: "This file defines system vs user file boundaries. Changes here are critical — reject if user-layer files are being reclassified."
- path: "**/*.mjs"
instructions: "Check for command injection, path traversal, and SSRF. Ensure scripts handle missing data/ directories gracefully."
- path: "dashboard/**"
instructions: "Go TUI code. Check for proper error handling and ensure no hardcoded paths."
chat:
auto_reply: true