diff --git a/CLAUDE.md b/CLAUDE.md index 4c0bd14..3673ffd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -148,4 +148,4 @@ You should use the following configuration to guide your behavior. @include shared/superclaude-personas.yml#MCP_Persona_Integration --- -*SuperClaude v2 | Development framework | Evidence-based methodology | Advanced Claude Code configuration* \ No newline at end of file +*SuperClaude v2.0.1 | Development framework | Evidence-based methodology | Advanced Claude Code configuration* \ No newline at end of file diff --git a/COMMANDS.md b/COMMANDS.md index 17c94a9..d87b33b 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -1,4 +1,4 @@ -# SuperClaude Commands Reference v2 +# SuperClaude Commands Reference v2.0.1 ## Table of Contents - [Quick Start](#quick-start) @@ -51,6 +51,11 @@ | `--no-magic` | Disable Magic UI builder specifically | | `--no-pup` | Disable Puppeteer specifically | +### 🔍 Analysis & Introspection +| Flag | Description | +|------|-------------| +| `--introspect` | Enable self-aware analysis with cognitive transparency | + ### 📋 Planning & Execution | Flag | Description | |------|-------------| @@ -475,4 +480,4 @@ Load and analyze project context. --- -**SuperClaude v2** - 18 professional commands | 9 cognitive personas | Advanced MCP integration | Evidence-based methodology +**SuperClaude v2.0.1** - 18 professional commands | 9 cognitive personas | Advanced MCP integration | Evidence-based methodology diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb6b20e..659325c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,4 +225,4 @@ Contributors are recognized through: **Ready to contribute?** Create an issue or submit a PR! -*SuperClaude v2 | Community-driven configuration framework* +*SuperClaude v2.0.1 | Community-driven configuration framework* diff --git a/README.md b/README.md index b7fe9dd..5c8c842 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # SuperClaude – Development Framework for Claude Code [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Version](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://github.com/NomenAK/SuperClaude) +[![Version](https://img.shields.io/badge/version-2.0.1-blue.svg)](https://github.com/NomenAK/SuperClaude) [![GitHub issues](https://img.shields.io/github/issues/NomenAK/SuperClaude)](https://github.com/NomenAK/SuperClaude/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/NomenAK/SuperClaude/blob/master/CONTRIBUTING.md) **A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and development methodologies.** -## 🚀 Version 2.0 Update +## 🚀 Version 2.0.1 Update IMPORTANT: Start Fresh by removing old files and dir in .claude (RULES.md MCP.md PERSONAS.md CLAUDE.md and /commands dir) @@ -39,10 +39,11 @@ SuperClaude enhances Claude Code with: - **Evidence-Based Methodology** encouraging documentation - **MCP Integration** with Context7, Sequential, Magic, Puppeteer - **Git Checkpoint Support** for safe experimentation +- **Introspection Mode** for framework improvement and troubleshooting ## 🚀 Installation -### Enhanced Installer v2.0 +### Enhanced Installer v2.0.1 The installer provides various options: ```bash @@ -60,7 +61,7 @@ cd SuperClaude ./install.sh --log install.log # Log all operations ``` -**v2 Installer Features:** +**v2.0.1 Installer Features:** - 🔄 **Update Mode**: Preserves customizations while updating - 👁️ **Dry Run**: Preview changes before applying - 💾 **Smart Backups**: Automatic backup with timestamping @@ -82,7 +83,7 @@ Switch between different approaches with persona flags: /troubleshoot --prod --persona-analyzer # Root cause analysis approach ``` -**v2 Update**: All 9 personas are now universal flags, available on every command for consistent access to specialized approaches. +**v2.0.1 Update**: All 9 personas are now universal flags, available on every command for consistent access to specialized approaches. ### ⚡ **18 Commands** Development lifecycle coverage: @@ -141,6 +142,13 @@ SuperClaude's @include template system helps manage token usage: /test --integration --e2e --pup # Validation ``` +### Framework Troubleshooting & Improvement +```bash +/troubleshoot --introspect # Debug SuperClaude behavior +/analyze --introspect --seq # Analyze framework patterns +/improve --introspect --uc # Optimize token usage +``` + ### Full-Stack Feature Development ```bash /build --react --magic --watch --persona-frontend # UI development @@ -176,6 +184,18 @@ SuperClaude's @include template system helps manage token usage: /troubleshoot --ultrathink ``` +### Introspection Mode +```bash +# Enable self-aware analysis for SuperClaude improvement +/analyze --introspect + +# Debug SuperClaude behavior +/troubleshoot --introspect --seq + +# Optimize framework performance +/improve --introspect --persona-performance +``` + ### Token Management ```bash # Standard mode @@ -339,7 +359,7 @@ SuperClaude welcomes contributions: Join the community: [Discussions](https://github.com/NomenAK/SuperClaude/discussions) -## 📈 Version 2.0 Changes +## 📈 Version 2.0.1 Changes **🎯 Architecture Improvements:** - **Configuration Management**: @include reference system @@ -362,6 +382,6 @@ SuperClaude provides a structured approach to using Claude Code with specialized --- -*SuperClaude v2 – Development framework for Claude Code* +*SuperClaude v2.0.1 – Development framework for Claude Code* [⭐ Star on GitHub](https://github.com/NomenAK/SuperClaude) | [💬 Discussions](https://github.com/NomenAK/SuperClaude/discussions) | [🐛 Report Issues](https://github.com/NomenAK/SuperClaude/issues) diff --git a/VERSION b/VERSION index 359a5b9..10bf840 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file