|
|
|
|
|
by irskep
329 days ago
|
|
I've been working on a tool for exactly this purpose: https://steveasleep.com/autowt/ I'm the only user at the moment, and I really enjoy the workflow. I run about four claude-codes at once this way. It's a little underbaked but I think this is the way a lot of people are going to go. Seems like the 'par' tool in a sibling comment is a similar approach. Containers do make things easier, especially since agents can see the log output of any service super easily. To do the same thing outside a container you need to send logs somewhere the agent can see. |
|