Auto-Claude Workspace Management Git worktree isolation, branch management, and merge operations. Workspace Architecture Git Worktree Strategy Auto-Claude uses git worktrees for complete isolation: Branch Strategy Key Principles: - ONE branch per spec - All changes in isolated worktree - NO automatic pushes to remote - User controls when to merge/push Workspace Operations Review Changes Output shows: - Files changed - Additions/deletions - Commit history Test in Worktree Merge Changes This: 1. Checks for conflicts 2. Merges into current branch 3. Uses AI resolver for conflicts (if any) 4. Cle…