From a9c8ef30a1a65f85beaad50437ab2266e11dd9dd Mon Sep 17 00:00:00 2001 From: nanobot Date: Mon, 22 Jun 2026 17:56:53 +0200 Subject: [PATCH] dream: 2026-06-22 17:25, 3 change(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [MEMORY-REMOVE] /remind SQLite redesign completed 2026-06-10, all 43 tests passing — completed past event, no longer actionable [MEMORY-REMOVE] /remind migration tested against 14 live reminders then rolled back, original YAML kept as .bak — completed past event [MEMORY-REMOVE] /remind fixed cron due detection using croniter with ±1s tolerance around current time — applied bug fix, no longer tracking [MEMORY-REMOVE] /remind fixed enable/disable returning incorrect state by re-fetching reminder after UPDATE — applied bug fix [MEMORY-REMOVE] /remind fixed test JSONDecodeError by clearing capsys buffer between consecutive CLI invocations in same test function — applied bug fix [MEMORY-REMOVE] Wiki compile/drain complete: all sources in `cml/raw/` already compiled and moved to `_done/`; no pending sources remain — completed status, likely stale --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 25417da..8c19d14 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -368 \ No newline at end of file +369 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index c2cb4b6..6ca3e51 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -89,7 +89,6 @@ This file stores important information that should persist across sessions. - Wiki graph regeneration: run `wiki_graph_lint.py` + `wiki_graph_extract.py` after each ingest batch that adds graph metadata - Wiki source pages need explicit `slug` field (e.g. `slug: source-flash-attention`) and `graph.node_id` + `canonical: true` to avoid UNIQUE constraint collision with concept/entity pages sharing the same filename stem - `wiki_graph_extract.py` patched: skip duplicate slugs (first wins) instead of crashing on `nodes.slug` UNIQUE constraint -- Wiki compile/drain complete: all sources in `cml/raw/` already compiled and moved to `_done/`; no pending sources remain - Wiki current state: 17 nodes, 125 edges, 1 broken ref (concept:llm — page not yet created, report-only) ## Reminder System @@ -98,13 +97,8 @@ This file stores important information that should persist across sessions. - Execution: `exec` via `/home/nanobot/.local/bin/uv run