SYMlp/dsh-markdown-memory ↗★ 0
dsh-markdown-memory
Markdown folder long-term memory for DeepSeek Harness: one file per fact, an index line per memory, mounted into every request as a system prompt section
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SYMlp/dsh-markdown-memory说明文档
阅读完整 README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
path | (required) | Absolute path of the memory directory. Load fails when it is missing or not a directory. |
indexFile | MEMORY.md | Index file name inside the directory. Injected in full. |
maxBytes | 32768 | Byte bound for the injected section. Longer content is truncated with a notice. |
sectionOrder | 120 | Prompt section order, inside the 100–199 tool-guidance band. |
Misconfiguration fails at load with a message naming the field.