-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
29 lines (26 loc) · 984 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
29 lines (26 loc) · 984 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
28
29
language: en-US
reviews:
profile: chill # assertive | chill — start chill, can dial up later
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
path_instructions:
- path: "src/**"
instructions: |
This is a TypeScript Node.js GPU pod orchestrator. Focus on:
- Type safety and proper Zod schema usage
- Fastify route correctness and error handling
- Job lifecycle state machine correctness
- Security: auth bypass, path traversal, upload limits
- path: "test/**"
instructions: |
Vitest test suite. Flag missing edge cases, especially around
job state transitions, error paths, and lifecycle command failures.
- path: "scripts/**"
instructions: |
Shell scripts for install/release. Check for portability,
error handling (set -euo pipefail), and safe variable quoting.
chat:
auto_reply: true