mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
chore: add ConfigLayerStack as a field of Config (#8448)
This should make it easier to load `.codex/skills/` and `.codex/rules/` properly throughout.
This commit is contained in:
@@ -52,7 +52,7 @@ impl ConfigLayerEntry {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Default, PartialEq)]
|
||||
pub struct ConfigLayerStack {
|
||||
/// Layers are listed from lowest precedence (base) to highest (top), so
|
||||
/// later entries in the Vec override earlier ones.
|
||||
|
||||
Reference in New Issue
Block a user