pub fn load_explicit_project_envelope_v1(
project_root: &Path,
configuration_path: &Path,
) -> Result<CliProjectEnvelopeV1, CliProjectEnvelopeErrorV1>Expand description
Loads one caller-named public configuration document. This is intentionally
not configuration discovery: neither project_root nor source_roots are
opened, scanned, globbed, or resolved here.