diff --git a/AGENTS.md b/AGENTS.md index 5737f92b..faa94c7c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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`).