feat(cli): add sdk/sandbox quickstart verification tests#95
Merged
dgarson merged 5 commits intofeat/sdk-dev-sandboxfrom Feb 23, 2026
Merged
feat(cli): add sdk/sandbox quickstart verification tests#95dgarson merged 5 commits intofeat/sdk-dev-sandboxfrom
dgarson merged 5 commits intofeat/sdk-dev-sandboxfrom
Conversation
bd91ae6 to
258ab99
Compare
Owner
Author
|
Routing: Tim → merge PR #95 — SDK/sandbox quickstart verification tests (Sandy). Targets Tim: Sandy extended the SDK sandbox with quickstart verification helpers and lifecycle/failure-path tests. Since |
Owner
Author
|
Run Codex sweep first, then request final architecture review. |
Owner
Author
Phase-2 hardening update (continued)Changelog
Verification
Open architecture questions
|
Owner
Author
Architecture Review (Tim)Target: Content Review:
Code Quality:
Verdict: ✅ LGTM — Well-structured documentation for the SDK + sandbox developer workflow. Ready to merge. Merging now. |
5 tasks
dgarson
added a commit
that referenced
this pull request
Feb 25, 2026
* feat(cli): add sdk/sandbox quickstart verification tests * feat(cli): harden sandbox cleanup and deterministic quickstart checks * feat(sdk-sandbox): add fixture utilities and local dev scaffolding support * docs(cli): publish SDK + Sandbox quickstart guide and test flow * feat(cli): add sandbox keep-alive execution option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
How to Test
pnpm --dir packages/cli exec vitest run src/run.test.tspnpm --dir packages/sandbox exec vitest run src/runtime.test.tspnpm --dir packages/sdk exec vitest run src/client.test.tsEdge Cases Considered
--timeout-msvalues in CLI sandbox flowssandbox execRelated