v0.4.1 — docs/accuracy patch
A small accuracy patch over v0.4.0 — documentation + one error message only, no behaviour change.
Fixes (#16)
- The board's "projection over beads" claim is now consistent.
store.pyhas no separate store of its own — every read/write shellsbr, and beads-rust owns the.beads/*.db+ JSONL. A stale module docstring still called the board "a SQLite data model" (a leftover from before the beads migration); corrected. - Correct beads-rust reference. The dependency is beads-rust — the
brCLI (cratebeads_rust), not the stale, write-broken homebrewbd. The README now links the real repo (Dicklesworthstone/beads_rust), recommendscargo install beads_rust, warns offbd, and the "CLI not on PATH" error says the same. (The code already defaulted tobr.)
Full diff: v0.4.0...v0.4.1