One query returns the most relevant beads verbatim — description, notes, comments, close reason — plus each hit's relationship neighborhood, under a strict output budget.
A zero-dependency CLI and MCP server for beads stores. Pure Python 3.10+ standard library: nothing to install but the tool itself.
Claude CodeGemini CLIAntigravityCodexCursorAGENTS.md
Two commands to first answer.
Requires Python 3.10+ with SQLite FTS5 (standard in CPython) and a repo with a .beads/ store.
install
# install from source$pip install git+https://github.com/halaprix/bd-explore# or: clone and use the shell installer (~/.local/bin + agent setup)$git clone https://github.com/halaprix/bd-explore && cd bd-explore && ./install.sh# first question$bd-explore "what do we know about auth refactor"