Description
When creating or opening multiple designs that reference the same workspace path, the app throws "Workspace path is already bound to another design" error. This prevents users from working on multiple designs that share a workspace directory.
Reproduction
- Create a design and bind it to a workspace folder
- Create a second design or try to rebind the same workspace path
- The error fires and the operation is blocked
Log Evidence
From main.log (2026-05-04), 5 occurrences:
[2026-05-04 ...] error: bindWorkspace failed { error: 'Workspace path is already bound to another design' }
Environment
- Version: v0.2 (experimental)
- Platform: Windows 11
Impact
Users cannot have multiple designs share the same filesystem workspace, which is a common workflow when iterating on related design files.
Notes
This may be intentional behavior to prevent conflicts, but the UX does not make this clear — the error should either be surfaced as a user-facing message with guidance, or the binding logic should allow shared workspaces with proper conflict resolution.
Description
When creating or opening multiple designs that reference the same workspace path, the app throws
"Workspace path is already bound to another design"error. This prevents users from working on multiple designs that share a workspace directory.Reproduction
Log Evidence
From
main.log(2026-05-04), 5 occurrences:Environment
Impact
Users cannot have multiple designs share the same filesystem workspace, which is a common workflow when iterating on related design files.
Notes
This may be intentional behavior to prevent conflicts, but the UX does not make this clear — the error should either be surfaced as a user-facing message with guidance, or the binding logic should allow shared workspaces with proper conflict resolution.