🔅 memoryAge.ts

This commit is contained in:
nirholas
2026-03-31 10:23:43 +00:00
parent 69a6bd4656
commit 1c4c179c77

View File

@@ -51,3 +51,4 @@ export function memoryFreshnessNote(mtimeMs: number): string {
if (!text) return ''
return `<system-reminder>${text}</system-reminder>\n`
}