From b88c6bc57987f8250eb986f0d7c2c3dcd9659b08 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 18 Jun 2026 17:51:36 -0600 Subject: [PATCH] docs: fixed typo in memory docs header --- Memory.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Memory.md b/Memory.md index ca56e64..c6d1eae 100644 --- a/Memory.md +++ b/Memory.md @@ -1,5 +1,3 @@ -# Memory - Coyote can maintain a **persistent memory file system** that survives across sessions. Memory captures cross-session facts about you, your project, and your preferences, complementing [Sessions](Sessions) (which handle within-conversation state) and [Skills](Skills) (which are static knowledge packs).