mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
feat: add /sc:implement command and fix documentation consistency
- NEW COMMAND: /sc:implement for feature and code implementation - Addresses v2 user feedback about /build command functionality change - Updates command count from 15 to 16 across all documentation - Adds comprehensive implementation examples and auto-activation patterns - Includes v2 migration guidance for smooth upgrade path - Fixes numerical inconsistencies in commands-guide.md, CHANGELOG.md, installation-guide.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,10 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
- **BREAKING**: Commands now use `/sc:` namespace to avoid conflicts with user custom commands
|
||||
- Commands are now installed in `~/.claude/commands/sc/` subdirectory
|
||||
- All 15 commands updated: `/analyze` ’ `/sc:analyze`, `/build` ’ `/sc:build`, etc.
|
||||
- All 16 commands updated: `/analyze` <EFBFBD> `/sc:analyze`, `/build` <EFBFBD> `/sc:build`, etc.
|
||||
- Automatic migration from old command locations to new `sc/` subdirectory
|
||||
|
||||
### Added
|
||||
- **NEW COMMAND**: `/sc:implement` for feature and code implementation (addresses v2 user feedback)
|
||||
- Migration logic to move existing commands to new namespace automatically
|
||||
- Enhanced uninstaller to handle both old and new command locations
|
||||
- Improved command conflict prevention
|
||||
|
||||
Reference in New Issue
Block a user