From a39233a299d7af55ccde2d2d319f42617f65acde Mon Sep 17 00:00:00 2001 From: Yanxin Lu Date: Tue, 24 Mar 2026 14:55:59 -0700 Subject: [PATCH] daily summary --- scripts/daily_summary_prompt.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/daily_summary_prompt.md diff --git a/scripts/daily_summary_prompt.md b/scripts/daily_summary_prompt.md new file mode 100644 index 0000000..f2d09c3 --- /dev/null +++ b/scripts/daily_summary_prompt.md @@ -0,0 +1,14 @@ +Write today's daily summary to memory/YYYY-MM-DD.md (use today's date). + +Read recent conversation history and session logs to determine what happened today. + +Include: +1. **Conversations** — key topics discussed with the user today +2. **Actions Taken** — tasks completed, files changed, emails sent, calendar events created +3. **Decisions** — important choices made and their reasoning +4. **Pending** — open items or follow-ups for tomorrow +5. **Lessons** — anything learned that future sessions should know + +If nothing happened today (no conversations, no heartbeat activity), write nothing and exit silently. + +After writing the daily summary, review the last 7 days of memory/ files and update MEMORY.md if any patterns, recurring topics, or important long-term context should be captured. Remove outdated info from MEMORY.md that's no longer relevant.