mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
feat: Add --introspect flag for framework self-analysis and improvement (v2.0.1)
- Introduce --introspect flag as universal option for all commands - Enable self-aware analysis mode for debugging SuperClaude behavior - Add dedicated "Analysis & Introspection" section in command reference - Document introspection mode for framework troubleshooting workflows - Update README with introspection examples and configuration options - Bump version to 2.0.1 across all documentation The --introspect flag provides cognitive transparency, allowing users to: • Debug and understand SuperClaude's internal behavior • Optimize framework performance and token usage • Analyze framework patterns with sequential reasoning • Improve SuperClaude configuration effectiveness This enhancement makes SuperClaude more maintainable and debuggable by exposing its cognitive processes for inspection and improvement. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user