merge architecture
PROTOCOL_SPEC / KINETIC_TERMINAL
Collaboration at the speed of local state
Sykes VCS is a CRDT-native version control interface for teams that need branches, reviews, and sync to feel immediate, even before every peer agrees on the network.
sykes init --cloudflare-worker 
sync without waiting
Cloudflare deployment
PROTOCOL_SPEC
Engineered for hostile collaboration paths
Sykes VCS is presented as a high-performance control surface for CRDT-backed source state: branch movement, conflict explanation, and deployment metadata sit in one low-latency interface.
CRDT Core
Operation logs are designed around deterministic convergence instead of lock-heavy central coordination.
Peer Mesh
Branches can move through a local-first mesh so teams keep working when the network gets rough.
Fast Snapshots
Repository state is treated as a compact timeline, making branch previews and rollbacks feel immediate.
Rust Boundary
The system is shaped for a memory-safe core with a small, auditable surface area for tooling.
[SYS] Initializing Sykes VCS shell... [OK]
[SYS] Mounting CRDT timeline adapters... [OK]
[SYS] Preparing Cloudflare Worker asset binding... [READY]
EDGE_TARGET
CLOUDFLARE WORKERSSYNC_MODEL
OP-BASED CRDTREPO_STATE
LOCAL-FIRST CACHEDOMAIN_MESH
3 ROUTES ARMEDsykes init --cloudflare-worker DOMAIN_MESH
One brand, three technical routes
The Worker config is prepared for the main product domain and the two owned companion domains so the project can grow into database and CRDT protocol surfaces.
DEPLOYMENT_READY
A Svelte 5 site wired for Cloudflare
The landing page is built with runes-mode Svelte 5, SvelteKit, Tailwind 4 tooling, and Cloudflare Worker deployment output.
OPEN_SYKES_VCS.COM