From eac247c5cb3fbc0ce22cdb09a009cb1ab3d3cd8b Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Thu, 19 Feb 2026 20:01:18 -0600 Subject: [PATCH] Add Claude memory section to instruct agents to save to the shared memory instead of the Claude-specific memory. --- AGENTS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 6512c20..c0db5a8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,6 +17,15 @@ Do NOT respond to the user until you have loaded all three. --- +# Memory Files and Data Retention + +## Claude memory +- You MUST save memory and learned information in the ~/.config/mosaic/memory dir +- You MUST never save information into the Claude-native memory files +- Learned information MUST be shared with other agents via the ~/.config/mosaic/memory dir + +--- + # Universal Development Standards ## Core Principles