From d08c1b5162304b01b72454a8533955876dba4033 Mon Sep 17 00:00:00 2001 From: mayor Date: Sun, 25 Jan 2026 11:05:20 -0800 Subject: [PATCH] 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 --- AGENTS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 386b4c1f..87fc8f97 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -45,7 +45,6 @@ bd update --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" ```