发布

  • Replace scan-all watcher with explicit watch list to fix #49 OOM

    frostbyte_neo 发布于 2026-03-12 15:18:44 +00:00

    Watcher no longer polls every indexed project via ListProjects(). Instead,
    projects are added to an explicit watch list on index/auto-index and removed
    on delete. Cross-project tool calls (search_graph, trace_call_path, etc.)
    touch the watch list so referenced projects stay fresh.

    下载附件