yoi/resources/profiles/companion.dcdl

14 lines
361 B
Plaintext

import "./default.dcdl" // {
slug = "companion";
description = "Workspace companion profile.";
scope = "workspace_write";
feature = {
task = { enabled = true; };
memory = { enabled = true; };
web = { enabled = true; };
workers = { enabled = true; };
ticket_orchestration = { enabled = false; };
};
}