CC19990113/dsh-plugin-codegraph--packages-tree-sitter0

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

AI 分析

核心用途是提供本地免依赖的代码索引构建能力,支持 TS/JS/Python/Go。适合不希望安装外部复杂索引工具链的开发者。普通用户建议直接安装 bundle 组合包。

パッケージ
dsh-plugin-codegraph-tree-sitter
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/17

インストール

検証済み 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.

License

MIT