xiaozhugez/dsh-project-memory

xiaozhugez★ 1TypeScript最后同步: 2026-08-19

在 GitHub 打开

A DeepSeek Harness plugin that records project pitfalls and user coding habits, injecting them into future conversations so the AI gets smarter the more you use it./一个 DeepSeek Harness 插件,记录项目踩坑和用户代码习惯,在后续对话中自动注入,让 AI 越用越懂你。

README 摘要

dsh-project-memory English 中文 English A DeepSeek Harness plugin that lets the AI learn from each project — recording pitfalls and user coding habits, then injecting them into future conversations so the AI gets smarter the more you use it. What it does When you hit a common error, show a coding habit, or explicitly ask the AI to remember something, the AI calls the memory write tool to save it. Every future conversation in that project (or across all projects, for user-scoped memories) automatically receives those memories as context, so the AI builds on past lessons without being told again. Three contributions: Contribution Who uses it What it does memory write tool the AI model Records a pitfall, habit, preference, or fact agent/pre-step injection automatic Prepends all memories to every model request /memory command you (human) View, add, edit, delete, and clear memories Two scopes - User memory ( user ) — applies to all projects . Lives in /memory.yaml ( /.dsh/memory.yaml by default). - Project memory ( project ) — applies to the current project only . Lives in /.dsh/memory.yaml , where project root is the nearest .git ancestor directory. Both scopes are human-editable (the YA…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-plugin

分类