Update slash commands to use beads: prefix (#467)

Marketplace-installed plugins use the beads: prefix instead of the
old bd- prefix. Updated all documentation and examples to reflect the
current slash command naming.

Fixes #463
This commit is contained in:
peter schilling
2025-12-12 14:51:35 -08:00
committed by GitHub
parent ca9d306ef0
commit 8052f3d6a5
5 changed files with 44 additions and 44 deletions

View File

@@ -12,6 +12,6 @@ Use the beads MCP `stats` tool to retrieve project metrics and present them clea
- Recently updated issues
Optionally suggest actions based on the stats:
- High number of blocked issues? Run `/bd-blocked` to investigate
- No in-progress work? Run `/bd-ready` to find tasks
- Many open issues? Consider prioritizing with `/bd-update`
- High number of blocked issues? Run `/beads:blocked` to investigate
- No in-progress work? Run `/beads:ready` to find tasks
- Many open issues? Consider prioritizing with `/beads:update`