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

@@ -90,7 +90,7 @@ Speedup: 3-5x ✅
"critical_findings": [
"Duplicate CLIs: setup/cli.py vs superclaude/cli.py",
"51 __pycache__ directories (cache pollution)",
"Version mismatch: pyproject.toml=4.1.6 ≠ package.json=4.1.5"
"Version mismatch: pyproject.toml=4.1.7 ≠ package.json=4.1.5"
]
}
```
@@ -126,7 +126,7 @@ Speedup: 3-5x ✅
{
"config_files": 9,
"python": {
"pyproject.toml": {"version": "4.1.6", "python": ">=3.10"}
"pyproject.toml": {"version": "4.1.7", "python": ">=3.10"}
},
"javascript": {
"package.json": {"version": "4.1.5"}