mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Co-authored-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
Co-authored-by: jules <jules@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
### **Transform Claude Code with 21 Commands, 14 Agents & 6 MCP Servers**
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/version-4.0.8-blue?style=for-the-badge" alt="Version">
|
||||
<img src="https://img.shields.io/badge/version-4.0.9-blue?style=for-the-badge" alt="Version">
|
||||
<img src="https://img.shields.io/badge/Python-3.8+-green?style=for-the-badge" alt="Python">
|
||||
<img src="https://img.shields.io/badge/Platform-Linux%20|%20macOS%20|%20Windows-orange?style=for-the-badge" alt="Platform">
|
||||
</p>
|
||||
@@ -266,7 +266,7 @@ SuperClaude install --dry-run
|
||||
```bash
|
||||
# Verify SuperClaude version
|
||||
python3 -m SuperClaude --version
|
||||
# Expected: SuperClaude 4.0.8
|
||||
# Expected: SuperClaude 4.0.9
|
||||
|
||||
# List installed components
|
||||
SuperClaude install --list-components
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Framework-Context_Engineering-purple?style=for-the-badge" alt="Framework">
|
||||
<img src="https://img.shields.io/badge/Version-4.0.8-blue?style=for-the-badge" alt="Version">
|
||||
<img src="https://img.shields.io/badge/Version-4.0.9-blue?style=for-the-badge" alt="Version">
|
||||
<img src="https://img.shields.io/badge/Time_to_Start-5_Minutes-green?style=for-the-badge" alt="Quick Start">
|
||||
</p>
|
||||
|
||||
@@ -486,7 +486,7 @@ Create custom workflows
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<sub>SuperClaude v4.0.8 - Context Engineering for Claude Code</sub>
|
||||
<sub>SuperClaude v4.0.9 - Context Engineering for Claude Code</sub>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user