yoi/resources/profiles/memory-consolidation.dcdl

15 lines
440 B
Plaintext

import "./base.dcdl" // {
slug = "memory-consolidation";
description = "Memory staging consolidation profile.";
scope = "workspace_read";
feature = {
task = { enabled = false; };
memory = { enabled = true; staging = true; };
web = { enabled = false; };
workers = { enabled = false; };
objective = { enabled = false; };
ticket = { enabled = false; thread = false; };
};
}