Repo Vault Lane
Safe archive, Git remote, or working vault folder.
For handoff packages, the repo snapshot command builds one vault-ready archive, runs a local secret scan, uploads through the same R2 receipt flow, and keeps the proof in the ledger.
Repo Vault Lane
For handoff packages, the repo snapshot command builds one vault-ready archive, runs a local secret scan, uploads through the same R2 receipt flow, and keeps the proof in the ledger.
Safety Behavior
The archive package skips local secrets, generated dependency folders, backup data, database files, private keys, old archives, and text files flagged by the credential scanner.
Full Workspace Restore
A .zip.enc means encrypted by design. It is not the final ZIP yet; it is the protected wrapper that keeps the repo locked until the direct restore kit unlocks it.
One Command Shape
If a file still ends in `.zip.enc`, it has not been unlocked yet. The real repo ZIP appears only after the restore kit decrypts it.
Best for project handoff, release proof, disaster recovery, and client-safe downloads.
Best when a developer needs normal clone, fetch, push, tags, and branch policy.
Best when a vault folder needs status, diff, commit, sync, and push proof.
Best for secrets, databases, private keys, dependency folders, and generated state.
Best when a dev or coding agent needs the exact commands, env names, auth rule, plans, and receipts.