Tags: codellm-devkit/python-sdk
Tags
docs: add a prominent 'Cited By' section to the README Lists the 9 papers citing 'Codellm-Devkit: A Framework for Contextualizing Code LLMs with Program Analysis Insights' (arXiv:2410.13007), compiled from Semantic Scholar / OpenAlex citation data, with a TOC entry near the top.
refactor: drop CLDK-side analysis cache, rely on codeanalyzer-python Remove the content-addressed two-tier cache (cache.py) and CLDK's own analysis.json read/write. codeanalyzer-python already caches the virtualenv, CodeQL database, and analysis result under its cache_dir with checksum-based invalidation, so the CLDK layer was a redundant second cache that also caused unbounded ~/.cldk growth and coupled the CodeQL DB to a dependency-hash key. cache_dir/analysis_json_path are now forwarded verbatim to the backend (None -> backend defaults to <project>/.codeanalyzer); eager maps to rebuild_analysis.
PreviousNext