Files
SuperClaude/CHANGELOG.md
NomenAK 6aa6c15157 docs: Fix documentation inconsistencies and version references
- 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>
2025-06-26 19:02:32 +02:00

1.9 KiB

Changelog

All notable changes to SuperClaude will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.1] - 2025-06-26

Added

  • --introspect flag for framework self-analysis and improvement capabilities
  • Enhanced SuperClaude identity declaration with mission statement

Fixed

  • Corrected file count reporting in install.sh verification process
  • Resolved critical file copying issues in install.sh

[2.0.0] - 2025-06-26

Added

  • Comprehensive security and robustness improvements to install.sh
  • Optimize all 18 command files using @include reference system
  • Commands cheat sheet documentation
  • Custom installation directory support (#4)
  • Community interaction files (CONTRIBUTING.md, CODE_OF_CONDUCT.md)
  • MIT License

Changed

  • Complete migration to v2 with @include reference system
  • Standardized @include reference system across all command files
  • Migrated PERSONAS to flag system for Claude Code compliance
  • Transformed README.md into engaging developer-friendly format
  • Major optimization achieving 35% token reduction through template system & file consolidation
  • Enhanced Task Management System - Adaptation of PR #5 (#7)

Removed

  • All hard claims, metrics, and numeric targets
  • All references to user: and project: prefixes
  • References to deleted scripts and pattern system

Fixed

  • Shared resources count in install.sh
  • .gitignore configuration and removed logs/claudedocs from tracking

[1.0.0] - 2025-06-22

Added

  • Initial release of SuperClaude v1.0.0 configuration framework
  • Core configuration system with CLAUDE.md
  • Command system with 18 optimized command files
  • Shared resources and patterns
  • Installation script (install.sh)
  • Comprehensive documentation

Note: This changelog was generated from git history. For detailed commit messages, run git log.