Commit 6dab137
feat: Add hybrid worktree system (v0.4.3)
Major feature release adding flexible worktree management for parallel development.
New Commands:
- /worktree (setup, sync, status, prune)
- /hotfix (alias for /ship --worktree)
Enhanced Commands:
- /ship: Added --worktree flag, smart warnings, migration support
- /debugging: Added --worktree flag, session management
Features:
- Permanent worktrees (hotfix/, debug/) for reusable isolation
- Intelligent sync strategy (auto-sync with thresholds)
- Lock files (one fix at a time per worktree)
- Configuration file (.claude/config-worktrees.json)
- Comprehensive documentation
Philosophy: "Start simple (Main), scale up (Worktree) when needed"
See CHANGELOG-v0.4.3.md for full details.
🤖 Generated with Claude Code
https://claude.com/claude-code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 19877df commit 6dab137
File tree
11 files changed
+2728
-224
lines changed- .claude
- commands
- scripts
- docs
11 files changed
+2728
-224
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
0 commit comments