Fix command syntax in README to use namespaced format (#44)

Plugin-provided commands are automatically namespaced by Claude Code
to avoid conflicts. Updated all documentation to show correct syntax.

Changes:
- README.md: Updated all command examples to use /superpowers:* format
- plugin.json: Bump version to 3.1.1
- RELEASE-NOTES.md: Added v3.1.1 release entry

Fixes #44
This commit is contained in:
Jesse Vincent
2025-10-17 22:06:12 -07:00
parent 22ec50318e
commit accb1231fc
3 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,10 @@
# Superpowers Release Notes
## v3.1.1 (2025-10-17)
### Bug Fixes
- **Fixed command syntax in README** (#44) - Updated all command references to use correct namespaced syntax (`/superpowers:brainstorm` instead of `/brainstorm`). Plugin-provided commands are automatically namespaced by Claude Code to avoid conflicts between plugins.
## v3.1.0 (2025-10-17)