Skip to lesson
Exit
Local and Cloud Handoff1 / 1

2 min lesson

Local/cloud handoff

Complete "Local/cloud handoff". Check the final state against the lesson before you move on.

Check your understanding

Hand a long suite run to the cloud, keep the review local.

Outcome: Suite green in the cloud, types and diff verified locally — the handoff closed the loop without losing reviewability.

Hand a long suite run to the cloud, keep the review local
Local/cloud handoff
SayI've refactored the payments module locally. What's left is the 40-minute integration suite, and I don't want my machine tied up running it.
DoSummarize where the refactor stands and what remains, so the receiving environment starts with enough context to continue.
TypeRun the integration suite on this branch in the cloud and open a PR when it's green.
DoHand the run to a cloud agent from the Agents WindowCursor's surface listing your agent runs; open a run to read its diff and search transcripts from the command palette. Press Enter for the full definition., on the same branch you refactored.
SeeThe cloud agent picks up your branch in its own isolated VM, so local and cloud don't diverge.
SeeIt runs the full suite in the VM and opens a PR with the result while you keep working locally.
DoPull the branch back and run the checks the suite can't see: a typecheck and a read through the diff.
SeeSuite green in the cloud, types and diff verified locally — the handoff closed the loop without losing reviewability.
Learn more

Optional practice

Practice: Local/cloud handoff

QYou've applied it. What actually proves the work is done, not just a plausible answer?

Finish the check to continue.