git instructions

This commit is contained in:
2025-12-06 21:21:35 +01:00
parent da9b4954be
commit 5f4e93bf09
+10
View File
@@ -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