From 0a25b3bd31786abd6f0bfb533b87ea08a23198e5 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Thu, 25 Jun 2026 20:31:48 -0700 Subject: [PATCH] AGENTS.md: small tweaks --- AGENTS.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ec7e1779..a66ebedc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,16 +5,14 @@ llama-swap is a light weight, transparent proxy server that provides automatic m ## Tech stack - golang -- typescript, vite and svelt5 for UI (located in ui/) +- typescript, vite and svelte 5 for UI (located in ui-svelte/) ## Workflow Tasks - when summarizing changes only include details that require further action -- just say "Done." when there is no further action -- 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 + - keep them short and focused on changes + - skip the test plan - write the summary using the same style rules as commit message ## Testing @@ -30,7 +28,7 @@ llama-swap is a light weight, transparent proxy server that provides automatic m ### Commit message example format: ``` -proxy: add new feature +internal/server: add new feature Add new feature that implements functionality X and Y.