rainow/dsh-simple-wiki-memory

Plugin ⭐ 0 MIT codingmemorytools

DSH的简化版llm-wiki记忆插件,纯md文档。A lightweight long-term memory framework for DeepSeek harness, simplified LLM-Wiki. No RAG, no vector DB, no LLM calls at runtime. Just Markdown + git.

Install

~/.dsh/
├── AGENTS.md              # 索引 + 六条维护规则(自动注入每个会话)
└── workspace/             # 记忆库(git 仓库)
    ├── reference/         # 已确认记忆主题(进索引、参与检索)
    ├── pending/           # 待确认草稿(不参与检索,等你说"存档")
    ├── archive/           # 过时主题(保留、不参与检索)
    └── memory-log.md      # 追加式操作日志(审计 + 新鲜度)

Add rainow/dsh-simple-wiki-memory to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.