Sync memories with git remote (push, fetch, or full sync)
/plugin marketplace add zircote/subcog/plugin install zircote-subcog@zircote/subcog[--push | --fetch | --full]# /subcog:sync Synchronize memories with the configured git remote repository. ## Usage ## Arguments <arguments> 1. **--push**: Push local memories to remote (upload only) 2. **--fetch**: Fetch remote memories to local (download only) 3. **--full** (default): Bidirectional sync (fetch then push) </arguments> ## Execution Strategy <strategy> **CLI Execution:** Uses the `subcog sync` CLI command: **Note:** Sync operates on git notes, which are stored in `refs/notes/subcog`. </strategy> ## Examples <examples> **Full sync (recommended):** **Push only (after capturing new memories)...