Files
codex/codex-rs/app-server-protocol
Michael Bolin c0739639cd feat: migrate to new constraint-based loading strategy
This is a significant change to how layers of configuration are applied. In particular, the `ConfigLayerStack` now has two important fields:

- `layers: Vec<ConfigLayerEntry>`
- `requirements: ConfigRequirements`

We merge `TomlValue`s across the layers, but they are subject to `ConfigRequirements` before creating a `Config`.
2025-12-18 08:55:28 -08:00
..