mirror of
https://github.com/obra/superpowers.git
synced 2026-04-24 02:19:05 +08:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user