@beads/bd 0.56.1 → 0.58.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.
- package/README.md +4 -4
- 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
|
-
- 📦 **
|
|
31
|
-
- 🌍 **Distributed by design** - Share one logical database via
|
|
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
|
-
#
|
|
69
|
-
bd update bd-a1b2 --
|
|
68
|
+
# Start work
|
|
69
|
+
bd update bd-a1b2 --claim
|
|
70
70
|
|
|
71
71
|
# Add dependency
|
|
72
72
|
bd dep add bd-f14c bd-a1b2
|