mirror
Synchronize project memory between local and remote storage. Pull merges remote changes with newest-wins; backfill pushes local entries to remote.
Instructions
Sync entries with the remote store. op='pull' merges remote entries into local (newest wins); op='backfill' pushes all local entries to remote (upsert). No-op if remote unconfigured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | pull = remote→local merge; backfill = local→remote push. | |
| project_dir | No |