LICENSE
PYPI.md
README.md
clustering_ids.py
constants.py
github_action.py
install.py
logging_config.py
main.py
pyproject.toml
user_config.py
utils.py
vscode_constants.py
agents/__init__.py
agents/agent_responses.py
agents/change_status.py
agents/component_ownership.py
agents/constants.py
agents/content_hash.py
agents/file_index_models.py
agents/incremental_results.py
agents/llm_config.py
agents/llm_errors.py
agents/model_capabilities.py
agents/planner_agent.py
agents/relation_edges.py
agents/retry.py
agents/scope_analysis_agent.py
agents/scope_ids.py
agents/tree_planner_agent.py
agents/llm_renderers/__init__.py
agents/llm_renderers/call_graph.py
agents/llm_renderers/scope.py
agents/prompts/__init__.py
agents/prompts/profiles.py
agents/prompts/shared.py
agents/tools/__init__.py
agents/tools/base.py
agents/tools/get_method_calls.py
agents/tools/read_file.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
codeboarding_cli/__init__.py
codeboarding_cli/bootstrap.py
codeboarding_cli/render.py
codeboarding_cli/view_instructions.py
codeboarding_cli/commands/__init__.py
codeboarding_cli/commands/full_analysis.py
codeboarding_cli/commands/incremental_analysis.py
codeboarding_cli/commands/partial_analysis.py
codeboarding_workflows/__init__.py
codeboarding_workflows/analysis.py
codeboarding_workflows/orchestration.py
codeboarding_workflows/sources/__init__.py
codeboarding_workflows/sources/local.py
codeboarding_workflows/sources/remote.py
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/exceptions.py
diagram_analysis/file_coverage.py
diagram_analysis/file_index.py
diagram_analysis/incremental_changes.py
diagram_analysis/incremental_update.py
diagram_analysis/io_utils.py
diagram_analysis/run_context.py
diagram_analysis/run_mode.py
diagram_analysis/scope_assembly.py
diagram_analysis/scope_plan.py
diagram_analysis/tree_shape.py
health/__init__.py
health/config.py
health/models.py
health/runner.py
health/checks/__init__.py
health/checks/circular_deps.py
health/checks/function_size.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/rendering.py
output_generators/sphinx.py
repo_utils/__init__.py
repo_utils/change_detector.py
repo_utils/errors.py
repo_utils/fingerprint_diff.py
repo_utils/git_ops.py
repo_utils/ignore.py
repo_utils/path_utils.py
static_analyzer/__init__.py
static_analyzer/analysis_cache.py
static_analyzer/analysis_result.py
static_analyzer/cluster_relations.py
static_analyzer/config.py
static_analyzer/csharp_config_scanner.py
static_analyzer/dotnet_sdk.py
static_analyzer/incremental_orchestrator.py
static_analyzer/internal_references.py
static_analyzer/java_config_scanner.py
static_analyzer/java_utils.py
static_analyzer/language_results.py
static_analyzer/node.py
static_analyzer/programming_language.py
static_analyzer/reference_resolver.py
static_analyzer/scanner.py
static_analyzer/typescript_config_scanner.py
static_analyzer/cfg/__init__.py
static_analyzer/cfg/call_graph.py
static_analyzer/cfg/edge.py
static_analyzer/cfg/location_key.py
static_analyzer/clustering/__init__.py
static_analyzer/clustering/exceptions.py
static_analyzer/clustering/models.py
static_analyzer/clustering/service.py
static_analyzer/clustering/names/__init__.py
static_analyzer/clustering/names/draft.py
static_analyzer/clustering/names/frontier.py
static_analyzer/clustering/names/inventory.py
static_analyzer/clustering/names/replay.py
static_analyzer/clustering/names/spec.py
static_analyzer/clustering/names/tokens.py
static_analyzer/engine/__init__.py
static_analyzer/engine/call_graph_builder.py
static_analyzer/engine/edge_build_context.py
static_analyzer/engine/edge_builder.py
static_analyzer/engine/hierarchy_builder.py
static_analyzer/engine/language_adapter.py
static_analyzer/engine/lsp_client.py
static_analyzer/engine/lsp_constants.py
static_analyzer/engine/lsp_recycler.py
static_analyzer/engine/models.py
static_analyzer/engine/process_memory.py
static_analyzer/engine/progress.py
static_analyzer/engine/protocols.py
static_analyzer/engine/result_converter.py
static_analyzer/engine/source_inspector.py
static_analyzer/engine/symbol_table.py
static_analyzer/engine/utils.py
static_analyzer/engine/adapters/__init__.py
static_analyzer/engine/adapters/csharp_adapter.py
static_analyzer/engine/adapters/go_adapter.py
static_analyzer/engine/adapters/java_adapter.py
static_analyzer/engine/adapters/php_adapter.py
static_analyzer/engine/adapters/python_adapter.py
static_analyzer/engine/adapters/rust_adapter.py
static_analyzer/engine/adapters/typescript_adapter.py
static_analyzer/lsp_client/__init__.py
static_analyzer/lsp_client/diagnostics.py
telemetry/__init__.py
telemetry/device_id.py
telemetry/events.py
telemetry/schemas.py
telemetry/service.py
tests/test_cli_parser.py
tests/test_github_action.py
tests/test_install.py
tests/test_logging_config.py
tests/test_main.py
tests/test_persisted_analysis_artifacts.py
tests/test_pyproject_packages.py
tests/test_registry_coverage.py
tests/test_telemetry_events.py
tests/test_telemetry_service.py
tests/test_tool_registry.py
tests/test_user_config.py
tests/test_view_instructions.py
tests/test_vscode_constants.py
tests/test_windows_compatibility.py
tests/test_windows_encoding.py
tool_registry/__init__.py
tool_registry/installers.py
tool_registry/manifest.py
tool_registry/paths.py
tool_registry/registry.py