EveGoodEvening/dsh-llmwiki0

@evegoodevening/dsh-llmwiki

Local-first, evidence-backed Markdown wiki plugin for DeepSeek Harness

包名
@evegoodevening/dsh-llmwiki
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EveGoodEvening/dsh-llmwiki

Configuration

All keys are optional; defaults are shown.

keytypedefaultconstraintmeaning
rootstring.llmwikinon-emptyWiki root directory, resolved from the process working directory
maxSourceBytesinteger2097152 (2 MiB)>= 1Maximum UTF-8 byte length of a single source content
maxPageBytesinteger524288 (512 KiB)>= 1Maximum rendered byte length of a page body
maxResultsinteger201..100Cap on llmwiki_search hits
maxSnippetBytesinteger120064..16384Cap on per-hit snippet length
commandDiagnosticLimitinteger201..100Diagnostics printed by /wiki lint before an omission notice

Unknown config keys are rejected at load time.