A workspace is one project: one folder, one repository. Several are open at once, and every open workspace stays live — its shells keep running and its files stay watched whether or not you are looking at it. Switching changes what you see, never what is running.
The band holds one segment per open workspace, in the order they were added. The focused workspace wears its tinted glyph and its name; every other one is its glyph alone, naming itself in a tooltip. Five segments show — the focused one always among them — and the rest roll into a ··· N card that opens the workspace dropdown.
Sessions are window-wide; files are workspace-scoped. The Files, Git and Notes tool panes, the document panes and search always show exactly one workspace — the focused one. The band's chips show every session, whichever workspace you are in, unless you flip the session scope to the focused workspace only.
Opening a folder from the welcome page (⌘O) adds a workspace; it never replaces one.
The instruments at the foot of the window state git's facts for the focused workspace: the branch, the worktree, the changes, the sync state, and the shelf while it has rows. Each fact lifts a sheet above itself:
git worktree remove. Never forced — a folder with modified or untracked files is refused in git's own words and stays put. The branch outlives its folder, and the main checkout has no ✕: it is the repository, not a worktree of it.Fold shells out to the git on your machine for all of it.