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:
NomenAK
2025-06-24 21:24:14 +02:00
parent 84ad5b60d1
commit 9c3608a783
81 changed files with 8213 additions and 4646 deletions

View File

@@ -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