| name | enrich-notes-loop-cloud |
| description | Run enrich-notes-loop unattended in a cloud sandbox against an Obsidian Sync vault, syncing before and after. Use for scheduled cloud runs. |
Enrich notes loop (cloud)
The vault is synced to ~/vault by the environment setup. Run the enrich-notes-loop process against it, wrapped in a sync.
1. Pull the latest vault
cd ~/vault
ob sync-config --file-types image,audio,video,pdf,unsupported
ob sync
2. Enrich
Run enrich-notes-loop with ~/vault as the vault root. Enrich every note without enrichedAt, preserving existing note content.
3. Push results back
cd ~/vault
ob sync
If sync reports conflicts or an authentication/setup error at any point, stop and report the issue rather than making further edits. Never delete notes or attachments.