feat: allow companion to manage workdirs

This commit is contained in:
2026-08-18 10:47:31 +09:00
parent a10507c54f
commit bb742e253d
3 changed files with 22 additions and 1 deletions
+4
View File
@@ -4251,6 +4251,10 @@ mod tests {
.unwrap();
assert_eq!(manifest.worker.name, "embedded-test-worker");
}
let companion = archive
.resolve_profile("builtin:companion", root.path(), "embedded-test-companion")
.unwrap();
assert!(companion.feature.manage_workdir.enabled);
}
#[test]