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.mdhistory.mdtransactions.mdmutations.md
User Flow
- The user acts in the UI
- Workspace chooses the right mutation or command path
- History and compute update
- The UI rerenders with the new graph state