Start a session
1
Choose a workspace
Open or select the repository or folder you want the agent to work in. Check the
displayed path before authorizing file operations.
2
Create a session
Start a new session and state the outcome, constraints, and validation you expect.
3
Review tool activity
Follow commands and file changes in the session. Inspect diffs before committing or
publishing work.

Isolate changes with worktrees
The bundled worktree integration can create a Git worktree per session. This keeps concurrent tasks on separate branches and protects the repository’s main checkout. When the work is ready, check it out to a local branch; when it is disposable, archive or abandon the isolated worktree.Safe operating habits
- Confirm the current workspace and branch before accepting changes.
- Keep secrets outside prompts, source files, and command output.
- Review third-party plugin permissions and source.
- Commit meaningful checkpoints before broad refactors.
- Treat generated commands as code review material, not as inherently trusted output.