14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
import "./default.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; };
|
|
ticket = { enabled = false; thread = false; };
|
|
};
|
|
}
|