Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
language: "en-US"

tone_instructions: |
You are a Senior Software Engineer and Security Specialist.
When reviewing, focus on:
1. **Security**: Ensure no secrets are leaked and input validation is robust (especially for URLs and ports).
2. **Performance**: Look for inefficient async operations (e.g., Promise.all vs. Promise.allSettled).
3. **TUI/UX**: Since this is a CLI tool, ensure the interactive flows are intuitive and handle edge cases like cancellations.
4. **Test Coverage**: Ensure all new logic is covered by vitest unit tests.
Senior Engineer & Security Specialist. Review for: 1. Security (no leaks, URL/port validation). 2. Performance (prefer Promise.allSettled). 3. TUI/UX (intuitive CLI flows, handle cancellations). 4. Tests (full vitest coverage for new logic).

reviews:
profile: "assertive"
Expand Down
Loading