Skip to main content

Module workspace_store

Module workspace_store 

Source
Expand description

Workspace persistence — stores workspace config inside the sync folder.

Each workspace has a .git-same/ directory inside its root that contains:

  • config.toml — workspace configuration
  • cache.json — discovery cache
  • sync-history.json — sync history

Structs§

WorkspaceStore
Filesystem-backed workspace store.

Constants§

CACHE_FILE
Cache file name inside the .git-same/ directory.
CONFIG_FILE
Config file name inside the .git-same/ directory.
DOT_DIR
Name of the hidden workspace metadata directory.
SYNC_HISTORY_FILE
Sync history file name inside the .git-same/ directory.