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:
4
RULES.md
4
RULES.md
@@ -34,7 +34,7 @@ Evidence: testing confirms|metrics show|benchmarks prove|data indicates
|
||||
```yaml
|
||||
Triggers: Natural language OR flags (--think|--think-hard|--ultrathink)
|
||||
none: 1file <10lines | think: Multi-file 4K | hard: Architecture 10K | ultra: Critical 32K
|
||||
Usage: /user:analyze --think | "think about X" | /user:design --ultrathink
|
||||
Usage: /analyze --think | "think about X" | /design --ultrathink
|
||||
```
|
||||
|
||||
## 2. Severity System
|
||||
@@ -79,7 +79,7 @@ Code: Clean|Conventions|Error handling|No duplication|NO COMMENTS
|
||||
```yaml
|
||||
TodoWrite: 3+ steps|Multiple requests | TodoRead: Start|Frequent
|
||||
Rules: One in_progress|Update immediate|Track blockers
|
||||
Integration: /user:scan --validate→execute | Risky→checkpoint | Failed→rollback
|
||||
Integration: /scan --validate→execute | Risky→checkpoint | Failed→rollback
|
||||
```
|
||||
|
||||
### Tools & MCP
|
||||
|
||||
Reference in New Issue
Block a user