mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
chore: bump version to 4.1.9 and add __init__.py to all packages
- Bump version from 4.1.8 to 4.1.9 in all relevant files - Add __init__.py to all directories in src/superclaude/ and plugins/superclaude/ - Update pyproject.toml to include plugins/superclaude package - Update MANIFEST.in to include plugin resources - Ensure proper Python package structure with 27 __init__.py files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -153,12 +153,12 @@ cat test_output.txt
|
||||
|
||||
### **Pitfall 4: Version Inconsistency**
|
||||
|
||||
**Problem**: VERSION file says 4.1.8, but package.json says 4.1.5, pyproject.toml says 0.4.0.
|
||||
**Problem**: VERSION file says 4.1.9, but package.json says 4.1.5, pyproject.toml says 0.4.0.
|
||||
|
||||
**Solution**: Understand versioning strategy:
|
||||
- **Framework version** (VERSION file): User-facing version (4.1.8)
|
||||
- **Framework version** (VERSION file): User-facing version (4.1.9)
|
||||
- **Python package** (pyproject.toml): Library semantic version (0.4.0)
|
||||
- **NPM package** (package.json): Should match framework version (4.1.8)
|
||||
- **NPM package** (package.json): Should match framework version (4.1.9)
|
||||
|
||||
**When updating versions**:
|
||||
1. Update VERSION file first
|
||||
@@ -523,7 +523,7 @@ Based on real usage data:
|
||||
|
||||
### **Lesson 1: Documentation Drift is Real**
|
||||
|
||||
**What happened**: README described v2.0 plugin system that didn't exist in v4.1.8
|
||||
**What happened**: README described v2.0 plugin system that didn't exist in v4.1.9
|
||||
|
||||
**Impact**: Users spent hours trying to install non-existent features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user