From 20ee61498c3f9158dcb3c9283eb16a2fad30854a Mon Sep 17 00:00:00 2001 From: Yanxin Lu Date: Tue, 24 Mar 2026 15:36:46 -0700 Subject: [PATCH] daily summary removed --- scripts/daily_summary_prompt.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 scripts/daily_summary_prompt.md diff --git a/scripts/daily_summary_prompt.md b/scripts/daily_summary_prompt.md deleted file mode 100644 index f2d09c3..0000000 --- a/scripts/daily_summary_prompt.md +++ /dev/null @@ -1,14 +0,0 @@ -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.