Setup Worktree Friendly

Prepare a repository for concurrent Git worktrees.

Andiedie b49b12b 2 files · 596 B Updated

File contents

Make the target repository safe for concurrent Git worktrees.

Isolate the local resources that would collide across worktrees, using that repository's actual setup. Leave a repository-owned setup and teardown interface later agents can find. Add .worktrees/ to Git ignore.

Accept with two temporary worktrees taken from the candidate state that includes this isolation change: they must set up concurrently, coexist, and tear down independently.

Andiedie/skills/tree/main/skills/setup-worktree-friendly commit b49b12b333

Frequently asked questions

npx skillmds@latest add andiedie/setup-worktree-friendly