CHANGELOG.md
README.md
pyproject.toml
src/boundary_analyzer/__init__.py
src/boundary_analyzer/__main__.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_setup/__init__.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/charts.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/cohesion_rules.py
src/boundary_analyzer/metrics/scom.py
src/boundary_analyzer/metrics/threshold_ultimate.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_dashboard_smoke.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_pipeline_integration.py
tests/test_setup_instructions.py
tests/test_teastore_pipeline.py