plugins: use config-owned layer source

This commit is contained in:
Chris Hayduk
2026-06-24 09:27:34 -04:00
parent ea66a3466f
commit d41284d898

View File

@@ -3,7 +3,6 @@ use std::fs;
use std::io::ErrorKind;
use std::path::Path;
use codex_app_server_protocol::ConfigLayerSource;
use codex_utils_path::resolve_symlink_write_paths;
use codex_utils_path::write_atomically;
use tokio::task;
@@ -13,6 +12,7 @@ use toml_edit::Table as TomlTable;
use toml_edit::value;
use crate::CONFIG_TOML_FILE;
use crate::ConfigLayerSource;
use crate::ConfigLayerStack;
use crate::ConfigLayerStackOrdering;