-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
26 lines (26 loc) · 1.03 KB
/
.coderabbit.yaml
File metadata and controls
26 lines (26 loc) · 1.03 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
25
26
language: "en"
reviews:
profile: "assertive"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
auto_review:
enabled: true
drafts: false
base_branches:
- main
- develop
path_instructions:
- path: "packages/core/**"
instructions: "Core is pure domain logic. No Electron/React deps allowed."
- path: "packages/storage-sqlite/**"
instructions: "Native deps only in apps/desktop. Workspace packages use peerDependencies for native modules."
- path: "apps/desktop/src/main/**"
instructions: "Main process code. Check IPC handler patterns and sync service consistency."
- path: "packages/api/**"
instructions: "Server-side API using Hono + Drizzle ORM on Turso. Schema managed via drizzle-kit push, not file migrations."
- path: "apps/web/**"
instructions: "Unified Next.js + Fumadocs app. Marketing pages under app/(marketing)/, docs under content/docs/. Uses Tailwind CSS 4 and @readied/product-config."
chat:
auto_reply: true