feat: bump version to 4.1.7 across all files

Updated version from 4.1.6 to 4.1.7 in:
- VERSION file
- package.json
- pyproject.toml
- All documentation files (README.md, CLAUDE.md, PLANNING.md, etc.)
- Internationalized READMEs (ja, zh, kr)
- Command documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
mithun50
2025-11-12 17:37:27 +01:00
parent ad80f57f63
commit a3541f43c5
13 changed files with 27 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ SuperClaude Framework transforms Claude Code into a structured development platf
## 🏗️ **Architecture Overview**
### **Current State (v4.1.6)**
### **Current State (v4.1.7)**
SuperClaude is a **Python package** with:
- Pytest plugin (auto-loaded via entry points)
@@ -33,7 +33,7 @@ SuperClaude is a **Python package** with:
- Optional slash commands (installed to ~/.claude/commands/)
```
SuperClaude Framework v4.1.6
SuperClaude Framework v4.1.7
├── Core Package (src/superclaude/)
│ ├── pytest_plugin.py # Auto-loaded by pytest
@@ -237,7 +237,7 @@ Use SelfCheckProtocol to prevent hallucinations:
### **Version Management**
1. **Version sources of truth**:
- Framework version: `VERSION` file (e.g., 4.1.6)
- Framework version: `VERSION` file (e.g., 4.1.7)
- Python package version: `pyproject.toml` (e.g., 0.4.0)
- NPM package version: `package.json` (should match VERSION)
@@ -338,7 +338,7 @@ Before releasing a new version:
## 🚀 **Roadmap**
### **v4.1.6 (Current)**
### **v4.1.7 (Current)**
- ✅ Python package with pytest plugin
- ✅ PM Agent patterns (confidence, self-check, reflexion)
- ✅ Parallel execution framework