refactor: Complete SuperClaude v2 migration with @include reference system

- Migrate all command files to use @include reference system
- Consolidate shared patterns into new yml structure
- Create central superclaude shared configuration files
- Remove deprecated markdown files (MCP.md, PERSONAS.md, RULES.md)
- Add new documentation structure in docs/
- Update installation script for new architecture
- Add ROADMAP.md and VERSION files

This completes the major architectural refactor to improve maintainability
and reduce duplication across the SuperClaude command system.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-06-25 16:51:53 +02:00
parent 23a103d5dc
commit d24503ca02
64 changed files with 4208 additions and 4720 deletions

View File

@@ -1,13 +1,8 @@
# Flag Inheritance System
# Consolidated flag definitions for SuperClaude commands
## Legend
| Symbol | Meaning | | Abbrev | Meaning |
|--------|---------|---|--------|---------|
| 🎛 | control/flags | | std | standard |
| 🔧 | configuration | | exec | execution |
| 📋 | group/category | | qual | quality |
| ⚙ | settings/options | | val | validation |
## Legend
@include universal-constants.yml#Universal_Legend
## Universal Flags (All Commands)
@@ -196,9 +191,9 @@ Validation_Rules:
```yaml
Template_Usage:
Command_File_Header: |
@include shared/flag-inheritance.yml#Universal_Always
@include shared/flag-inheritance.yml#Execution_Control
@include shared/flag-inheritance.yml#Analysis_Commands
@include flag-inheritance.yml#Universal_Always
@include flag-inheritance.yml#Execution_Control
@include flag-inheritance.yml#Analysis_Commands
Flag_Reference: |
Universal flags: @see shared/flag-inheritance.yml#Universal_Always
@@ -224,4 +219,4 @@ Consistency_Improvements:
```
---
*Flag Inheritance v4.0.0 - Consolidated flag system for consistent command interfaces*
*Flag Inheritance v2 - Consolidated flag system for consistent command interfaces*