pub fn executor_for_cwd(cwd: impl Into<PathBuf>) -> Arc<dyn ToolExecutor> ⓘExpand description
Build a local executor with an explicit cwd. Kept for callers/tests that
predate the runtime selection; daemon startup uses executor_for_kind.
pub fn executor_for_cwd(cwd: impl Into<PathBuf>) -> Arc<dyn ToolExecutor> ⓘBuild a local executor with an explicit cwd. Kept for callers/tests that
predate the runtime selection; daemon startup uses executor_for_kind.