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

@@ -161,7 +161,7 @@ For enhanced UX with slash commands:
```
The plugin adds:
- Slash commands: `/bd-ready`, `/bd-create`, `/bd-show`, `/bd-update`, `/bd-close`, etc.
- Slash commands: `/beads:ready`, `/beads:create`, `/beads:show`, `/beads:update`, `/beads:close`, etc.
- Task agent for autonomous execution
See [PLUGIN.md](PLUGIN.md) for complete plugin documentation.