AI Agent Hub
Back to plugins
🧠

dsh-project-memory

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install luoyuejun9/dsh-project-memory

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command: dsh plugin install luoyuejun9/dsh-project-memory, with the full source code address at https://github.com/luoyuejun9/dsh-project-memory.

About this plugin

In the DeepSeek Harness development workflow, models can often propose excellent code solutions but struggle to establish persistent, reliable project memory. dsh-project-memory is designed to address this pain point by transforming team decisions, lessons learned, and facts into versioned project records, ensuring critical information is never lost when sessions end. The core strength of this plugin lies in its "human approval" boundary mechanism; candidate memories generated by the model must undergo strict review via the /memory approve command to enter the final memory bank. Additionally, it employs an evidence-based design, recording source code relative paths, hashes, and line numbers rather than copying snippets directly, ensuring freshness and accuracy through local, deterministic search. It is ideal for software development teams that require high collaboration and knowledge retention, as storing memories as Git-friendly JSON files allows team members to easily share project context and manage memory changes using version control, maintaining consistency and alignment in complex development environments.

Use Cases

  • Need to establish persistent records for project decisions.
  • Want to ensure AI memory is based on actual code evidence.
  • Need a traceable memory bank for team collaboration.

Best For

  • Developers using DeepSeek Harness.
  • Operators managing AI model context.
  • Software development teams needing knowledge retention.