From 90a48d0bedef4103b0d5c09cdedb539129e35aae Mon Sep 17 00:00:00 2001 From: Joost van der Laan Date: Mon, 2 Mar 2026 10:20:21 +0000 Subject: [PATCH] =?UTF-8?q?Migrate=20beads=20to=20beads=5Frust=20(bd?= =?UTF-8?q?=E2=86=92br)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 7c8648a..a7669e3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,16 +4,16 @@ Declarative plugin collection that specializes Claude for professional roles and ## Issue Tracking -This project uses **bd (beads)** for issue tracking. -Run `bd prime` for workflow context, or install hooks (`bd hooks install`) for auto-injection. +This project uses **br (beads_rust)** for issue tracking. -**Quick reference:** -- `bd ready` - Find unblocked work -- `bd create "Title" --type task --priority 2` - Create issue -- `bd close ` - Complete work -- `bd sync` - Sync with git (run at session end) +**Note:** `br` is non-invasive and never executes git commands. After `br sync --flush-only`, describe the change with `jj describe`. -For full workflow details: `bd prime` +**Quick reference:** +- `br ready` - Find unblocked work +- `br create "Title" --type task --priority 2` - Create issue +- `br close ` - Complete work +- `br sync --flush-only` - Sync beads (run at session end) +- `jj describe -m "sync beads"` - Describe the change after sync ## Project overview @@ -74,7 +74,8 @@ All content is markdown and JSON — edit directly, no build step required. When 4. **PUSH TO REMOTE** - This is MANDATORY: ```bash git pull --rebase - bd sync + br sync --flush-only + jj describe -m "sync beads" git push git status # MUST show "up to date with origin" ```