Enrich Notes Loop Cloud

Run enrich-notes-loop unattended in a cloud sandbox against an Obsidian Sync vault, syncing before and after. Use for scheduled cloud runs.

bholmesdev f471cde 904 B Updated

File contents

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.

bholmesdev/llm-knowledge-base-skills/tree/main/skills/enrich-notes-loop-cloud commit f471cdeed6

Frequently asked questions

npx skillmds@latest add bholmesdev/enrich-notes-loop-cloud