lvxinrong/Kantu0

dsh-kantu

Evidence-driven architecture reconnaissance for DeepSeek Harness

包名
dsh-kantu
版本
0.0.0
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lvxinrong/Kantu

Configuration

OptionDefaultPurpose
workspaceRootCurrent DSH session workspaceOptional scan-root override; relative values resolve from the session workspace
outputDirectorykantu_docsArtifact directory inside the workspace
discoveryMaxDepth3Maximum recursive depth for Git-root discovery
codebaseMemoryServerNamecodebase_memory_mcpDSH namespace for codebase-memory MCP tools
indexModemoderatefast, moderate, or full mode for new or refreshed indexes
evidenceProviderspawnDSH subagent provider for isolated read-only evidence workers
systemConcurrency4Maximum concurrent index and evidence tasks
registerCommandtrueRegister the optional /kantu command
registerSystemScanTooltrueRegister kantu_scan_system
registerStatusTooltrueRegister kantu_status

The Kantu bundle also mounts the official DeepSeek Harness @deepseek-ai/dsh-mcp-client and starts codebase-memory-mcp over stdio. Before starting DSH, make sure that executable is available on PATH:

command -v codebase-memory-mcp

After installing the plugin, verify that both configuration layers are present:

dsh --profile web --dump-config | rg -n -C 6 "kantu-codebase-memory|codebase_memory_mcp|dsh-kantu"

For local development, run pnpm install followed by pnpm check. Kantu is not yet published to npm, so the public install command will be documented with the first release.