Strengthen commit requirement in AGENTS.md: always commit after changes

This commit is contained in:
Alex Gleason
2026-03-26 23:31:53 -05:00
parent 9c3ec58246
commit 6e2716d957
+1 -1
View File
@@ -1246,7 +1246,7 @@ If git is available in your environment (through a `shell` tool, or other git-sp
When your changes are complete and validated, create a git commit with a descriptive message summarizing your changes.
**ALWAYS commit when you are finished making changes.**
**ALWAYS commit when you are finished making changes. This is non-negotiable -- every completed task must end with a git commit. Never leave uncommitted changes.**
## CI/CD Pipeline