docs: fix memory skill link (#1096)

This commit is contained in:
Aqil Aziz
2026-05-08 14:21:11 +07:00
committed by GitHub
parent 8f39aadf0b
commit de4ecee41c
+1 -1
View File
@@ -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