From 0506f4919bc4ef469fed6e8f775e18713d1dfabb Mon Sep 17 00:00:00 2001 From: victortaelin Date: Sun, 26 Jul 2026 15:21:46 -0300 Subject: [PATCH] prompt: the subagent line is a spawn-time instruction, not a per-message prefix --- README.md | 2 +- memo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e010275..21cc966 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. -Start every brief you send one with `You are a subagent. Don't run memo.` +When you spawn one, begin its task with `You are a subagent. Don't run memo.` ``` diff --git a/memo b/memo index cdc28fd..6423d8f 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. -Start every brief you send one with `You are a subagent. Don't run memo.` +When you spawn one, begin its task with `You are a subagent. Don't run memo.` """