pub fn set_process_origin(origin: impl Into<String>)Expand description
Set the process write origin. First call wins (idempotent thereafter), so
call it once during startup before any brain write. A blank/empty value is
normalized to None (unconfigured).