pub fn load_profile(name: &str) -> Option<Profile>Expand description
Loads a profile by name with full resolution:
- Project-local
.lean-ctx/profiles/<name>.toml - Global
~/.lean-ctx/profiles/<name>.toml - Built-in defaults
Applies inheritance chain (max depth 5 to prevent cycles).