Comment by danmaz74
4 days ago
I had the same issues, and half-baked a similar solution. But then I looked into dev containers, with which I get higher isolation, including a DB for each instance (which is important for testing in parallel; I'm mostly using Ruby on Rails). What I'm doing now is:
* create a dev container for the project
* install the agent (Claude Code in my case) in the container as part of the dev container definition
* launch the container through DevPod (no affiliation) which automatically connects VS code or a JetBrains agent
So now I can run these in parallel, on a remote server if I want, and in "YOLO" mode. Personally, I'm finding this superior to the git worktree alternative.
No comments yet
Contribute on Hacker News ↗