Commit f0752e1
authored
sbx: clarify sandbox auto-naming in docs (#25074)
## Description
Running `sbx run claude` from `~/my-pro` produces a sandbox named
`claude-my-pro`, but the docs tell you to clean up with `sbx rm
my-sandbox` and never explain where that name came from.
This PR documents the `<agent>-<directory>` and updates examples across
the sandbox docs to use names that match the rule, so the flow lines up
with what users actually see in `sbx ls`.
<img width="1391" height="703" alt="Screenshot 2026-05-16 at 2 48 30 PM"
src="https://github.com/user-attachments/assets/b0357bb5-32ea-48f4-ab5d-8494431e2772"
/>
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [x] Technical review
- [ ] Editorial review
- [ ] Product review1 parent 70fca02 commit f0752e1
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
249 | 253 | | |
250 | 254 | | |
251 | 255 | | |
252 | 256 | | |
253 | 257 | | |
254 | | - | |
| 258 | + | |
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
| |||
0 commit comments