CC19990113/dsh-plugin-codegraph--packages-sqlite ↗★ 0
dsh-plugin-codegraph-sqlite
DSH 代码图谱只读 SQLite 存储插件,从 `.codegraph/codegraph.db` 读取 schema-v4 图谱数据并响应结构化查询。
AI 分析
核心用途是为代码图谱服务提供只读的 SQLite 数据库查询支持。适合配合 codegraph 命令行工具生成的索引文件使用。普通用户建议直接安装 bundle 组合包。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗dsh-plugin-codegraph-sqlite
Read-only SQLite store for the code-graph seam. Serves structural queries from the schema-v4 graph at .codegraph/codegraph.db — the same on-disk format the codegraph CLI writes — opening it read-only and gating on its recorded format version.
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.