From e61c97df36a4bf3a259eec0c5989e77b3e75a8f4 Mon Sep 17 00:00:00 2001 From: victortaelin Date: Sun, 26 Jul 2026 15:41:24 -0300 Subject: [PATCH] merge prompt: prune by lasting effect, not by a checklist --- memo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/memo b/memo index 9be3000..33f2b3d 100755 --- a/memo +++ b/memo @@ -386,7 +386,8 @@ def nap_prompt(d, lo, hi, left): "1 compression remains" if left == 1 else "%d compressions remain" % left) return ("Compress memories #%d-%d into one line of at most %d characters.\n" - "Drop wording, not facts. Invent nothing.\n\n" + "Keep what has lasting effect, drop what does not. Invent " + "nothing.\n\n" "%s\n%s\n" "Run: memo sleep %d-%d \"\"" % (lo, hi - 1, ENTRY_CHARS, body, tail, lo, hi - 1))