From 9ae2ea089026a7126f33b88ba0de1874f7d552e7 Mon Sep 17 00:00:00 2001 From: nanobot Date: Sat, 30 May 2026 09:13:31 +0200 Subject: [PATCH] dream: 2026-05-30 07:45, 3 change(s) [MEMORY] /note skill uses SQLite instead of markdown for backend storage [MEMORY] User is considering consolidating remind skill into a single script [MEMORY] User is evaluating SQLite vs YAML for remind skill data storage --- USER.md | 5 ++--- memory/.dream_cursor | 2 +- memory/MEMORY.md | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/USER.md b/USER.md index e370f1f..d408c15 100644 --- a/USER.md +++ b/USER.md @@ -48,6 +48,5 @@ - Drž se toho, co můžu ovlivnit; zbytek nech být - Když je něco špatně, řekni mi to přímo a bez příkras - -## workspace/keep.md -Explicit user facts. Read at every turn, apply where relevant. Edits via `/keep` skill only. +## Extra details +Explicit user facts is stored in `keep.md`. Read at every turn. diff --git a/memory/.dream_cursor b/memory/.dream_cursor index c687640..9e6181a 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -278 \ No newline at end of file +285 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index a43e3fd..189011f 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -28,6 +28,7 @@ This file stores important information that should persist across sessions. - Docker CLI is unavailable in the current runtime environment - Ollama cloud subscription: na požádání zobrazit aktuální využití (usage) - Ollama cloud limity: 5hodinová session, 7denní týdenní okno +- `/note` skill: backend storage uses SQLite (not markdown) ## Reminder System @@ -35,6 +36,8 @@ This file stores important information that should persist across sessions. - Execution: `exec` via `/home/nanobot/.local/bin/uv run