sync_push
Push local .context/ files to remote Git and auto-generate SUMMARY.md for persisting AI agent memory across devices.
Instructions
Push local .context/ files to remote git. Auto-generates SUMMARY.md. Use only for save/upload/push requests such as /sync-save, 'sync push', 'save context', or 'upload context'. Do NOT use this tool for pull/load/restore/new-device recovery requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | Optional: custom SUMMARY.md content. If omitted, auto-generated from existing context files. | |
| project_path | No | Optional: absolute path to the target project. If omitted, uses CONTEXT_SYNC_PROJECT_PATH env var or current working directory. |