This page only matters if you’re having Claude build software for you. If you’re not, feel free to skip straight to agents on a schedule.
The one safe habit
Tell Claude to never change the “live” version directly — always make changes in a separate copy first, and let you look before it goes live. In GitHub terms that’s “work on a branch and open a pull request,” but you can just say it in plain English:“Make this change in a separate copy and show me before anything goes live.”This way nothing reaches your real project until you’ve okayed it. You stay the final approver.
Why this matters to you
It’s the difference between “Claude quietly changed my live site and I didn’t notice” and “Claude proposed a change, I looked, I approved it.” The second one is how you sleep at night.How Orbit helps
A code change might take a few sessions to finish. Without shared memory, each session forgets why the earlier one made its choices. With Orbit:- The reasoning behind each change is saved to your Vault, so later sessions don’t undo or contradict earlier ones.
- A decision like “we always do it this way” is followed by every session that touches the project.
Next: agents on a schedule
The fun part — Claude that works while you sleep.

