Module config_resolver

Module config_resolver 

Source
Expand description

Configuration resolution module for context-builder.

This module provides centralized logic for merging CLI arguments with configuration file values, implementing proper precedence rules and handling complex scenarios like timestamping and output folder resolution.

Structs§

ConfigResolution
Result of configuration resolution including the final config and any warnings
ResolvedConfig
Resolved configuration combining CLI arguments and config file values

Functions§

resolve_final_config
Resolves final configuration by merging CLI arguments with config file values.