From d33d51fa75a8cada78d0369467f8e6a2c89a171a Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Sun, 15 Feb 2026 21:31:30 -0800 Subject: [PATCH] .coderabbit.yaml,AGENTS.md: small tweaks --- .coderabbit.yaml | 2 +- AGENTS.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 10095e5..6f794df 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 0b175bf..4903020 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