pub fn load_config_from_path(project_root: &Path) -> Option<Config>
Load configuration from context-builder.toml in the specified project root directory. Returns None if the file does not exist or cannot be parsed.
context-builder.toml
None