From de4ecee41c999a36ad41f508a6ef7b6c26af45fc Mon Sep 17 00:00:00 2001 From: Aqil Aziz Date: Fri, 8 May 2026 14:21:11 +0700 Subject: [PATCH] docs: fix memory skill link (#1096) --- docs/MEMORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MEMORY.md b/docs/MEMORY.md index e3e0842a..6afd80ad 100644 --- a/docs/MEMORY.md +++ b/docs/MEMORY.md @@ -189,7 +189,7 @@ Memory is for **durable** signal. Things that should NOT live there: - **Conversation snippets** — quote-style notes belong in the notes tool (`note`), not memory. - **Long instructions** — anything over a few sentences should live - in `AGENTS.md` (project-level) or in a [skill](../crates/tui/src/skills.rs) + in `AGENTS.md` (project-level) or in a [skill](../crates/tui/src/skills/mod.rs) (reusable instruction packs). ## Privacy and scope