Expand description
Shared daemon/TUI configuration types.
Both opensession-daemon and opensession-tui read/write opensession.toml
using these types. Daemon-specific logic (watch-path resolution, project
config merging) lives in the daemon crate; TUI-specific logic (settings
layout, field editing) lives in the TUI crate.
Structs§
- Daemon
Config - Top-level daemon configuration (persisted as
opensession.toml). - Daemon
Settings - GitRetention
Settings - GitStorage
Settings - Identity
Settings - Privacy
Settings - Server
Settings - Watcher
Settings
Enums§
Constants§
- CONFIG_
FILE_ NAME - Canonical config file name used by daemon/cli/tui.
- DEFAULT_
WATCH_ PATHS