Commit fd70476
committed
Repository Restructuring: Implement 3-Tier Version System π―
This commit implements the complete repository restructuring with clear
version semantics and branch organization.
## Branch Structure (NEW)
main (1.0) β QuantCoder 1.0 - Stable production (quantcli)
beta (1.1) β QuantCoder 1.1 - Improved legacy (quantcli, testing)
gamma (2.0) β QuantCoder 2.0 - Complete rewrite (quantcoder, alpha)
## Version Changes
- Renamed branch: claude/refactor-quantcoder-cli-JwrsM β gamma
- Version renumbering: v4.0 β 2.0.0-alpha.1
- Clear progression path: 1.0 β 1.1 β 2.0
## Files Changed
### Version Updates
- quantcoder/__init__.py: Updated to 2.0.0-alpha.1
- docs/NEW_FEATURES_V4.md: Updated all version references
- README.md: Added version badges and branch navigation
### New Documentation
- docs/VERSION_COMPARISON.md (NEW)
* Complete version comparison guide
* Feature matrix (1.0 vs 1.1 vs 2.0)
* Migration guides
* Decision tree for choosing version
* Performance and cost estimates
- docs/BRANCH_VERSION_MAP.md (UPDATED)
* Reflects new 3-tier structure
* Detailed branch information
* Clear selection guide
* Restructuring summary
## Key Benefits
β
Clear version semantics (1.x = legacy, 2.x = rewrite)
β
Proper semantic versioning
β
Easy branch selection for users
β
Clean repository (3 active branches)
β
Logical progression path
## For Users
Stable Production? β main (1.0)
Improved Legacy? β beta (1.1)
Cutting Edge? β gamma (2.0) β
## Breaking Changes
NONE - This is organizational only. All code remains functional.
## Next Steps
- Rename refactor/modernize-2025 β beta (requires admin access)
- Archive feature branches (tag then delete)
- Update GitHub branch settings
- Announce restructuring to users
---
Restructured: 2025-01-15
Version: 2.0.0-alpha.1
Branch: gamma1 parent 483e54c commit fd70476
File tree
5 files changed
+781
-333
lines changed- docs
- quantcoder
5 files changed
+781
-333
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
5 | 18 | | |
6 | 19 | | |
7 | 20 | | |
| |||
0 commit comments