pub fn load_config_pinned(
config_path: &Path,
root: &Path,
) -> Result<ResolvedConfig>Expand description
Load a pinned config file as the sole source, with no global merge (SPEC-0014 R5).
Preserves explicit-config behavior (config = … in the workspace registry),
but still re-roots relative store paths under root so the workspace
addresses its own store in multi-workspace mode.