Use code-mode 0.6 typed results - #7
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9211ba523a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
@torkbot/code-modefrom^0.3.1to^0.6.0ProgramContractAPIcontentUser journey
Sandbox-backed programs can now accumulate semantic results independently of diagnostic console output:
The successful client outcome carries those items in append order.
Stack
This PR is intentionally based on #6, the active Sandbox 0.16 upgrade, so it does not race or overwrite that work. Its own commit changes only the code-mode compatibility seam.
Validation
npm cinpm run typechecknpm test(21 tests)npm run buildnpm pack --dry-runnpm audit --omit=dev --audit-level=high(0 vulnerabilities)git diff --check