git instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user