refactor!(memory): Streamline memory terminology and architecture

This commit is contained in:
2026-07-19 07:03:03 +05:30
parent b4bf70dbae
commit 1ed1edf4cf
15 changed files with 59 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ export function PromptModal({ entry, onClose }: PromptModalProps) {
{
label: "Memory Ledger",
type: "memories",
content: ledgerStr || "(No memory buffer entries.)",
content: ledgerStr || "(No memory ledger entries.)",
},
];