Add git workflow rule to AGENTS.md

This commit is contained in:
2026-06-12 23:26:01 +02:00
parent 56fed8b52c
commit 56eab4a89b
+3
View File
@@ -25,3 +25,6 @@ The exact naming syntax for compiled files is:
- Do NOT attempt to force legacy `WRITE_EXTERNAL_STORAGE` or `READ_EXTERNAL_STORAGE` on Android 13+, as it will fail.
3. **Package Name**
- Must strictly remain `de.orfel.schnappix`.
# Git & Workflow Rules
- **Always Commit and Push:** At the end of every interaction or when tasks are completed, ALL changes must be automatically committed and pushed to Git (`git add .`, `git commit`, `git push`).