Skip to content

Data location and safety

HostDurable dataHow writes reach it
Web Editor, direct-file modeThe .eidos file you selectedSave writes after browser permission and conflict checks
Web Editor, imported-copy modeA file you save or downloadThe in-browser working copy is not the original; use Save As or download
CLI commandsThe path passed to eidosSuccessful mutations commit atomically to that file
CLI ServeThe path passed to eidos serveEach committed editor mutation writes through to the file
Eidos Lite.eidos files in the ordinary Space folderRuntime mutations write to those local files; history is a separate layer

No supported host requires uploading a file merely to query or edit it.

  1. Keep ordinary backups of important .eidos files or the whole Space.
  2. Do not edit the same file through multiple writers at once. Close the other host if you see a busy, locked, or external-change warning.
  3. Watch the titlebar save state before closing a browser tab.
  4. Use Save As when write permission is unavailable or the original changed outside Eidos.
  5. After automated writes, run full validation.
Terminal window
eidos important.eidos validate --level full

It is reasonable to inspect an Eidos File with SQLite tools. Direct SQL writes are not a supported editing boundary because they can bypass revision, canonical value, relation, derived-field, and validation rules. Use Runtime or the CLI for changes.