CHANGELOG.md
README.md
pyproject.toml
src/boundary_analyzer/__init__.py
src/boundary_analyzer/__main__.py
src/boundary_analyzer/_utils.py
src/boundary_analyzer/cli.py
src/boundary_analyzer/settings_loader.py
src/boundary_analyzer.egg-info/PKG-INFO
src/boundary_analyzer.egg-info/SOURCES.txt
src/boundary_analyzer.egg-info/dependency_links.txt
src/boundary_analyzer.egg-info/entry_points.txt
src/boundary_analyzer.egg-info/requires.txt
src/boundary_analyzer.egg-info/top_level.txt
src/boundary_analyzer/auto/__init__.py
src/boundary_analyzer/auto/deploy.py
src/boundary_analyzer/auto/discover.py
src/boundary_analyzer/auto/errors.py
src/boundary_analyzer/auto/instrumentation_marker.py
src/boundary_analyzer/auto/models.py
src/boundary_analyzer/auto/orchestrator.py
src/boundary_analyzer/auto/traffic.py
src/boundary_analyzer/auto/plugins/__init__.py
src/boundary_analyzer/auto/plugins/base.py
src/boundary_analyzer/auto/plugins/dotnet.py
src/boundary_analyzer/auto/plugins/java.py
src/boundary_analyzer/auto/plugins/node.py
src/boundary_analyzer/auto/plugins/php.py
src/boundary_analyzer/auto/plugins/python.py
src/boundary_analyzer/auto_setup/__init__.py
src/boundary_analyzer/auto_setup/_detect.py
src/boundary_analyzer/auto_setup/_install.py
src/boundary_analyzer/auto_setup/django_wrapper.py
src/boundary_analyzer/auto_setup/djangorest_wrapper.py
src/boundary_analyzer/auto_setup/fastapi_wrapper.py
src/boundary_analyzer/auto_setup/flask_wrapper.py
src/boundary_analyzer/auto_setup/setup_instrumentation.py
src/boundary_analyzer/auto_setup/starlette_wrapper.py
src/boundary_analyzer/auto_setup/tornado_wrapper.py
src/boundary_analyzer/dashboard/__init__.py
src/boundary_analyzer/dashboard/app.py
src/boundary_analyzer/dashboard/callbacks.py
src/boundary_analyzer/dashboard/charts.py
src/boundary_analyzer/dashboard/design_tokens.py
src/boundary_analyzer/dashboard/layout_components.py
src/boundary_analyzer/detection/__init__.py
src/boundary_analyzer/detection/db_table_extractor.py
src/boundary_analyzer/detection/endpoint_extractor.py
src/boundary_analyzer/detection/endpoint_normalizer.py
src/boundary_analyzer/detection/mapping_builder.py
src/boundary_analyzer/llm/__init__.py
src/boundary_analyzer/llm/analysis.py
src/boundary_analyzer/llm/client.py
src/boundary_analyzer/llm/context.py
src/boundary_analyzer/llm/instrumentation.py
src/boundary_analyzer/llm/prompts.py
src/boundary_analyzer/metrics/__init__.py
src/boundary_analyzer/metrics/cohesion_rules.py
src/boundary_analyzer/metrics/scom.py
src/boundary_analyzer/metrics/threshold_ultimate.py
src/boundary_analyzer/parsing/__init__.py
src/boundary_analyzer/parsing/trace_reader.py
src/boundary_analyzer/pipeline/__init__.py
src/boundary_analyzer/pipeline/run_pipeline.py
src/boundary_analyzer/pipeline/step_01_collect_traces.py
src/boundary_analyzer/pipeline/step_02_read_traces.py
src/boundary_analyzer/pipeline/step_03_find_endpoints.py
src/boundary_analyzer/pipeline/step_04_find_db_tables.py
src/boundary_analyzer/pipeline/step_05_build_mapping.py
src/boundary_analyzer/pipeline/step_06_compute_scom.py
src/boundary_analyzer/pipeline/step_07_rank_and_flag.py
src/boundary_analyzer/pipeline/step_08_make_report.py
src/boundary_analyzer/reporting/__init__.py
src/boundary_analyzer/reporting/report_builder.py
src/boundary_analyzer/test_data/__init__.py
src/boundary_analyzer/test_data/generate_test_traces.py
src/boundary_analyzer/validation/__init__.py
src/boundary_analyzer/validation/compare_metrics.py
tests/test_auto_deploy.py
tests/test_auto_discover.py
tests/test_auto_dotnet_plugin.py
tests/test_auto_errors.py
tests/test_auto_java_plugin.py
tests/test_auto_models.py
tests/test_auto_node_plugin.py
tests/test_auto_php_plugin.py
tests/test_auto_plugins.py
tests/test_auto_python_plugin.py
tests/test_auto_traffic.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_dashboard_smoke.py
tests/test_dashboard_unit.py
tests/test_detection.py
tests/test_jaeger_integration.py
tests/test_llm_analysis.py
tests/test_llm_client.py
tests/test_llm_context.py
tests/test_llm_instrumentation.py
tests/test_llm_prompts.py
tests/test_metrics.py
tests/test_parsing.py
tests/test_pipeline_integration.py
tests/test_setup_instructions.py
tests/test_teastore_pipeline.py
tests/test_validation.py