@beads/bd 0.56.1 → 0.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,8 +27,8 @@ Beads is an issue tracker designed specifically for AI coding agents. It provide
27
27
  - 🔗 **Dependency tracking** - Four dependency types (blocks, related, parent-child, discovered-from)
28
28
  - 📋 **Ready work detection** - Automatically finds issues with no open blockers
29
29
  - 🤖 **Agent-friendly** - `--json` flags for programmatic integration
30
- - 📦 **Git-versioned** - JSONL records stored in git, synced across machines
31
- - 🌍 **Distributed by design** - Share one logical database via git
30
+ - 📦 **Version-controlled** - Dolt database with full history and branching
31
+ - 🌍 **Distributed by design** - Share one logical database via Dolt remotes
32
32
 
33
33
  ## Quick Start
34
34
 
@@ -65,8 +65,8 @@ bd show bd-a1b2
65
65
  # List all issues
66
66
  bd list --json
67
67
 
68
- # Update status
69
- bd update bd-a1b2 --status in_progress
68
+ # Start work
69
+ bd update bd-a1b2 --claim
70
70
 
71
71
  # Add dependency
72
72
  bd dep add bd-f14c bd-a1b2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beads/bd",
3
- "version": "0.56.1",
3
+ "version": "0.57.0",
4
4
  "description": "Beads issue tracker - lightweight memory system for coding agents with native binary support",
5
5
  "main": "bin/bd.js",
6
6
  "bin": {