Expand description
Artifact synchronization (pull/push) for backend mode. Artifact synchronization service for backend mode.
Orchestrates pull (backend → local) and push (local → backend) flows for change artifacts, including revision metadata tracking and timestamped local backup snapshots.
Functions§
- map_
backend_ error - Convert a
BackendErrorto aCoreError(public API for CLI use). - pull_
artifacts - Pull artifacts from the backend for a change and write them locally.
- push_
artifacts - Push local artifacts to the backend with revision conflict detection.