pub fn set_active_profile(name: &str) -> Result<Profile, String>
Sets the active profile for the current process by updating LEAN_CTX_PROFILE.
LEAN_CTX_PROFILE
Returns the resolved profile after applying inheritance.