diff --git a/AGENTS.md b/AGENTS.md index 55ea2b5..5b8ae16 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,7 +73,6 @@ Strong success criteria let you loop independently. Weak criteria ("make it work ## Git Workflow (Automatic Commits) - After each completed repository change, create a focused git commit automatically before the final response. -- Push only when the user explicitly requests it. - Use small, focused commits. - Use rich multi-line commit messages so `git log` is the primary step-by-step history for this repo. - All generated code and documentation outputs should be written in English by default.