← 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? 2 comments rahimnathwani Reply shykes 2 days ago 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. brunoqc 2 days ago I would guess isolation/safety.
shykes 2 days ago 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.
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.
I would guess isolation/safety.