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