fonlan/dsh-gitmemo

fonlan★ 0JavaScript最后同步: 2026-08-19

在 GitHub 打开

README 摘要

dsh-gitmemo English 简体中文 Git-backed long-term memory for DeepSeek Harness (dsh) — a Cordis plugin mirroring GitMemo. The agent stores completed task outcomes as markdown entries in a local .mem Git repository and searches them before starting new work. Git is the only dependency, and no manual memory commands are ever needed. Key Characteristics - Extremely simple — once installed, no manual memory commands in day-to-day tasks - Fully automated — the agent runs init , search , read , write , delete as part of its normal task flow - Local-only & offline — memory lives in a local .mem Git repository; no cloud dependency - Git-only — no runtime dependency beyond the git CLI - Token-efficient — reuses prior conclusions via mem search instead of re-injecting context - Prevents context bloat — search-first workflow; the skill caps reads at 5 relevant memories - Auditable — every memory action is a commit in .mem 's Git history - Traceable — each memory can be traced and replayed from commit history - Branch-aligned — the .mem branch follows the project's current branch on writes What the Plugin Provides Piece Description mem init Initialize the .mem repository (all other tools auto-initi…

在 GitHub 查看完整 README →
工具/开发dsh-pluginagentsearch

分类