Worktrees
Git worktrees let one repository have several branches checked out in separate folders. bohay makes them first-class workspaces.
Create one
Section titled “Create one”Ctrl+Space G— type a branch name, and bohay runsgit worktree addunder~/.bohay/worktrees/<repo>/<branch>and opens it as a workspace.- The folder picker (
Ctrl+Space N) — when browsing a git repo, an Open with new worktree row (or thewkey) does the same for that repo. - CLI:
bohay worktree create <branch>·open <path>·list·remove <path>(the branch is kept).
Why it’s great with agents
Section titled “Why it’s great with agents”Each agent works in its own worktree — its own files on disk — so two agents can work the same repo without any chance of stepping on each other’s edits. The sidebar nests worktrees under their repo, so the grouping is always visible. This is also the foundation the orchestration board builds on.