refactor: unify Memory feature configuration authority

This commit is contained in:
2026-09-04 22:55:37 +09:00
parent 5ee77698db
commit 1e674d70c2
20 changed files with 947 additions and 637 deletions
+8 -7
View File
@@ -23,7 +23,14 @@ compaction = {
feature = {
task = { enabled = true; };
memory = { enabled = true; };
memory = {
enabled = true;
resident = { inject_summary = true; };
extraction = {
enabled = true;
threshold = 50000;
};
};
web = { enabled = true; };
image = { enabled = true; };
sub_worker = { enabled = false; };
@@ -40,12 +47,6 @@ feature = {
};
};
memory = {
extract_threshold = 50000;
consolidation_threshold_files = 5;
consolidation_threshold_bytes = 50000;
};
web = {
enabled = true;
search = {