sync_load
Restore project context by pulling .context/ files from remote Git and returning their contents. Use to load or recover context on a new device.
Instructions
Pull latest .context/ files from remote git and return their contents. Use for load/pull/restore/recover requests such as /sync-load, 'sync pull', 'pull context', 'load context', or 'restore context on a new device'. Do NOT use sync_push for these requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Optional: load only a specific topic file | |
| project_path | No | Optional: absolute path to the target project. If omitted, uses CONTEXT_SYNC_PROJECT_PATH env var or current working directory. |