Bundle
@hrhgit/dsh-codegraph
Question-driven code architecture scenes for DeepSeek Harness
- Source
- hrhgit
- License
- MIT
- Updated
- Updated yesterday
Readme
# dsh-codegraph `dsh-codegraph` is a question-driven code explanation plugin for DeepSeek Harness. The main agent delegates read-only investigation to a continuable child and presents a focused, evidence-backed architecture scene in better-sidebar. The model submits only `dsh-codegraph.scene.v1` JSON. The plugin owns validation, persistence, fixed React components, and deterministic layout. Node names, relationships, and one-line takeaways stay visible; scene notes, fuller explanations, evidence paths, and line ranges expand on demand. The sidebar is a viewer—not a second chat or a free-form diagram editor. Compatibility target: DeepSeek Harness `0.1.2-alpha.1` and better-sidebar `0.17.1`. See [README.zh-CN.md](./README.zh-CN.md) for the full product boundary and development commands.
Install
dsh plugin --profile web add github:hrhgit/dsh-codegraph
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install hrhgit-dsh-codegraph from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.