Skip to content

docs: reframe sandbox as team-shared in tutorials#184

Merged
placerda merged 1 commit into
developfrom
feature/tutorial-sandbox-naming
May 28, 2026
Merged

docs: reframe sandbox as team-shared in tutorials#184
placerda merged 1 commit into
developfrom
feature/tutorial-sandbox-naming

Conversation

@placerda
Copy link
Copy Markdown
Contributor

Tightens the sandbox framing across the three tutorials.

Why

The earlier wording called the sandbox Foundry project personal and private, and the prompt-agent quickstart's Team tip suggested giving each developer their own sandbox project. In practice the sandbox project is usually fine for a small team to share - the contrast that matters is saves never trigger CI (sandbox) vs CI promotes from here (dev), not solo vs shared.

Changes

  • Prompt-agent quickstart (4 spots): drop personal / private from the intro, prerequisites table, ASCII diagram, naming list, and skill prompt. Replace the per-developer Team tip callout with a Team scaling note that recommends one shared sandbox by default and only suggests splitting if save collisions become a real problem.
  • Hosted-agent quickstart: change per developer to shared by the team (or per-stream / per-developer if your team prefers that) and drop the leftover shared blast radius phrasing.
  • End-to-end tutorial (3 spots): drop private / personal/team author space / author's safe space framing in the env layout block, the Why a separate sandbox? callout, and the wrap-up bullets.

Validation

python -m pytest tests/ -x -q -> 773 passed, 3 skipped.

Doc-only change; no code paths affected.

The earlier wording called the sandbox Foundry project `personal`

and `private`, and the prompt-agent quickstart's Team tip

suggested giving each developer their own sandbox project. In

practice the sandbox project is usually fine for a small team to

share - the contrast that matters is `saves never trigger CI`

(sandbox) vs `CI promotes from here` (dev), not solo vs shared.

- prompt-agent quickstart: drop `personal` / `private` from the

  intro, prerequisites table, ASCII diagram, naming list, and skill

  prompt. Replace the per-developer `Team tip` callout with a

  `Team scaling` note that recommends one shared sandbox by

  default and only suggests splitting if save collisions become

  a real problem.

- hosted-agent quickstart: change `per developer` to `shared by

  the team (or per-stream / per-developer if your team prefers

  that)` and drop the leftover `shared blast radius` phrasing.

- end-to-end tutorial: drop `private` / `personal/team author

  space` / `author's safe space` framing in the env layout

  block, the `Why a separate sandbox?` callout, and the wrap-up

  bullets.

Tests: python -m pytest tests/ -x -q -> 773 passed, 3 skipped.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@placerda placerda merged commit fa6aae6 into develop May 28, 2026
12 checks passed
@placerda placerda deleted the feature/tutorial-sandbox-naming branch May 28, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant