diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecb18c..75589f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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] -## [4.0.9] - 2025-05-09 +## [4.0.9] - 2025-09-05 ### Fixed - **MCP Installer:** Addressed several critical bugs in the MCP installation and update process to improve reliability. - Corrected the npm package name for the `morphllm` server in `setup/components/mcp.py`. @@ -15,8 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Patched a recurring "Unknown component: core" error by ensuring the component registry is initialized only once. - Added the `claude` CLI as a formal prerequisite for MCP server management, which was previously undocumented. -## [4.0.8] - 2025-01-23 - ### Changed - Version bump for PyPI release - Updated all version references across project files diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4f0019e..a11bdeb 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -518,7 +518,7 @@ This code of conduct draws inspiration from several established community standa **Last Updated**: December 2024 (SuperClaude Framework v4.0) **Next Review**: June 2025 (Semi-annual review cycle) -**Version**: 4.0.8 (Updated for v4 community structure and governance) +**Version**: 4.0.9 (Updated for v4 community structure and governance) **Review Schedule:** - **Semi-Annual Reviews**: Policy effectiveness assessment and community feedback integration diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a68361..7ae3aba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ SuperClaude Framework transforms Claude Code into a structured development platf **Good Bug Report Example:** ``` **Environment:** -- SuperClaude: 4.0.8 +- SuperClaude: 4.0.9 - OS: Ubuntu 22.04 - Claude Code: 1.5.2 - Python: 3.9.7 diff --git a/Docs/Getting-Started/installation.md b/Docs/Getting-Started/installation.md index 354837b..27780df 100644 --- a/Docs/Getting-Started/installation.md +++ b/Docs/Getting-Started/installation.md @@ -5,7 +5,7 @@ ### **Transform Claude Code with 21 Commands, 14 Agents & 6 MCP Servers**
-
+
-
+
- SuperClaude v4.0.8 - Context Engineering for Claude Code + SuperClaude v4.0.9 - Context Engineering for Claude Code
\ No newline at end of file diff --git a/Docs/Reference/common-issues.md b/Docs/Reference/common-issues.md index e0f5baa..89ab809 100644 --- a/Docs/Reference/common-issues.md +++ b/Docs/Reference/common-issues.md @@ -13,7 +13,7 @@ Test: /sc:brainstorm "test" should ask questions ### 2. Installation Verification ```bash -python3 -m SuperClaude --version # Should show 4.0.8 +python3 -m SuperClaude --version # Should show 4.0.9 # If not working: # For pipx users @@ -71,7 +71,7 @@ pip3 install SuperClaude ``` ## Verification Checklist -- [ ] `python3 -m SuperClaude --version` returns 4.0.8 +- [ ] `python3 -m SuperClaude --version` returns 4.0.9 - [ ] `/sc:brainstorm "test"` works in Claude Code - [ ] `SuperClaude install --list-components` shows components diff --git a/Docs/Reference/troubleshooting.md b/Docs/Reference/troubleshooting.md index 1f0e381..ed4e374 100644 --- a/Docs/Reference/troubleshooting.md +++ b/Docs/Reference/troubleshooting.md @@ -6,7 +6,7 @@ Quick fixes to advanced diagnostics for SuperClaude Framework issues. **Installation Verification:** ```bash -python3 -m SuperClaude --version # Should show 4.0.8 +python3 -m SuperClaude --version # Should show 4.0.9 SuperClaude install --list-components ``` @@ -19,7 +19,7 @@ SuperClaude install --list-components ``` **Resolution Checklist:** -- [ ] Version commands work and show 4.0.8 +- [ ] Version commands work and show 4.0.9 - [ ] `/sc:` commands respond in Claude Code - [ ] MCP servers listed: `SuperClaude install --list-components | grep mcp` diff --git a/Docs/User-Guide-jp/commands.md b/Docs/User-Guide-jp/commands.md index 3310aa3..5f053fe 100644 --- a/Docs/User-Guide-jp/commands.md +++ b/Docs/User-Guide-jp/commands.md @@ -92,7 +92,7 @@ SuperClaude は、Claude Code が特殊な動作を実行するために読み ```shell # Verify SuperClaude is working (primary method) python3 -m SuperClaude --version -# Example output: SuperClaude 4.0.8 +# Example output: SuperClaude 4.0.9 # Claude Code CLI version check claude --version diff --git a/Docs/User-Guide-zh/commands.md b/Docs/User-Guide-zh/commands.md index c03171d..750da2e 100644 --- a/Docs/User-Guide-zh/commands.md +++ b/Docs/User-Guide-zh/commands.md @@ -67,7 +67,7 @@ SuperClaude 提供行为上下文文件,Claude Code 通过读取这些文件 ```bash # 验证 SuperClaude 是否正常工作(主要方法) python3 -m SuperClaude --version -# 示例输出:SuperClaude 4.0.8 +# 示例输出:SuperClaude 4.0.9 # Claude Code CLI 版本检查 claude --version diff --git a/Docs/User-Guide/commands.md b/Docs/User-Guide/commands.md index 073fa47..8167868 100644 --- a/Docs/User-Guide/commands.md +++ b/Docs/User-Guide/commands.md @@ -67,7 +67,7 @@ SuperClaude provides behavioral context files that Claude Code reads to adopt sp ```bash # Verify SuperClaude is working (primary method) python3 -m SuperClaude --version -# Example output: SuperClaude 4.0.8 +# Example output: SuperClaude 4.0.9 # Claude Code CLI version check claude --version diff --git a/README-ja.md b/README-ja.md index e93d0ec..1fde7c1 100644 --- a/README-ja.md +++ b/README-ja.md @@ -5,7 +5,7 @@ ### **Claude Codeを構造化開発プラットフォームに変換**
-
+
-
+
-
+