mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-15 11:57:12 +00:00
7359cdace9
AST and semantic entries now write to cache/ast/ and cache/semantic/ respectively. Previously both used the flat cache/ dir causing semantic results to overwrite AST entries for code files on mixed corpora, making the shrink guard fire on every subsequent update run. Migration: load_cached falls back to legacy flat cache/ for AST reads so existing cache entries are not lost on upgrade. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>