返回 Skill 列表
extension
分类: 开发与工程无需 API Key

sync-vaults

将flo-notes中的工作笔记同步到主Obsidian库中

person作者: jakexiaohubgithub

Context

  • Work vault location: ~/flo-vault (git repo)
  • Main vault location: ~/obsidian
  • Symlink: ~/obsidian/flo-vault -> ~/flo-vault

Your task

Sync the work vault into the main Obsidian vault:

  1. Ensure the symlink exists: ln -sfn ~/flo-vault ~/obsidian/flo-vault
  2. Pull latest changes: git -C ~/flo-vault pull
  3. Report what was updated (or if already up to date)

Do all of this in a single message with parallel tool calls where possible.