Automatic worktree creation per session
Each agent session automatically gets its own git worktree, enabling parallel development without branch conflicts. On session create, a new worktree is provisioned at a configured path; on session destroy, the worktree is cleaned up. Integrates with the session lifecycle from issue #1.
Automatic worktree creation per session
Each agent session automatically gets its own git worktree, enabling parallel development without branch conflicts. On session create, a new worktree is provisioned at a configured path; on session destroy, the worktree is cleaned up. Integrates with the session lifecycle from issue #1.