docs: add mandatory pre-session git pull instruction to AI_INIT.md

This commit is contained in:
Timo
2026-05-25 02:17:42 +02:00
parent af87e34f5d
commit 8778403449
+3
View File
@@ -94,6 +94,9 @@ The following features are critical and must not be removed or fundamentally alt
## 10. Common Workflows
### ⚠️ Pre-Session Git Sync (MANDATORY)
Before starting any task, committing, or pushing, you **MUST** run `git pull --rebase` to ensure your local branch is up-to-date with `origin/main`. CI pipelines and other agents may push commits concurrently. Skipping this step will cause merge conflicts and rejected pushes.
### Releasing a New Version (CRITICAL WORKFLOW FOR AI AGENTS)
> [!CAUTION]
> **AI AGENTS MUST FOLLOW THIS EXACT SEQUENCE WHEN RELEASING A NEW VERSION OR TAGGING.**