docs: Add explicit guideline that agents should never commit to git

Agents should stage files and leave committing to the user. Only create
commits when the user explicitly requests them.
This commit is contained in:
Adam Hathcock
2026-01-08 15:49:10 +00:00
parent 507b1e35d8
commit 47037a4b9d

View File

@@ -14,6 +14,7 @@ SharpCompress is a pure C# compression library supporting multiple archive forma
- Follow the existing code style and patterns in the codebase.
## General Instructions
- **Agents should NEVER commit to git** - Agents should stage files and leave committing to the user. Only create commits when the user explicitly requests them.
- Make only high confidence suggestions when reviewing code changes.
- Write code with good maintainability practices, including comments on why certain design decisions were made.
- Handle edge cases and write clear exception handling.