opencode-beads 0.5.1 → 0.5.2
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 +1 -1
- package/package.json +1 -1
- package/src/vendor.ts +0 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/src/vendor.ts
CHANGED
|
@@ -104,7 +104,6 @@ Instead, use the \`bash\` tool for all beads operations:
|
|
|
104
104
|
- \`bd list --status open --json\` - List issues
|
|
105
105
|
- \`bd blocked --json\` - Show blocked issues
|
|
106
106
|
- \`bd stats --json\` - Show statistics
|
|
107
|
-
- \`bd sync\` - Sync with git
|
|
108
107
|
|
|
109
108
|
If a tool is not listed above, try \`bd <tool> --help\`.
|
|
110
109
|
|