Skip to content

Tags: jflam/beads

Tags

v0.26.1

Toggle v0.26.1's commit message
Release v0.26.1

CRITICAL FIX (bd-53c): Reverse ZFC check prevents stale DB from corrupting JSONL

- Root cause: bd sync exports DB to JSONL before pulling from remote
- If local DB is stale, stale data would corrupt the JSONL
- Added reverse ZFC check: detects when JSONL has >20% more issues than DB
- When detected, imports JSONL first to sync database before any export
- Prevents fresh/stale clones from exporting incomplete database state

v0.26.0

Toggle v0.26.0's commit message
Release v0.26.0

Highlights:
- bd doctor --check-health for lightweight startup hook health checks
- --no-git-history flag to prevent spurious deletions
- gh2jsonl --id-mode hash for content-based ID generation
- Critical MCP protocol stdin fix (PR gastownhall#400)
- Git worktree staleness fix (gastownhall#399)
- Multi-part prefix support (gastownhall#398)
- bd sync commit scope fix

See CHANGELOG.md for full release notes.

v0.25.1

Toggle v0.25.1's commit message
Release v0.25.1

v0.25.0

Toggle v0.25.0's commit message
Release v0.25.0

v0.24.5

Toggle v0.24.5's commit message
bd sync: 2025-11-24 22:56:05

v0.24.4

Toggle v0.24.4's commit message
Release v0.24.4

v0.24.3

Toggle v0.24.3's commit message
Release v0.24.3

v0.24.2

Toggle v0.24.2's commit message
Release v0.24.2

v0.24.1

Toggle v0.24.1's commit message
Release v0.24.1

v0.24.0

Toggle v0.24.0's commit message
Release v0.24.0

Major stability and performance release with 180 commits since 0.23.1.

Key highlights:
- Fixed critical auto-import resurrection bug
- bd sync now auto-resolves conflicts
- Major performance improvements for bd ready and bd list
- Enhanced AI agent support with context propagation
- Improved cross-platform support (Windows, macOS)
- New features: bd doctor --fix, bd clean, auto-detection
- Fixed duplicate computeJSONLHash declaration (gastownhall#328)

See CHANGELOG.md for complete details.