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:
NomenAK
2025-06-24 21:31:34 +02:00
parent 9c3608a783
commit 49c72808ee
6 changed files with 15 additions and 15 deletions

View File

@@ -57,9 +57,9 @@ Multi-dimensional analysis on code, arch, or problem in $ARGUMENTS.
--no-pup: "Disable Puppeteer specifically"
Examples:
- `/user:analyze --code --think` - Code review w/ context
- `/user:analyze --arch --think-hard` - Deep arch analysis
- `/user:analyze --security --ultrathink` - Comprehensive security audit
- `/analyze --code --think` - Code review w/ context
- `/analyze --arch --think-hard` - Deep arch analysis
- `/analyze --security --ultrathink` - Comprehensive security audit
Analysis modes: