v2.1.3: Bump version to 2.1.3
π― What's New in v2.1.3
Seamless Migration for Existing Users
We've enhanced the update command to make upgrading effortless!
β Key Enhancement
Automatic Root CLAUDE.md Creation
codesyncer updatenow detects missing root CLAUDE.md- Auto-detects language from existing setup
- Extracts project info from MASTER_CODESYNCER.md
- Prompts user before creating
π Upgrade Path
# 1. Install new version
npm install -g codesyncer@2.1.3
# 2. Update your project
cd /path/to/your/multi-repo-workspace
codesyncer update
# 3. Follow the prompt
? Create root CLAUDE.md? (Y/n) Y
# β Done! Claude auto-loads context now.
π‘ What Happens
Before v2.1.3:
- Existing users upgrade to v2.1.2
- Root CLAUDE.md not created β
- Manual setup required
After v2.1.3:
- codesyncer update detects missing file
- Auto-generates with correct project info β
- One command, fully upgraded!