Daily workflow
Once a project is prepared, these commands cover the normal day-to-day loop.
List projects
Section titled “List projects”sbxm lsls shows every registered project and the state of its associated sandbox. A moved project is reported as missing; sbxm does not guess a new path.
Inspect without changing state
Section titled “Inspect without changing state”sbxm status <project-id>Project status checks the registry, host artifacts, sandbox identity, repository, credential registration, and managed worktrees without mutating them.
Connect
Section titled “Connect”sbxm open <project-id>open starts the sandbox if needed and connects over SSH. In an interactive terminal you can omit the project ID and select a project. In a non-interactive terminal, pass the ID explicitly.
Stop without deleting
Section titled “Stop without deleting”sbxm stop <project-id>sbxm stop <project-id> <another-project-id>Stopping preserves the project registration and its sandbox. Start it again with sbxm open.
Apply small changes
Section titled “Apply small changes”Add managed worktrees or re-place declared files without rebuilding the image:
sbxm apply <project-id> --worktrees 4sbxm apply <project-id> --filesSee managed worktrees and configuration files for their safety rules.