跳轉到

日報 2026-07-26

本日為積壓補齊系列(07-22 ~ 07-26)的最後一份,且今天是週日將接續產生 weekly-digest。與其他四份不同,本日 ingest 是當日執行(非事後補寫),只是與其他四份共用單次 catch-up 作業。

本日專案

Graphify-Labs/graphify

  • 一句話:codebase + docs + PDF + image + video → 可查詢的知識圖,two-tier extraction(tree-sitter 走 deterministic、非 code 走 LLM semantic pass),edge 顯性標記 EXTRACTED / INFERRED 讓信任成為可稽查維度。
  • 用 Leiden community detection 揭示「實際引用結構」vs「宣稱資料夾結構」的差距,通常是重構線索。
  • 三檔輸出(graph.html / graph.json / GRAPH_REPORT.md)分別給人 / 機器 / AI 消費。
  • 拒絕 embedding 選 graph——因為 structural query 有 canonical shape(一條路徑、一個 subgraph),vector 只能給排序清單。

概念更新

  • 新增:deterministic-vs-llm-inference(本次僅 1 個 repo 觸及,暫記為 pending)
  • 更新:code-ast-knowledge-graph(+Graphify-Labs/graphify,跟 tirth8205/code-review-graph 成頁)
  • 更新:local-first-agent-workbench(+Graphify-Labs/graphify)