Skip to main content

Module config

Module config 

Source
Expand description

Filesystem layout: where the daemon keeps state on disk.

~/.vibesurfer/
  daemon.sock           # the IPC socket
  active-session        # one-line session id
  state.db              # SQLite, WAL mode
  key                   # AES-256 fallback if OS keyring unavailable
  log/                  # rotating tracing output (M5+)
  captures/             # screenshot output paths (M5+)

Structsยง

Paths
Daemon-side filesystem layout.