pub const LOG_DIR_ENV: &str = "AI_MEMORY_LOG_DIR";
Environment variable consulted for the operational log directory override. Read with std::env::var_os so non-UTF-8 paths on Windows pass through unchanged.
std::env::var_os