跳轉到

日報 2026-07-22

本日為 2026-07-22 於 2026-07-26 補寫,routine sandbox 擋 egress 導致當日無自動 ingest。repo 挑選來自補寫當下(2026-07-26)的 GitHub trending,不是 07-22 當日快照。

本日專案

tirth8205/code-review-graph

  • 一句話:Local-first code intelligence graph(tree-sitter + MCP),把 codebase 建成結構圖,讓 AI 只查關係不再拉全檔,實測 38–528x token reduction。
  • SQLite 當 graph store,避開 Neo4j daemon;recursive CTE 對「函式 X 呼叫深度 3 內誰改動會炸」這類 impact 分析夠用。
  • MCP tool 介面把 graph 包成 get_context / find_deps / impact_of_change,agent 主動 pull sub-graph 而非 human middleman 貼結果。
  • Edge 帶 extractor_version 提供 forward compatibility——parser 升級不用宣告 breaking change。

概念更新

  • 新增:code-ast-knowledge-graph, mcp-context-provider(本次僅 1 個 repo 觸及,暫記為 pending)
  • 更新:local-first-agent-workbench(+tirth8205/code-review-graph)