Expand description
Shared daemon/TUI configuration types.
Both opensession-daemon and opensession-tui read/write daemon.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
daemon.toml). - Daemon
Settings - GitStorage
Settings - Identity
Settings - Privacy
Settings - Server
Settings - Watcher
Settings