dsh-archscope
适用于 DeepSeek Harness 的证据驱动型系统架构勘测与分析插件
AI 分析
核心用途是自动化分析和梳理系统代码库架构。适合需要对复杂代码仓库进行架构侦察、生成技术文档的软件工程师。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lvxinrong/dsh-archscope说明文档
阅读完整 README ↗Configuration
| Option | Default | Purpose |
|---|---|---|
workspaceRoot | Current DSH session workspace | Optional scan-root override; relative values resolve from the session workspace |
outputDirectory | archscope_docs | Artifact directory inside the workspace |
discoveryMaxDepth | 3 | Maximum recursive depth for Git-root discovery |
codebaseMemoryServerName | codebase_memory_mcp | DSH namespace for codebase-memory MCP tools |
indexMode | moderate | fast, moderate, or full mode for new or refreshed indexes |
evidenceProvider | spawn | DSH subagent provider for isolated read-only evidence workers |
systemConcurrency | 4 | Maximum concurrent index and evidence tasks |
evidenceContextMode | auto | auto uses full evidence within the byte limit, full always injects it, and bounded always compacts it |
fullEvidenceMaxBytes | 524288 | UTF-8 byte limit for full evidence injection in auto mode |
registerCommand | true | Register the optional /archscope command |
registerSystemScanTool | true | Register archscope_scan_system |
registerStatusTool | true | Register archscope_status |
Canonical naming is recorded in docs/brand.md. |
The ArchScope 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 "archscope-codebase-memory|codebase_memory_mcp|dsh-archscope"
For local development, run pnpm install followed by pnpm check. ArchScope is not yet published to npm, so the public install command will be documented with the first release.