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§
- Config
Resolution - Result of configuration resolution including the final config and any warnings
- Resolved
Config - Resolved configuration combining CLI arguments and config file values
Functions§
- resolve_
final_ config - Resolves final configuration by merging CLI arguments with config file values.