Workspaces and projects
§ WORKSPACES
The Octopush mental model is two levels deep. A Project is roughly a repository. A Workspace is a git worktree inside that project — an isolated branch checkout with an AI assigned to it. Workspaces are parallel and disposable: spin one up for a task, work in it across all four modes, and tear it down when you’re done.
How to open it
Section titled “How to open it”Projects and workspaces live in the left Rail. Select a project to see its workspaces; select a workspace to enter its modes.
[screenshot: the Rail with projects and their workspaces]
Organizing your work
Section titled “Organizing your work”Each project and workspace can be shaped to your liking:
- Rename — give it a clear name.
- Tint and glyph — assign a color tint and a glyph so it’s recognizable at a glance in the Rail.
- Pin and reorder — pin the ones you use most and drag to reorder.
- Archive — keep the branch but drop the worktree. The work is preserved in git; the checkout is removed to reclaim space.
- Delete — remove it entirely.
- Recently closed — restore a workspace you closed by mistake.
Per-workspace configuration
Section titled “Per-workspace configuration”A workspace carries its own setup:
- Setup script — a command Octopush runs to prepare the worktree (install dependencies, generate files, and so on).
- Base branch — the branch this workspace’s worktree is cut from.
- Test command — the custom command REVIEW runs for this workspace.
Jira auto-linking
Section titled “Jira auto-linking”If a workspace’s branch name contains a Jira issue key, Octopush auto-links the ticket. The active-ticket chip then appears with the issue’s status, ready for you to navigate. See Issue tracking for the full integration.
A typical flow
Section titled “A typical flow”- Open a project in the Rail.
- Create a workspace, choosing its base branch.
- Give it a tint and glyph, and a name that matches the task.
- Set a setup script and a test command for the workspace.
- Work across TALK, RUN, REVIEW, and DIRECT.
- When the task ships, archive the workspace to keep the branch but free the worktree.
Shortcuts
Section titled “Shortcuts”| Shortcut | Action |
|---|---|
⌘K | Command palette — jump to sessions, switch theme |
⌘⇧1–⌘⇧3, ⌘⇧D | Switch modes within the active workspace |