From f9497be6d5c5acf868ecccfe166f8a88e72cafc6 Mon Sep 17 00:00:00 2001 From: victortaelin Date: Sun, 26 Jul 2026 15:22:19 -0300 Subject: [PATCH] prompt: shorter subagent line --- README.md | 2 +- memo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21cc966..c702366 100644 --- a/README.md +++ b/README.md @@ -96,5 +96,5 @@ Never edit or delete anything under `~/.optmem/memory`: the tool manages it. Parallel sessions on this machine are all you, and may all write memories. A subagent is not: it must never run `memo`, because it cannot judge what is already known, and its notes would arrive duplicated and incorrectly. -When you spawn one, begin its task with `You are a subagent. Don't run memo.` +When you spawn one, write: `You are a subagent. Don't run memo.` ``` diff --git a/memo b/memo index 6423d8f..e7b5a38 100755 --- a/memo +++ b/memo @@ -442,7 +442,7 @@ Never edit or delete anything under `{data}`: the tool manages it. Parallel sessions on this machine are all you, and may all write memories. A subagent is not: it must never run `memo`, because it cannot judge what is already known, and its notes would arrive duplicated and incorrectly. -When you spawn one, begin its task with `You are a subagent. Don't run memo.` +When you spawn one, write: `You are a subagent. Don't run memo.` """