fix(dolt): remove bd sync from AGENTS.md

SQLite-era instruction causing agents to run deprecated bd sync.
With Dolt backend, there is no sync - database is live.

Part of hq-e4eefc (Dolt migration epic)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
mayor
2026-01-25 11:05:20 -08:00
committed by Steve Yegge
parent 825e1952c0
commit d08c1b5162

View File

@@ -45,7 +45,6 @@ bd update <id> --acceptance "acceptance criteria"
4. **PUSH TO REMOTE** - This is MANDATORY:
```bash
git pull --rebase
bd sync
git push
git status # MUST show "up to date with origin"
```