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
+1
View File
@@ -9,6 +9,7 @@ import "./base.dcdl" // {
web = { enabled = true; };
sub_worker = { enabled = true; };
worker = { enabled = true; };
manage_workdir = { enabled = true; };
ticket = { enabled = true; authoring = true; thread = true; };
};
}