You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 Clarify workspace ID vs name vs path architecture (#420)
Fixes terminology inconsistencies that could mislead contributors about
workspace identity vs directory naming.
## Changes
**Parameter renaming:**
- `config.getWorkspacePath(workspaceId)` →
`getWorkspacePath(directoryName)`
- `CreateWorktreeOptions.workspaceId` → `directoryName`
**Documentation:**
- Clarified "Workspace Path Architecture" in config.ts to separate
workspace ID (stable identifier) from directory name (branch name)
- Removed outdated symlink references (directories use workspace names
directly now)
**Test fixtures:**
- Updated App.stories.tsx to use hex-like IDs (e.g., `1a2b3c4d5e`)
matching production format
All changes are non-functional: comments, docs, parameter names, and
test fixtures only.
_Generated with `cmux`_
0 commit comments