lvxinrong/dsh-archscope0

dsh-archscope

适用于 DeepSeek Harness 的证据驱动型系统架构勘测与分析插件

AI 分析

核心用途是自动化分析和梳理系统代码库架构。适合需要对复杂代码仓库进行架构侦察、生成技术文档的软件工程师。

包名
dsh-archscope
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

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

Configuration

OptionDefaultPurpose
workspaceRootCurrent DSH session workspaceOptional scan-root override; relative values resolve from the session workspace
outputDirectoryarchscope_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
evidenceContextModeautoauto uses full evidence within the byte limit, full always injects it, and bounded always compacts it
fullEvidenceMaxBytes524288UTF-8 byte limit for full evidence injection in auto mode
registerCommandtrueRegister the optional /archscope command
registerSystemScanTooltrueRegister archscope_scan_system
registerStatusTooltrueRegister 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.