LICENSE
README.md
pyproject.toml
contextcraft/__init__.py
contextcraft/cli.py
contextcraft/config.py
contextcraft/constants.py
contextcraft/formatter.py
contextcraft/scanner.py
contextcraft/synthesizer.py
contextcraft/analyzer/__init__.py
contextcraft/analyzer/ast_parser.py
contextcraft/analyzer/dependency_graph.py
contextcraft/analyzer/git_analyzer.py
contextcraft/analyzer/pattern_detector.py
llm_codepac.egg-info/PKG-INFO
llm_codepac.egg-info/SOURCES.txt
llm_codepac.egg-info/dependency_links.txt
llm_codepac.egg-info/entry_points.txt
llm_codepac.egg-info/requires.txt
llm_codepac.egg-info/top_level.txt
tests/test_analyzers.py
tests/test_cli_diff.py
tests/test_cli_update.py
tests/test_config.py
tests/test_formatter.py
tests/test_git_analyzer.py
tests/test_go_rust.py
tests/test_scanner.py