diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-24 14:27:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-24 14:27:06 +0800 |
| commit | 364981f212caaeb7ca4908122b65562baee295ac (patch) | |
| tree | f96db53c12a3585a0d870d251fb252947efaf5c3 /builtin | |
| parent | 3e30e13e7601884a8f3ec69a7899fd3e8d207e4f (diff) | |
Add priority tiers to memory entry naming conventions
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/PROMPT.md | 8 |
1 files 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. |
