fix(skills): retain metadata batch limit import

This commit is contained in:
Adam Perry
2026-07-10 06:15:29 +00:00
parent 80abbcdf84
commit 06a41b8f34

View File

@@ -22,6 +22,7 @@ use codex_config::default_project_root_markers;
use codex_config::merge_toml_values;
use codex_config::project_root_markers_from_config;
use codex_exec_server::ExecutorFileSystem;
use codex_exec_server::FS_GET_METADATA_BATCH_MAX_PATHS;
use codex_exec_server::LOCAL_FS;
use codex_protocol::protocol::Product;
use codex_protocol::protocol::SkillScope;