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