diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 10095e5f..6f794df6 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -4,7 +4,7 @@ early_access: false reviews: profile: "chill" request_changes_workflow: false - high_level_summary: true + high_level_summary: false poem: false review_status: true collapse_walkthrough: false diff --git a/AGENTS.md b/AGENTS.md index 0b175bfe..49030209 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 - just say "Done." when there is no further action -- use `gh` to create PRs and load issues -- keep PR descriptions short and focused on changes. +- use the github CLI `gh` to create pull requests and work with github +- Rules for creating pull requests: + - keep them short and focused on changes. - never include a test plan + - write the summary using the same style rules as commit message ## Testing