From 5493559317ebce43076634fb57c3018cb6c228f2 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sun, 26 Oct 2025 17:40:22 -0700 Subject: [PATCH] Sync AGENTS.md --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 32192bcb..499dddae 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -581,9 +581,10 @@ rm .beads/.exclusive-lock ## Pro Tips for Agents - Always use `--json` flags for programmatic use +- **Always run `bd sync` at end of session** to flush/commit/push immediately - Link discoveries with `discovered-from` to maintain context - Check `bd ready` before asking "what next?" -- Auto-sync is automatic! JSONL updates after CRUD ops, imports after git pull +- Auto-sync batches changes in 30-second window - use `bd sync` to force immediate flush - Use `--no-auto-flush` or `--no-auto-import` to disable automatic sync if needed - Use `bd dep tree` to understand complex dependencies - Priority 0-1 issues are usually more important than 2-4