Mount a Private Workspace
/work is now an ordinary writable directory. The workspace starts from main, but changes do not affect main yet.
Snapshot Changes
Promote to a Branch
--full-history when you want every workspace snapshot to land as its own commit:
Shared Read-write Workspaces
Use--shared-rw when every snapshot should publish to the target branch automatically.
--mode ro.
Next Steps
Manage Workspaces
Inspect dirty files, reattach, clean up, diff, and restore.
Architecture
Learn how promotion and merge conflict handling work internally.