mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Clean up references to deleted scripts and pattern system
- Removed references to validate-references.sh from YAML files - Removed expand-references.sh from settings.local.json - Cleaned up @pattern/@flags references from shared files - Updated documentation to reflect current no-code implementation - Simplified reference-index.yml to remove @include patterns This cleanup removes confusion from the abandoned pattern reference system while maintaining all functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@ Philosophy: Code>docs | Simple→complex | Security first
|
||||
Communication: Concise format | Symbols: →|&:» | Bullets>prose
|
||||
Workflow: TodoRead()→TodoWrite(3+)→Execute | Update immediate
|
||||
Stack: React|TS|Vite + Node|Express|PostgreSQL + Git|ESLint|Jest
|
||||
Commands: /user:<command> [flags] | /task:<action> | Ex: /user:build --init
|
||||
Commands: /<command> [flags] | /task:<action> | Ex: /build --init
|
||||
```
|
||||
|
||||
## Thinking Modes
|
||||
@@ -28,7 +28,7 @@ Activation: Natural language OR command flags
|
||||
Flags: --think | --think-hard | --ultrathink
|
||||
none: Single file|Basic | think: Multi-file|Standard
|
||||
think hard: Architecture|Complex | ultrathink: Redesign|Critical
|
||||
Examples: /user:analyze --code --think | /user:design --api --ultrathink
|
||||
Examples: /analyze --code --think | /design --api --ultrathink
|
||||
```
|
||||
|
||||
## Token Economy
|
||||
|
||||
Reference in New Issue
Block a user