Skip to main content

Module sync

Module sync 

Source
Expand description

Synchronization domain.

The transport-independent engine lives in core. Concrete transports are thin adapters layered on top of it, so adding another relay does not duplicate merge, validation, conflict, or atomic-write behavior.

Modulesยง

core
Transport-independent snapshot creation, validation, and incremental import.
directory
Thin adapter for snapshots stored in any mounted or synchronized directory.
http
HTTP client adapter over the transport-independent snapshot core.
ssh
SSH transport adapter. Codex-aware merging lives in the sibling codex module.