CC19990113/dsh-plugin-codegraph--packages-tree-sitter ↗★ 0
dsh-plugin-codegraph-tree-sitter
Self-built code-graph indexer for DeepSeek Harness — parses a workspace with web-tree-sitter and writes schema version 4 to .codegraph/codegraph.db, the same on-disk format the codegraph CLI writes, so no external indexer is required
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗dsh-plugin-codegraph-tree-sitter
Self-built code-graph indexer. Parses TypeScript, TSX, JavaScript, JSX, Python, and Go with web-tree-sitter and writes schema version 4 to .codegraph/codegraph.db, so a workspace needs no external indexer. Registers only an indexer, never a store.
Part of dsh-plugin-codegraph — structural code intelligence for DeepSeek Harness.
Most users should install the bundle instead, which mounts this package and its siblings in one layer:
dsh plugin --profile add dsh-plugin-codegraph
See the project README for setup, configuration, and the full tool reference.