diff --git a/codex-rs/core-skills/src/manager.rs b/codex-rs/core-skills/src/manager.rs index e8cd3af0bd..420ef2cbab 100644 --- a/codex-rs/core-skills/src/manager.rs +++ b/codex-rs/core-skills/src/manager.rs @@ -28,9 +28,7 @@ use codex_exec_server::ExecutorFileSystem; #[derive(Clone)] pub struct SkillsLoadInput { pub env_path: EnvironmentPathRef, - /// Local absolute skill roots use this filesystem when local exec is available. - /// Repo-relative roots still use `env_path`, so remote turns do not accidentally - /// read local user/system/plugin skill paths from the remote filesystem. + /// Local user/system/plugin skill roots are read from this filesystem for now. pub local_file_system: Option>, pub effective_skill_roots: Vec, pub config_layer_stack: ConfigLayerStack,