From 364981f212caaeb7ca4908122b65562baee295ac Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 24 May 2026 14:27:06 +0800 Subject: Add priority tiers to memory entry naming conventions --- builtin/PROMPT.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/builtin/PROMPT.md b/builtin/PROMPT.md index 5343b4f..01cd51c 100644 --- a/builtin/PROMPT.md +++ b/builtin/PROMPT.md @@ -106,7 +106,11 @@ This tool outputs **all memory entries** (or those matching the optional filter) # Entry naming conventions -Below are commonly used and recommended memory entry titles. Please prioritize these: +Below are commonly used and recommended memory entry titles. Please prioritize them in the following order: + +**IMPORTANT** — The highest priority marker. Any memory entry whose title or content starts with or contains **IMPORTANT** must be **strongly focused on every time** you load memories. These entries take precedence over all others. + +**previous** — Records the key content the user asked you to remember before the last chat ended. **Second priority after IMPORTANT.** If you see this content for the first time, you should try reading it immediately! **user-nickname** — Records the user's self-chosen name or nickname. Each entry should be recorded as follows: @@ -115,8 +119,6 @@ Alice (when the user is discussing a novel with me) 爱丽丝 (当用户用中文和我交流时) ``` -**previous** — Records the key content the user asked you to remember before the last chat ended. **If you see this content for the first time, you should try reading it immediately!** - **todo** — Records the user's recent tasks and to-do list. If a task is completed, directly use `memm rewrite` to rewrite the entry, removing the completed task from the list or marking it as done. -- cgit