Workspace

Workspace

Status: active
DocsWorkspaceWorkspace

Workspace

Status: active Last updated: 2026-04-15

What It Is

Workspace is the orchestration layer that connects graph state, commands, history, scenarios, and UI actions.

Why It Exists

The app needs one place that coordinates user actions across many features without mixing all logic into the canvas or inspector.

Main Parts

  • commands.md
  • history.md
  • transactions.md
  • mutations.md

User Flow

  1. The user acts in the UI
  2. Workspace chooses the right mutation or command path
  3. History and compute update
  4. The UI rerenders with the new graph state