- Fix version numbers: Changed 4.0.x to 2.0.x in SECURITY.md
- Fix CHANGELOG.md: Changed SuperClaude v4.0.0 to v1.0.0
- Add missing /task command to README.md command list
- Remove non-existent validate-references.sh from CONTRIBUTING.md
- Clarify installation paths (files go to ~/.claude/ not project dir)
- Add MCP server installation notice to README.md
- Ensure consistent v2.0.1 references across all docs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- 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>
- 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>
- 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>
- Enhanced install.sh with better error handling and multi-shell support
- Updated configuration files (CLAUDE.md, MCP.md, RULES.md) to latest version
- Added comprehensive CONTRIBUTING.md guidelines
- Improved README.md formatting and clarity
- Fixed Commands_Cheat_Sheet.md formatting
- Updated .gitignore with better exclusions
- Minor LICENSE and CHANGELOG.md updates
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>