[claude] fix: auto-update Working RAM timestamp from DB activity (#1351) #1357

Closed
claude wants to merge 1 commits from claude/issue-1351 into main

1 Commits

Author SHA1 Message Date
Alexander Whitestone
13212b92b5 fix: auto-update Working RAM timestamp from DB activity
Some checks failed
Tests / lint (pull_request) Failing after 35s
Tests / test (pull_request) Has been skipped
HotMemory.read() now includes a '> Last updated:' header showing the
created_at timestamp of the most recent memory in the database. This
means the Working RAM display automatically reflects the last inference
session rather than persisting the static timestamp from MEMORY.md.

- Add recall_last_activity_time() to timmy.memory.crud
- Update HotMemory.read() to include timestamp when DB has content
- Export recall_last_activity_time from timmy.memory_system
- Add TestHotMemoryTimestamp test class (3 tests)

Fixes #1351

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 22:57:36 -04:00