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 CHANGED
@@ -26,7 +26,7 @@ Optionally, pin to a specific version for stability:
26
26
 
27
27
  ```json
28
28
  {
29
- "plugin": ["opencode-beads@0.5.1"]
29
+ "plugin": ["opencode-beads@0.5.2"]
30
30
  }
31
31
  ```
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-beads",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "description": "A plugin for OpenCode that provides integration with the beads issue tracker.",
6
6
  "author": "Josh Thomas <josh@joshthomas.dev>",
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