My workflow currently involves a non-git-tracked shell directory that wraps several long lived git worktrees. Think about a project for a full stack web app:
- project-client (react front end)
- backend-main (checked out on main for hotfixes to prod)
- backend-dev (main feature dev)
- backend-qa (experimental and qa etc)
I'd love to be able to instantiate sidecar in the root and have it be able to allow me to manage agents working throughout these trees, without switching projects