发布

  • Fix AST/semantic cache namespace collision breaking graphify update (#582)

    frostbyte_neo 发布于 2026-04-28 10:22:39 +00:00

    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

    下载附件