-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
27 lines (25 loc) · 873 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
27 lines (25 loc) · 873 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
language: en-US
reviews:
profile: chill
request_changes_workflow: false
high_level_summary: true
review_status: true
poem: false
collapse_walkthrough: false
path_instructions:
- path: "src/**"
instructions: |
flowmesh is a provider-agnostic workflow/inbox automation toolkit.
Focus review on:
- generic abstractions instead of personal/provider-specific leakage
- JSON/JSONL automation safety
- dry-run semantics for mutations
- schema/type consistency
- CLI ergonomics and deterministic behavior
- path: "docs/**"
instructions: |
Keep docs practical and implementation-aligned.
Flag claims that drift from actual code.
- path: "tests/**"
instructions: |
Prefer fixture-based tests and sanitized examples. No live secrets or user-specific config.