docs(sandbox): document bring your own deps - #708
Conversation
Adds a bring your own deps (BYOD) section to the custom dependencies page and reframes the page around the three ways to add tooling to the sandbox: setup script, tembo.nix, and BYOD. - Comparison table up top so readers can pick an approach. - BYOD: what config the agent reads, how to generate an environment, statuses, building it into projects, and editing/regenerating the flake. - New 'How the approaches combine' section covering the tembo.nix merge (repo tembo.nix wins on conflicts) and setup scripts layering on top. - Existing tembo.nix content kept intact under its own heading. Co-authored-by: Connor <56210769+Coleary005@users.noreply.github.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Requesting review from @DarrenBaldwin07 who has experience with the following files modified in this PR:
|
|
Holding this PR for two blockers:
Recommendation: do not merge yet. Update the docs to the final product behavior after monorepo#10109 merges, appears in a published Tembo release, and that release is successfully deployed to production. |
Adds bring your own deps (BYOD) to Custom Dependencies, and reframes the page around the three ways to get tooling into the sandbox instead of just two.
What changed
tembo.nixvs. bring your own deps, with what you write, the scope, and what each is best for.devcontainer.json,.tool-versions/.nvmrc/.python-version/etc., language manifests and lockfiles, existing Nix files)Bring Your Own Deps: <name>generation session and thebuilding/ready/failedstatuses, plus the note that the badge doesn't auto-refreshPATH)flake.locktembo.nix. Each selected repo'stembo.nixis merged into the generated dev shell and wins on conflicts, and setup scripts still run on top, inside the environment.tembo.nixcontent is unchanged, just nested under its own heading.Availability framing
BYOD is currently gated to internal users, org admins, and the Max/Enterprise entitlement, so it is not reachable in production yet. I documented it as early access, not yet enabled for every workspace, with a book-a-call link — matching how
tembo.nixand Projects are already framed on the site. Happy to soften it to internal-only, or hold the section behind a follow-up, if you'd rather it not be public until the feature ships.Verification
mint broken-linkspasses with no broken links.Note
Cursor Bugbot is generating a summary for commit 96c4a3d. Configure here.