To start a fresh development environment, run mise vm:launch. Re-running this command re-enters the existing VM (starting it if it is stopped), allowing for resumable sessions.
Once inside the VM, run the work command to:
- Set up
~/workspace - Start a timestamped
tmux session - Launch
claude inside the session
To manage the tmux session, use Ctrl-b d to detach and tmux attach to return. To run claude directly without tmux, use the shell abbreviations c<SPACE> for local sessions or cr<SPACE> for remote-control sessions.