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:
@@ -62,9 +62,9 @@ Thinking flags (optional):
|
||||
- --ultrathink→complete deployment architecture & disaster recovery
|
||||
|
||||
Examples:
|
||||
- `/user:deploy --env staging --think` - Staging w/ coordination analysis
|
||||
- `/user:deploy --env prod --think-hard` - Prod w/ comprehensive planning
|
||||
- `/user:deploy --rollback --ultrathink` - Critical rollback w/ full impact analysis
|
||||
- `/deploy --env staging --think` - Staging w/ coordination analysis
|
||||
- `/deploy --env prod --think-hard` - Prod w/ comprehensive planning
|
||||
- `/deploy --rollback --ultrathink` - Critical rollback w/ full impact analysis
|
||||
|
||||
Pre-deploy cleanup:
|
||||
- Clean previous artifacts | Remove dev-only files (.env.local, debug cfgs)
|
||||
|
||||
Reference in New Issue
Block a user