starfishwrx/dsh-git-memory
starfishwrx★ 0TypeScript最后同步: 2026-08-15
Git-backed, reviewable long-term context for DeepSeek Harness.
README 摘要
DSH Git Memory Git-backed, reviewable long-term context for DeepSeek Harness. Status: compatibility spike / pre-alpha. The current release proves the DSH integration seams and deliberately does not store user memory yet. Product direction DSH Git Memory is being built around one trust invariant: One controlled memory transaction equals one Git commit. The intended product gives DeepSeek Harness useful context on day one, then accumulates source-backed memory during normal use. Accepted memory stays local, diffable, reviewable, and revertible. What works today - Installable DSH bundle with a dsh.bundle manifest. - Stable dynamic context registered through ctx.systemPrompt.context() . - Metadata-only observation of session/event . - A direct human command: /memory status . - A read-only model tool: memory status . - Windows and Ubuntu CI. - No transcript persistence, no background model calls, and no memory writes. The spike records only aggregate event counts and timestamps in process memory. It never retains message or tool-result content. Quick start from source Prerequisites: - Node.js 24 or newer. - pnpm 11. - DeepSeek Harness 0.1.0-rc.6 . Start the Web profile, then run: The mo…
在 GitHub 查看完整 README →