New Features
- Timeline Report Skill — New
/timeline-reportskill generates narrative "Journey Into [Project]" reports from claude-mem's development history with token-aware economics - Git Worktree Detection — Timeline report automatically detects git worktrees and uses parent project as data source
- Compressed Context Output — Markdown context injection compressed ~53% (tables → compact flat lines), reducing token overhead in session starts
- Full Observation Fetch — Added
full=trueparameter to/api/context/injectfor fetching all observations
Improvements
- Split
TimelineRendererinto separate markdown/color rendering paths - Fixed timestamp ditto marker leaking across session summary boundaries
Security
- Removed arbitrary file write vulnerability (
dump_to_fileparameter)