From 4f863fd9fc8ce5261f17df5d227efe1c3efc5d58 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 9 Jan 2026 21:42:06 -0800 Subject: [PATCH] CLAUDE.md: tweak instructions --- CLAUDE.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4215f035..4e83db46 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -5,7 +5,7 @@ llama-swap is a light weight, transparent proxy server that provides automatic m ## Tech stack - golang -- typescript, vite and react for UI (ui/) +- typescript, vite and react for UI (located in ui/) ## Workflow Tasks @@ -13,6 +13,8 @@ llama-swap is a light weight, transparent proxy server that provides automatic m - just say "Done." when there is no further action - use `gh` to create PRs and load issues - do not mention "created by claude" in commit messages +- keep PR descriptions short and focused on changes. + - never include a test plan ## Testing @@ -39,8 +41,9 @@ fixes #123 - use three levels High, Medium, Low severity - label each discovered issue with a label like H1, M2, L3 respectively -- High severity are must fix issues: - - - security issues - -- Medium are recommended improvements +- High severity are must fix issues (security, race conditions, critical bugs) +- Medium severity are recommended improvements (coding style, missing functionality, inconsistencies) +- Low severity are nice to have changes and nits +- Include a suggestion with each discovered item +- Limit your code review to three items with the highest priority first +- Double check your discovered items and recommended remediations