mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Use absolute paths via git rev-parse --show-toplevel - Add cleanup traps for graceful failure handling (EXIT/INT/TERM) - Add git worktree prune at startup for stale worktrees - Validate main repo state before merge (fallback to PR if dirty) - Change default to "Create PR" for parallel execution safety - Move worktree directory to .ccw/worktrees/ (gitignored)