2 min lesson
The job: you can hand off cleanly and keep the diff reviewable
Tell someone how to act on this idea: "You can hand off cleanly and keep the diff reviewable."
Step 1 of 2
The job: you can hand off cleanly and keep the diff reviewable. Start with this check: The receiving environment has enough context. Keep it small enough to check the result yourself instead of taking the summary on trust.
Hand the rest of the run to a cloud sibling
0:52 · narratedRead this demo as text
- The local session already finished the refactor — typecheck green. What's left is the 40-minute integration suite, and that shouldn't tie up this machine.
- Switch to the cloud sibling in the sidebar — queued on the same branch, ready for the part that needs a machine, not a person watching it.
- Send it. The cloud sibling picks up the branch in its own isolated VM — local and cloud stay on the same history instead of drifting apart.
- Suite green in the cloud VM. Changes panel opens on the same branch you refactored locally — nothing diverged.
- Checks are green on the PR. Pull the branch back locally and run what the suite can't see — a type check, a read through the diff — before you merge.
Practice next: Split a stuck local run: keep the edit local, hand the long verify to a cloud session on the same branch.
Simulated Cursor 3.12 (macOS, light) — beta educational reconstruction, not the real product.