pub fn expand_file_refs(
val: Value,
base: &Path,
default_kind: AgentKind,
) -> Result<Value, LoadError>Expand description
Backward-compat adapter — resolves refs against a single-tier
cascade (only base). New callers should use
expand_file_refs_with_config to opt into the full cascade.