merge prompt: prune by lasting effect, not by a checklist

This commit is contained in:
victortaelin 2026-07-26 15:41:24 -03:00
parent c785447de1
commit e61c97df36

3
memo
View file

@ -386,7 +386,8 @@ def nap_prompt(d, lo, hi, left):
"1 compression remains" if left == 1 else "1 compression remains" if left == 1 else
"%d compressions remain" % left) "%d compressions remain" % left)
return ("Compress memories #%d-%d into one line of at most %d characters.\n" 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" "%s\n%s\n"
"Run: memo sleep %d-%d \"<your line>\"" "Run: memo sleep %d-%d \"<your line>\""
% (lo, hi - 1, ENTRY_CHARS, body, tail, lo, hi - 1)) % (lo, hi - 1, ENTRY_CHARS, body, tail, lo, hi - 1))