Implement scoped memory graph and refresh defaults

This commit is contained in:
Youzini-afk
2026-04-03 20:48:07 +08:00
parent fbd8b00f1f
commit c60f60f349
21 changed files with 1706 additions and 352 deletions

View File

@@ -8,6 +8,7 @@ const GRAPH_LABEL_LENGTH_BY_TYPE = {
rule: 14,
synopsis: 16,
reflection: 14,
pov_memory: 16,
};
function normalizeLabelText(value) {