beads_rust
Local-first issue tracker with dependency graphs for AI agents
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install beads_rust?โผ
Run `npx skills add Dicklesworthstone/beads_rust --all -g -y` in your terminal to install all skills in this suite globally.
How to track issues offline without Jira or GitHub?โผ
br stores issues in a local SQLite database inside your repo and exports JSONL for git-based sync, so it works fully offline with zero accounts.
How do AI agents pick the next task with br?โผ
Agents run `br ready --json` to get unblocked, priority-sorted work, then claim, complete, and close issues with structured commands.
How to migrate from bd (beads) to br?โผ
The included bd-to-br-migration skill renames commands, converts `bd sync` to `br sync --flush-only` plus manual git steps, and verifies the result automatically.
Does br work with Claude Code and other AI agents?โผ
Yes. Every command supports --json and token-efficient TOON output, and the skills follow the universal SKILL.md standard for Claude Code, Codex, and Cursor.