16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
import "./base.dcdl" // {
|
|
slug = "companion";
|
|
description = "Workspace companion profile.";
|
|
scope = "workspace_write";
|
|
|
|
feature = {
|
|
task = { enabled = true; };
|
|
memory = { enabled = true; };
|
|
web = { enabled = true; };
|
|
sub_worker = { enabled = true; };
|
|
worker = { enabled = true; };
|
|
manage_workdir = { enabled = true; };
|
|
ticket = { enabled = true; authoring = true; thread = true; };
|
|
};
|
|
}
|