feat: add beads_rust (br) tracker backend#139
Open
ldangelo wants to merge 2 commits intojayminwest:mainfrom
Open
feat: add beads_rust (br) tracker backend#139ldangelo wants to merge 2 commits intojayminwest:mainfrom
ldangelo wants to merge 2 commits intojayminwest:mainfrom
Conversation
Add a third tracker backend for the br CLI (Rust rewrite of bd) with proper handling of its different JSON output shapes: flat arrays for ready/show, envelope for list, single object for create, atomic --claim, and sync --flush-only. Auto-detection prefers br over bd when available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move br CLI wrapping logic from the tracker adapter into a dedicated src/beads-rust/client.ts, mirroring the src/beads/client.ts pattern. The tracker adapter is now a thin layer that consumes the client. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
beads_rustas a third tracker backend alongsidebeadsandseeds, wrapping thebrCLI (Rust rewrite ofbd)br's different JSON output shapes: envelope forlist, flat arrays forready/show, single object forcreate, atomic--claim, andsync --flush-onlyresolveBackend()prefersbroverbdwhen both.beads/exists andbris on PATHTest plan
tsc --noEmitpassesbiome check .passesbun test src/tracker/factory.test.ts— 14/14 pass (new tests for beads_rust creation, explicit config, auto-detection, CLI name)taskTracker.backend: "beads_rust"in config.yaml and verifyov statusworks end-to-end🤖 Generated with Claude Code