mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
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:
@@ -2,8 +2,8 @@
|
||||
# Documentation Patterns
|
||||
# Unified docs standards, directory structure, format requirements
|
||||
|
||||
# Legend: 📁=directory 📝=format 🔔=notification 📊=reporting
|
||||
# docs=documentation std=standard req=requirement fmt=format
|
||||
## Legend
|
||||
@include universal-constants.yml#Universal_Legend
|
||||
|
||||
Directory_Standards:
|
||||
Documentation_Structure:
|
||||
@@ -93,7 +93,7 @@ Document_Standards:
|
||||
Remediation: "Actionable steps w/ priority order"
|
||||
|
||||
Required_Headers:
|
||||
Generated_By: "SuperClaude v4.0.0"
|
||||
Generated_By: "SuperClaude v2"
|
||||
Command: "/<command> [flags]"
|
||||
Timestamp: "ISO 8601 format"
|
||||
Duration: "Operation time"
|
||||
@@ -291,5 +291,5 @@ Notification_Standards:
|
||||
```
|
||||
|
||||
---
|
||||
*Documentation Patterns v4.0.0 - Unified standards for docs, structure,
|
||||
*Documentation Patterns v2 - Unified standards for docs, structure,
|
||||
format requirements, and notifications*
|
||||
|
||||
Reference in New Issue
Block a user