mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Updated all root documentation to reflect V4 Beta capabilities: Root Documentation: - VERSION: Updated to 4.0.0-beta.1 - README.md: Complete rewrite with V4 features (21 commands, 13 agents, 6 MCP servers) - ARCHITECTURE_OVERVIEW.md: Updated for V4 Beta with correct counts and new features - CHANGELOG.md: Added comprehensive V4.0.0-beta.1 release section - ROADMAP.md: Added V4 Beta current status and updated future vision - CONTRIBUTING.md: Updated architecture, testing, and contribution guidelines - SECURITY.md: Added V4 security features and version support table - MANIFEST.in: Updated to include new V4 directories - pyproject.toml: Updated URLs and description for V4 Beta User Documentation: - commands-guide.md: Updated to 21 commands with new V4 commands - superclaude-user-guide.md: Comprehensive V4 Beta features documentation - flags-guide.md: Updated with new V4 flags and agent system - installation-guide.md: V4 Beta installation including hooks system - agents-guide.md: NEW - Complete guide for 13 specialized agents - personas-guide.md: Renamed to personas-guide-v3-legacy.md Key V4 Beta Features Documented: - 21 specialized commands (added: brainstorm, reflect, save, select-tool) - 13 domain expert agents replacing persona system - 6 MCP servers (added Morphllm and Serena) - 4 Behavioral Modes (Brainstorming, Introspection, Task Management, Token Efficiency) - Session Lifecycle with cross-session persistence - Redesigned Hooks System with Python integration - SuperClaude-Lite minimal implementation - Comprehensive Templates system All documentation maintains friendly, accessible tone while accurately reflecting V4 Beta's advanced capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
74 lines
3.6 KiB
Markdown
74 lines
3.6 KiB
Markdown
# Changelog
|
||
|
||
All notable changes to SuperClaude will be documented in this file.
|
||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||
|
||
## [Unreleased]
|
||
|
||
### Changed
|
||
- **BREAKING**: Commands now use `/sc:` namespace to avoid conflicts with user custom commands
|
||
- Commands are now installed in `~/.claude/commands/sc/` subdirectory
|
||
- All 16 commands updated: `/analyze` <20> `/sc:analyze`, `/build` <20> `/sc:build`, etc.
|
||
- Automatic migration from old command locations to new `sc/` subdirectory
|
||
|
||
### Added
|
||
- **NEW COMMAND**: `/sc:implement` for feature and code implementation (addresses v2 user feedback)
|
||
- Migration logic to move existing commands to new namespace automatically
|
||
- Enhanced uninstaller to handle both old and new command locations
|
||
- Improved command conflict prevention
|
||
- Better command organization and discoverability
|
||
|
||
### Technical Details
|
||
- Commands now accessible as `/sc:analyze`, `/sc:build`, `/sc:improve`, etc.
|
||
- Migration preserves existing functionality while preventing naming conflicts
|
||
- Installation process detects and migrates existing commands automatically
|
||
- Tab completion support for `/sc:` prefix to discover all SuperClaude commands
|
||
|
||
## [4.0.0-beta.1] - 2025-02-05
|
||
|
||
### Added
|
||
- **Agent System**: 13 specialized domain experts replacing personas
|
||
- **Behavioral Modes**: 4 intelligent modes for different workflows (Brainstorming, Introspection, Task Management, Token Efficiency)
|
||
- **Session Lifecycle**: /sc:load and /sc:save for cross-session persistence with Serena MCP
|
||
- **New Commands**: /sc:brainstorm, /sc:reflect, /sc:save, /sc:select-tool (21 total commands)
|
||
- **Serena MCP**: Semantic code analysis and memory management
|
||
- **Morphllm MCP**: Intelligent file editing with Fast Apply capability
|
||
- **Hooks System**: Python-based framework integration (completely redesigned and implemented)
|
||
- **SuperClaude-Lite**: Minimal implementation with YAML configuration
|
||
- **Templates**: Comprehensive templates for creating new components
|
||
- **Python-Ultimate-Expert Agent**: Master Python architect for production-ready code
|
||
|
||
### Changed
|
||
- Commands expanded from 16 to 21 specialized commands
|
||
- Personas replaced with 13 specialized Agents
|
||
- Enhanced MCP integration (6 servers total)
|
||
- Improved token efficiency (30-50% reduction with Token Efficiency Mode)
|
||
- Session management now uses Serena integration for persistence
|
||
- Framework structure reorganized for better modularity
|
||
|
||
### Improved
|
||
- Task management with multi-layer orchestration (TodoWrite, /task, /spawn, /loop)
|
||
- Quality gates with 8-step validation cycle
|
||
- Performance monitoring and optimization
|
||
- Cross-session context preservation
|
||
- Intelligent routing with ORCHESTRATOR.md enhancements
|
||
|
||
## [3.0.0] - 2025-07-14
|
||
|
||
### Added
|
||
- Initial release of SuperClaude v3.0
|
||
- 15 specialized slash commands for development tasks
|
||
- Smart persona auto-activation system
|
||
- MCP server integration (Context7, Sequential, Magic, Playwright)
|
||
- Unified CLI installer with multiple installation profiles
|
||
- Comprehensive documentation and user guides
|
||
- Token optimization framework
|
||
- Task management system
|
||
|
||
### Features
|
||
- **Commands**: analyze, build, cleanup, design, document, estimate, explain, git, improve, index, load, spawn, task, test, troubleshoot
|
||
- **Personas**: architect, frontend, backend, analyzer, security, mentor, refactorer, performance, qa, devops, scribe
|
||
- **MCP Servers**: Official library documentation, complex analysis, UI components, browser automation
|
||
- **Installation**: Quick, minimal, and developer profiles with component selection |