opencode-beads 0.2.1 → 0.2.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/package.json +1 -1
- package/vendor/commands/stats.md +1 -1
package/package.json
CHANGED
package/vendor/commands/stats.md
CHANGED
|
@@ -13,5 +13,5 @@ Use the beads MCP `stats` tool to retrieve project metrics and present them clea
|
|
|
13
13
|
|
|
14
14
|
Optionally suggest actions based on the stats:
|
|
15
15
|
- High number of blocked issues? Run `/bd-blocked` to investigate
|
|
16
|
-
- No
|
|
16
|
+
- No in_progress work? Run `/bd-ready` to find tasks
|
|
17
17
|
- Many open issues? Consider prioritizing with `/bd-update`
|