From f15dcda6ff8ade77055a1ecb5616e7234590810a Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 17 Feb 2026 11:45:35 -0500 Subject: [PATCH] docs: add commit hygiene rules to AGENTS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Double-check git status before any commit - Delete unused/obsolete files when refactoring 💘 Generated with Crush Assisted-by: GLM-5 via Crush --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index d4946f0..985e189 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -322,6 +322,8 @@ git push origin main - Use exact text matching (whitespace matters) - Test after every change - Run full test suite before committing +- **Double-check `git status` before ANY commit** - verify staged files match intent +- **Delete unused/obsolete files** when refactors or feature removals make them irrelevant - Update documentation when changing behavior - Follow existing code style - Use conventional commit messages