CC19990113/dsh-plugin-codegraph--packages-sqlite0

dsh-plugin-codegraph-sqlite

DSH 代码图谱只读 SQLite 存储插件,从 `.codegraph/codegraph.db` 读取 schema-v4 图谱数据并响应结构化查询。

AI 分析

核心用途是为代码图谱服务提供只读的 SQLite 数据库查询支持。适合配合 codegraph 命令行工具生成的索引文件使用。普通用户建议直接安装 bundle 组合包。

套件
dsh-plugin-codegraph-sqlite
版本
0.1.0
授權
MIT
最近更新
2026年8月17日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 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.

License

MIT