← Back to context

Comment by rahimnathwani

2 days ago

I'm curious: what do containers add over and above whatever you'd get using worktrees on their own?

They're complementary. git worktrees isolate file edits; containers isolate execution: building, testing, running dev instances..

container-use combines both forms of isolation: containers and git worktrees in a seamless system that agents can use to get work done.