From 56eab4a89b8c8fb65a73aac88e6553d11b067806 Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Fri, 12 Jun 2026 23:26:01 +0200 Subject: [PATCH] Add git workflow rule to AGENTS.md --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) 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`).