cuemap_project_sync
Synchronize project changes with an S3 sync root by pushing local updates and pulling remote changes, while rejecting divergent histories to maintain consistency.
Instructions
Fast-forward a project through immutable history at an S3 sync root. Pushes local-only changes, pulls remote-only changes, and refuses divergent histories or stale concurrent writes. Use only after explicit approval of the project and exact S3 root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | Yes | Exact S3 root used for this project's sync history. | |
| project | No | Project ID to synchronize. Defaults to the repository-scoped project. | |
| confirmed | No | Must be true after explicit user approval of the project and S3 sync root. |