diff --git a/AGENTS.md b/AGENTS.md index a469045c..b06f0296 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -178,6 +178,7 @@ Multiple agents may work on different files in the same worktree simultaneously. ### Committing - **ONLY commit files YOU changed in THIS session** +- ALWAYS include `fixes #` or `closes #` in the commit message when there is a related issue or PR - NEVER use `git add -A` or `git add .` - these sweep up changes from other agents - ALWAYS use `git add ` listing only files you modified - Before committing, run `git status` and verify you are only staging YOUR files