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 configurationcache.json— discovery cachesync-history.json— sync history
Structs§
- Workspace
Store - 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.