From 8778403449a875a26f3d29064f6b4b3c42e14cb4 Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Mon, 25 May 2026 02:17:42 +0200 Subject: [PATCH] docs: add mandatory pre-session git pull instruction to AI_INIT.md --- AI_INIT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AI_INIT.md b/AI_INIT.md index 85c3323..ef50ddd 100644 --- a/AI_INIT.md +++ b/AI_INIT.md @@ -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.**