Worktrees & Tmux & Claude, Oh My... Zsh - RichSnapp.com
richsnapp.com·11h·
Discuss: Hacker News
💻Terminal Tools
Preview
Report Post

tl;dr

  • If you’re running AI agents you should run them in a secure container
  • If you’re running multiple agents against the same codebase you should be using `git worktree`
  • I’ll show you how I run multiple agents with multiple worktrees in a secure container
  • Some repos I’ve published around this workflow are available here.

Before AI came along, my coding workflow was something like this: open up IntelliJ, checkout a branch, start coding. Sometimes I would switch between branches to review someone else’s code, or maybe just to tackle a different problem for a bit. On rare occasions I would use git worktrees to checkout multiple versions of the code, usually to solve a regression. Occasionally if I needed help with something I would look things up…

Similar Posts

Loading similar posts...