Require safe repo sync at task start

This commit is contained in:
MrSphay
2026-05-15 02:47:08 +02:00
parent fe0b3b2107
commit 25c438360d
6 changed files with 25 additions and 0 deletions

View File

@@ -22,6 +22,14 @@ Run:
git status --short
```
At task start, check for upstream repository updates and apply them immediately with a safe fast-forward pull when the working tree is clean:
```bash
git pull --ff-only
```
If local changes exist, do not overwrite them. Fetch or report the blocker before editing.
Identify:
- repository name,