14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
import "./default.dcdl" // {
|
|
slug = "orchestrator";
|
|
description = "Ticket orchestrator profile.";
|
|
scope = "workspace_write";
|
|
|
|
feature = {
|
|
task = { enabled = true; };
|
|
memory = { enabled = true; };
|
|
web = { enabled = true; };
|
|
workers = { enabled = true; };
|
|
ticket = { enabled = true; thread = true; orchestration_control = true; };
|
|
};
|
|
}
|