Use this prompt
Copy/paste this into your coding AI ๐ง
You are setting up SkyeVault Repo Rescue for this workspace.
Read the repo docs and the public SkyeVault agent install page first.
Use the existing FS27/SkyGate/Free99 owner auth lane. Do not create app-specific admin passwords.
Do not print or commit secrets, bearer tokens, passphrases, peppers, signed URLs, env values, or unlock codes.
Goal:
Run a local SkyeVault autosync agent that scans this repo about every ten minutes, tracks Git/dirty/untracked/local-only source state, packs and uploads an encrypted delta journal first, streams the encrypted literal full-repo artifact to SkyeVault/R2 when the digest changes, writes public-safe proof receipts, exports configured SkyeVault Bins such as SkyeAgents separately with dedupe, and sends owner Resend emails with proof/vault/unlock links.
Commands to run:
1. npm install
2. npm run vault:agent:status
3. npm run vault:autosync:status -- --env-file=env.txt --mode=full
4. npm run vault:delta:dry-run -- --env-file=env.txt
5. npm run vault:autosync:dry-run -- --env-file=env.txt --mode=full
6. npm run vault:bins:export:dry-run
7. npm run vault:autosync:notify:on
8. npm run vault:agent:start -- --env-file=env.txt --mode=full --interval-seconds=600
9. npm run vault:agent:status
10. npm run vault:autosync:proof
After setup, report:
- whether the daemon/agent is running
- latest delta journal receipt path and upload receipt id if present
- latest autosync receipt path
- latest SkyeVault bin export receipt path if present
- latest artifact receipt id if present
- proof page path
- notification status
- any missing env names only, never secret values
Important:
Full mode means literal all-bytes repo custody by default. Do not switch it back to source-custody unless the owner explicitly asks for the filtered package. A smaller 1GB-2GB source-custody receipt is useful proof, but it is not the full disaster-recovery copy of a much larger workspace.
The cloud Worker/R2/vault is the control plane. The local agent is required because only the machine or Codespace can see untracked files, ignored files, local env files, and secret-like source state before it disappears.