fix: backcompat for init/defrag (#741)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-29 11:54:21 -08:00
committed by GitHub
parent 44bfd79907
commit 77ba94c7da
3 changed files with 18 additions and 9 deletions

View File

@@ -14,11 +14,7 @@ export const GLOBAL_BLOCK_LABELS = ["persona", "human"] as const;
/**
* Block labels that are stored per-project (local to the current directory).
*/
export const PROJECT_BLOCK_LABELS = [
"skills",
"loaded_skills",
"memory_filesystem",
] as const;
export const PROJECT_BLOCK_LABELS = ["skills", "loaded_skills"] as const;
/**
* All available memory block labels (derived from global + project blocks)