Skip to content

box-store-sync

Object-store synchronization, snapshots, packing, and transfer for Box state.

Entry points and registration

extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.

Implementation Purpose
box-store-sync-service.ts Box Store Sync Service
box-store-manifest.ts Box Store Manifest
store-db-snapshot-upload.ts Store DB Snapshot Upload

Dependencies and change boundaries

Declared Host dependencies: auth · experiments · mcp · source-map · telemetry.

Local mode disables remote sync; deletion and cleanup must follow that same policy.

See Configuration for activation policy and Features for support status.

← Host extension map · Host