LICENSE
pyproject.toml
config/__init__.py
config/confidence.py
config/settings.py
core/__init__.py
core/baseline.py
core/branch_tracer.py
core/bug_chain.py
core/call_graph.py
core/call_tracer.py
core/cli.py
core/context_enrichment.py
core/demo_cases.py
core/explainer.py
core/file_loader.py
core/incremental.py
core/inspector.py
core/logger.py
core/optimizer.py
core/pr_comment.py
core/runner.py
core/runtime_scanner.py
core/safe_executor.py
core/scanner.py
core/tracer.py
core/trends.py
core/triage.py
core/verifier.py
core/versioning.py
core/work_cli.py
core/worklog.py
explainable_engine.egg-info/PKG-INFO
explainable_engine.egg-info/SOURCES.txt
explainable_engine.egg-info/dependency_links.txt
explainable_engine.egg-info/entry_points.txt
explainable_engine.egg-info/requires.txt
explainable_engine.egg-info/top_level.txt
reporting/__init__.py
reporting/exporter.py
reporting/formatter.py
reporting/models.py
tests/test_analyze_file_json_output.py
tests/test_baseline_lifecycle.py
tests/test_baseline_regressions.py
tests/test_bug_chain.py
tests/test_call_graph.py
tests/test_ci_check.py
tests/test_ci_regression_flow.py
tests/test_cli.py
tests/test_cli_json_output.py
tests/test_context_enrichment.py
tests/test_doctor_command.py
tests/test_doctor_exports.py
tests/test_doctor_fix_hints.py
tests/test_doctor_strict_mode.py
tests/test_exist_codes.py
tests/test_file_loader.py
tests/test_incremental.py
tests/test_json_stdout_clean.py
tests/test_logging_modes.py
tests/test_main_entrypoint.py
tests/test_new_cli_commands.py
tests/test_perf_baseline_command.py
tests/test_perf_command.py
tests/test_perf_compare_command.py
tests/test_perf_compare_exports.py
tests/test_perf_config_defualts.py
tests/test_perf_fail_count.py
tests/test_perf_fail_threshold.py
tests/test_perf_ignore_file.py
tests/test_perf_include_file.py
tests/test_perf_json_scoring.py
tests/test_perf_loop_calls.py
tests/test_perf_severity.py
tests/test_perf_summary_command.py
tests/test_perf_summary_sorting.py
tests/test_pr_comment.py
tests/test_release_check.py
tests/test_scan_trace_json_stdout.py
tests/test_scanner.py
tests/test_trends.py
tests/test_triage_workflow.py
tests/test_work_cli_foundation.py
tests/test_worklog_foundation.py