Workspace Isolation
Three workspace kinds prevent conflicts:
| Kind | Description | Use Case |
|---|---|---|
scratch |
Fresh tmp dir, yours alone | Ephemeral work, gets GC’d on archive |
dir:<path> |
Shared persistent directory | Long-lived state, read what you write |
worktree |
Git worktree at path | Git-based work with isolation |