-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
25 lines (25 loc) · 834 Bytes
/
.coderabbit.yaml
File metadata and controls
25 lines (25 loc) · 834 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
language: en
reviews:
profile: chill
high_level_summary: true
poem: false
review_status: true
auto_review:
enabled: true
drafts: false
base_branches:
- master
- develop
path_instructions:
- path: "crates/zapcode-core/**"
instructions: |
This is the core sandbox interpreter. Pay special attention to:
- No std::fs, std::env, std::net, or std::process usage (sandbox invariant)
- No unsafe blocks without SAFETY comments
- Resource limit checks before allocations
- path: "crates/zapcode-js/**"
instructions: "Node.js bindings via NAPI-RS. No business logic here — only type marshaling."
- path: "crates/zapcode-py/**"
instructions: "Python bindings via PyO3. No business logic here — only type marshaling."
chat:
auto_reply: true