-
-
Notifications
You must be signed in to change notification settings - Fork 224
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
18 lines (17 loc) · 989 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
18 lines (17 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
reviews:
path_instructions:
- path: "**/*.test.*"
instructions: |
Apply the test-design rules in AGENTS.md. Flag tests that read production
source as text only to re-assert constants, configuration values, or
implementation fragments. Do not flag relational invariants,
generated-artifact validation, dependency-boundary checks, documented
tombstones, or cases where source structure is the maintained contract.
- path: "**/*.architecture.*"
instructions: |
Apply the test-design rules in AGENTS.md. Flag tests that read production
source as text only to re-assert constants, configuration values, or
implementation fragments. Do not flag relational invariants,
generated-artifact validation, dependency-boundary checks, documented
tombstones, or cases where source structure is the maintained contract.