From 5f4e93bf09210710fc9d1999671a14c131a10b52 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sat, 6 Dec 2025 21:21:35 +0100 Subject: [PATCH] git instructions --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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