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, streams an encrypted source-custody artifact to SkyeVault/R2 when the digest changes, writes public-safe proof receipts, 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:autosync:dry-run -- --env-file=env.txt --mode=full
5. npm run vault:autosync:notify:on
6. npm run vault:agent:start -- --env-file=env.txt --mode=full --interval-seconds=600
7. npm run vault:agent:status
8. npm run vault:autosync:proof
After setup, report:
- whether the daemon/agent is running
- latest autosync receipt path
- latest artifact receipt id if present
- proof page path
- notification status
- any missing env names only, never secret values
Important:
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.