2026-04-19 01:44:41 -04:00
|
|
|
//! User-editable settings that are not part of the initial onboarding
|
|
|
|
|
//! flow. Each submodule persists a focused slice of preferences to
|
|
|
|
|
//! `<data_dir>/settings/*.json` and exposes a process-wide handle so
|
|
|
|
|
//! call sites (deep in the transport / RPC / ingest stacks) don't need
|
|
|
|
|
//! to thread a data_dir or Arc through the entire call graph.
|
|
|
|
|
|
2026-08-05 13:03:31 -04:00
|
|
|
pub mod session_policy;
|
2026-04-19 01:44:41 -04:00
|
|
|
pub mod transport;
|