forked from Rockachopa/Timmy-time-dashboard
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>