docs: update git merge command in AGENTS.md

Update git merge command in AGENTS.md to use origin/main.

Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/gemma-4-26B-A4B-it-GGUF:UD-Q5_K_XL)
This commit is contained in:
Edward Langley
2026-06-09 21:43:14 -07:00
parent df9a02b2a9
commit 9634c95687
+1 -1
View File
@@ -78,7 +78,7 @@ bd close <id> # Complete work
3. **Update issue status** - Close finished work, update in-progress items
4. **PUSH TO REMOTE** - This is MANDATORY:
```bash
git merge
git merge origin/main
bd dolt push
git push
git status # MUST show "up to date with origin"