From 60125afe5131322dffd31e21e92a627fafc420aa Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 8 Aug 2026 12:25:45 +0000 Subject: [PATCH] Install ai-memory: add MEMORY.md Adds the root MEMORY.md placeholder per the ai-memory convention (https://github.com/brillout/ai-memory), which agents will populate and maintain with durable, human-communicated knowledge. --- MEMORY.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MEMORY.md diff --git a/MEMORY.md b/MEMORY.md new file mode 100644 index 00000000..90371ac8 --- /dev/null +++ b/MEMORY.md @@ -0,0 +1,7 @@ +No memory yet. + +AI agents store knowledge communicated by humans that they should remember across sessions in `MEMORY.md` files. + +## Before modifying this file + +Read this file's format at https://raw.githubusercontent.com/brillout/ai-memory/refs/heads/main/memory.md