diff --git a/AGENTS.md b/AGENTS.md index b1981fd..096e3fd 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -388,6 +388,16 @@ app = create_application() ## Development Guidelines +### Git Workflow + +**IMPORTANT**: Do NOT handle git commits or pushes automatically. Wait for explicit user instruction before: +- Running `git add` +- Running `git commit` +- Running `git push` +- Creating or pushing tags + +The user will manage git operations themselves unless they specifically request assistance. + ### Code Structure (Current Implementation) - ✅ Use async/await for ALL I/O operations (database, HTTP, file access) - ✅ Use sync (def) for blocking SDKs or CPU-intensive work