timeline-report
Installation
SKILL.md
timeline-report: What Happened When
Turns raw observations into a readable narrative of work done across sessions.
Generating a Timeline
# Last 24 hours
python3 {SKILL_DIR}/scripts/memory_store.py timeline --hours 24 --limit 50
# Last week
python3 {SKILL_DIR}/scripts/memory_store.py timeline --hours 168 --limit 100
# All time (recent first)
python3 {SKILL_DIR}/scripts/memory_store.py stats # check oldest date first
python3 {SKILL_DIR}/scripts/memory_store.py timeline --hours 9999 --limit 200