From e26f7e141b2a3447e9988eb327b3aa2219861a55 Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 7 Feb 2026 14:11:22 +0000 Subject: [PATCH] brain-dump: fix edit usage message, clean test data --- bin/brain-dump | 2 +- memory/brain-dump.json | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bin/brain-dump b/bin/brain-dump index cc25ea4..a127b8a 100755 --- a/bin/brain-dump +++ b/bin/brain-dump @@ -112,7 +112,7 @@ function cmdAdd(args) { function cmdEdit(args) { const id = args[0]; - if (!id) { console.error('Usage: brain-dump edit [--text ...] [--priority ...] [--context ...] [--frequency ...] [--when ...] [--note ...]'); process.exit(1); } + if (!id) { console.error('Usage: brain-dump edit [--text ...] [--priority ...] [--context ...] [--frequency ...] [--when ...]'); process.exit(1); } const data = load(); diff --git a/memory/brain-dump.json b/memory/brain-dump.json index f2bade1..792739a 100644 --- a/memory/brain-dump.json +++ b/memory/brain-dump.json @@ -1,9 +1,9 @@ { - "description": "Task tracking \u2014 auto-captured from chat or manually added. Done tasks get deleted.", + "description": "Task tracking — auto-captured from chat or manually added. Done tasks get deleted.", "recurring": [ { "id": "843efabf", - "text": "Nose shower \ud83d\udc43\ud83d\udebf", + "text": "Nose shower 👃🚿", "frequency": "daily", "when": "evening", "context": "Remind in evening, whether work just wrapped up or already relaxing" @@ -22,13 +22,15 @@ "added": "2026-02-07", "text": "Set up MCP server for Forgejo instance", "priority": "soon", - "context": "Phase 1: MCP server for interactive Claude web sessions (fork + PR workflow). Phase 2: Automated issue-solving pipeline with clarification comments." + "context": "Phase 1: MCP server for interactive Claude web sessions (fork + PR workflow). Phase 2: Automated issue-solving pipeline with clarification comments.", + "lastNudged": "2026-02-07T14:11:07.284Z" }, { "id": "0902aaba", "added": "2026-02-07", "text": "TYPO3 v13 upgrade for GBV", - "priority": "soon" + "priority": "soon", + "lastNudged": "2026-02-07T14:11:07.284Z" } ] }