mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Remove all references to user: and project: prefixes
- Removed /user: prefix from all command examples - Updated GitHub issue templates to remove /user: prefix - Commands now use simple /command format without prefixes This aligns with the project's decision to not use user:/project: prefixes for commands. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -57,9 +57,9 @@ Build project/feature based on req in $ARGUMENTS.
|
||||
--no-pup: "Disable Puppeteer specifically"
|
||||
|
||||
Examples:
|
||||
- `/user:build --react --magic` - React app w/ UI gen
|
||||
- `/user:build --api --c7` - API w/ docs
|
||||
- `/user:build --react --magic --pup` - Build & test UI
|
||||
- `/build --react --magic` - React app w/ UI gen
|
||||
- `/build --api --c7` - API w/ docs
|
||||
- `/build --react --magic --pup` - Build & test UI
|
||||
|
||||
Pre-build: Remove artifacts (dist/, build/, .next/) | Clean temp files & cache | Validate deps | Remove debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user