.coderabbit.yaml,AGENTS.md: small tweaks

This commit is contained in:
Benson Wong
2026-02-15 21:31:30 -08:00
parent e3bf065574
commit d33d51fa75
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ early_access: false
reviews: reviews:
profile: "chill" profile: "chill"
request_changes_workflow: false request_changes_workflow: false
high_level_summary: true high_level_summary: false
poem: false poem: false
review_status: true review_status: true
collapse_walkthrough: false collapse_walkthrough: false
+4 -2
View File
@@ -11,9 +11,11 @@ llama-swap is a light weight, transparent proxy server that provides automatic m
- when summarizing changes only include details that require further action - when summarizing changes only include details that require further action
- just say "Done." when there is no further action - just say "Done." when there is no further action
- use `gh` to create PRs and load issues - use the github CLI `gh` to create pull requests and work with github
- keep PR descriptions short and focused on changes. - Rules for creating pull requests:
- keep them short and focused on changes.
- never include a test plan - never include a test plan
- write the summary using the same style rules as commit message
## Testing ## Testing