liugu2023/dsh-knowledge-sync

liugu2023★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

README 摘要

dsh-knowledge-sync English 中文 Freeze every round of a DeepSeek Harness conversation into a knowledge-base document, and let later conversations find it. A round ends, and what was asked, what was concluded, and which tools ran become one Markdown file. Nothing is sent to a model to make that happen. Later, an agent working in the same directory is told the base exists — two sentences, not the documents — and decides for itself whether to look. What you get A file per document Markdown with YAML front matter under / / - .md — a captured round ( raw ), a distilled finding, or a note the agent chose to record Worth keeping, or not written A round is captured only if it clears the salience bar — a terse "12 passed" status is not knowledge, so it is not saved Redaction before disk Tool arguments are scrubbed of credentials (tokens, --password= , .env values, PEM keys…) before the file exists, with configurable extra patterns Readable by everything Greppable, editable, and ready for version control — the files are the source of truth, with no sidecar index Recall, not injection A short pointer in the system prompt plus knowledge search and knowledge read ; the documents never enter the c…

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

分类