- Create a session when starting new work
- Switch sessions to jump between tasks safely
- Merge changes from one session into another when ready
- Sessions live inside a single workspace (project)
- Each workspace has a default session called “main”
- New sessions typically start from “main” (or from another session)
- Creating a session does not duplicate the workspace; it creates a branch of work
- Merge your session back into “main” when ready
- Use a session for feature work or experiments within the same project
- Use a new workspace when the work is a separate project or needs different services

