MCPcopy Index your code
hub / github.com/codeaashu/claude-code / memoryFreshnessNote

Function memoryFreshnessNote

src/memdir/memoryAge.ts:49–53  ·  view source on GitHub ↗
(mtimeMs: number)

Source from the content-addressed store, hash-verified

47 * don't add their own system-reminder wrapper (e.g. FileReadTool output).
48 */
49export function memoryFreshnessNote(mtimeMs: number): string {
50 const text = memoryFreshnessText(mtimeMs)
51 if (!text) return ''
52 return `<system-reminder>${text}</system-reminder>\n`
53}
54

Callers 1

Calls 1

memoryFreshnessTextFunction · 0.85

Tested by

no test coverage detected