2026-01-31 21:41:09 +00:00
|
|
|
# CodeRabbit Configuration
|
|
|
|
|
# Inherits from: https://github.com/host-uk/coderabbit/.coderabbit.yaml
|
2026-02-02 18:57:08 +00:00
|
|
|
# Manual trigger only: @coderabbitai review
|
2026-01-31 21:41:09 +00:00
|
|
|
|
|
|
|
|
reviews:
|
2026-02-02 18:57:08 +00:00
|
|
|
auto_review:
|
|
|
|
|
enabled: false
|
2026-01-31 21:41:09 +00:00
|
|
|
review_status: false
|
|
|
|
|
|
|
|
|
|
path_instructions:
|
|
|
|
|
- path: "cmd/**"
|
|
|
|
|
instructions: "CLI command code - check for proper cobra usage and flag handling"
|
|
|
|
|
- path: "pkg/**"
|
|
|
|
|
instructions: "Library code - ensure good API design and documentation"
|
|
|
|
|
- path: "internal/**"
|
|
|
|
|
instructions: "Internal packages - check for proper encapsulation"
|