From 5ef9e0dff343a0ba2675d6918a38351d8aa3004d Mon Sep 17 00:00:00 2001 From: nanobot Date: Tue, 2 Jun 2026 20:21:00 +0200 Subject: [PATCH] dream: 2026-06-02 20:16, 2 change(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [MEMORY] User wants important reports saved to `results/` directory with descriptive, date-prefixed filenames (e.g., `2026-06-02_remind-skill-analysis-and-improvements.md`) [MEMORY] `/remind` skill critical issues: one-time `at` reminders fire repeatedly (60s tolerance window), non-atomic YAML writes, fragile manual YAML string construction, missing `list` subcommand, no tests for edit/send scripts, race condition between edit and send without file locking [MEMORY] `/remind` fix priorities: P0 = atomic writes + deduplicate one-time reminders; P1 = `list` command + proper YAML serialization + validation; P2 = add tests; P3 = SQLite state tracking + edit command + cron step syntax [MEMORY-REMOVE] "User is considering consolidating remind skill into a single script" — superseded by concrete analysis with assigned fix priorities [MEMORY-REMOVE] "User is evaluating SQLite vs YAML for remind skill data storage" — superseded; P3 now explicitly includes SQLite state tracking --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 8975db9..65de502 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -293 \ No newline at end of file +294 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index e2daea0..4865e16 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -8,6 +8,9 @@ This file stores important information that should persist across sessions. ## Preferences +### Report / result files +- Save important reports to `results/` directory with descriptive, date-prefixed filenames (e.g., `2026-06-02_remind-skill-analysis-and-improvements.md`) + ### Script-writing convention - Location: always save scripts in the `scripts/` directory. - Language choice: @@ -52,8 +55,8 @@ This file stores important information that should persist across sessions. - Execution: `exec` via `/home/nanobot/.local/bin/uv run