Параллельные окружения через git worktrees

devops

wt is a Claude Code skill that manages isolated LlamaFarm development environments using git worktrees. Each worktree gets its own services, ports (assigned via a deterministic hash of the branch name), and data directories under `~/.llamafarm/worktrees/<name>/`, enabling multiple parallel agent sessions without port conflicts or data collisions. The skill covers the full lifecycle with commands like `wt create --go`, `wt start/stop`, `wt list`, `wt status`, `wt logs`, `wt delete`, `wt doctor`, and `wt gc`. Built on Bash and Read tools and documented in `scripts/wt/README.md`, it is aimed at developers who need feature-level environment isolation or want to run concurrent LlamaFarm instances during testing.