LICENSE
PYPI.md
README.md
duckdb_crud.py
github_action.py
health_main.py
install.py
logging_config.py
main.py
pyproject.toml
tool_registry.py
user_config.py
utils.py
vscode_constants.py
agents/__init__.py
agents/abstraction_agent.py
agents/agent.py
agents/agent_responses.py
agents/cluster_methods_mixin.py
agents/constants.py
agents/dependency_discovery.py
agents/details_agent.py
agents/llm_config.py
agents/meta_agent.py
agents/planner_agent.py
agents/validation.py
agents/prompts/__init__.py
agents/prompts/abstract_prompt_factory.py
agents/prompts/claude_prompts.py
agents/prompts/deepseek_prompts.py
agents/prompts/gemini_flash_prompts.py
agents/prompts/glm_prompts.py
agents/prompts/gpt_prompts.py
agents/prompts/kimi_prompts.py
agents/prompts/prompt_factory.py
agents/tools/__init__.py
agents/tools/base.py
agents/tools/get_external_deps.py
agents/tools/get_method_invocations.py
agents/tools/read_cfg.py
agents/tools/read_docs.py
agents/tools/read_file.py
agents/tools/read_file_structure.py
agents/tools/read_git_diff.py
agents/tools/read_packages.py
agents/tools/read_source.py
agents/tools/read_structure.py
agents/tools/toolkit.py
caching/__init__.py
caching/cache.py
caching/meta_cache.py
codeboarding.egg-info/PKG-INFO
codeboarding.egg-info/SOURCES.txt
codeboarding.egg-info/dependency_links.txt
codeboarding.egg-info/entry_points.txt
codeboarding.egg-info/requires.txt
codeboarding.egg-info/top_level.txt
core/__init__.py
core/plugin_loader.py
core/protocols.py
core/registry.py
diagram_analysis/__init__.py
diagram_analysis/analysis_json.py
diagram_analysis/diagram_generator.py
diagram_analysis/file_coverage.py
diagram_analysis/manifest.py
diagram_analysis/version.py
diagram_analysis/incremental/__init__.py
diagram_analysis/incremental/component_checker.py
diagram_analysis/incremental/file_manager.py
diagram_analysis/incremental/impact_analyzer.py
diagram_analysis/incremental/io_utils.py
diagram_analysis/incremental/models.py
diagram_analysis/incremental/path_patching.py
diagram_analysis/incremental/reexpansion.py
diagram_analysis/incremental/scoped_analysis.py
diagram_analysis/incremental/updater.py
diagram_analysis/incremental/validation.py
health/__init__.py
health/config.py
health/constants.py
health/models.py
health/runner.py
health/checks/__init__.py
health/checks/circular_deps.py
health/checks/cohesion.py
health/checks/coupling.py
health/checks/function_size.py
health/checks/god_class.py
health/checks/inheritance.py
health/checks/instability.py
health/checks/unused_code_diagnostics.py
monitoring/__init__.py
monitoring/callbacks.py
monitoring/context.py
monitoring/mixin.py
monitoring/paths.py
monitoring/stats.py
monitoring/writers.py
output_generators/__init__.py
output_generators/html.py
output_generators/html_template.py
output_generators/markdown.py
output_generators/mdx.py
output_generators/sphinx.py
repo_utils/__init__.py
repo_utils/change_detector.py
repo_utils/errors.py
repo_utils/git_diff.py
repo_utils/ignore.py
static_analyzer/__init__.py
static_analyzer/analysis_cache.py
static_analyzer/analysis_result.py
static_analyzer/cluster_change_analyzer.py
static_analyzer/cluster_helpers.py
static_analyzer/constants.py
static_analyzer/git_diff_analyzer.py
static_analyzer/graph.py
static_analyzer/incremental_orchestrator.py
static_analyzer/java_config_scanner.py
static_analyzer/java_utils.py
static_analyzer/programming_language.py
static_analyzer/reference_resolve_mixin.py
static_analyzer/scanner.py
static_analyzer/typescript_config_scanner.py
static_analyzer/lsp_client/__init__.py
static_analyzer/lsp_client/client.py
static_analyzer/lsp_client/diagnostics.py
static_analyzer/lsp_client/java_client.py
static_analyzer/lsp_client/language_settings.py
static_analyzer/lsp_client/typescript_client.py
tests/test_github_action.py
tests/test_incremental_analyzer.py
tests/test_install.py
tests/test_logging_config.py
tests/test_main.py
tests/test_tool_registry.py
tests/test_user_config.py
tests/test_vscode_constants.py
tests/test_windows_compatibility.py
tests/test_windows_encoding.py