LICENSE
README.md
pyproject.toml
src/agent/__init__.py
src/agent/dependency_injection_container.py
src/agent/lifecycle_state_manager.py
src/agent/multi_project_orchestrator.py
src/agent/pipeline_execution_orchestrator.py
src/agent/tracking_job_registry.py
src/auto_linter.egg-info/PKG-INFO
src/auto_linter.egg-info/SOURCES.txt
src/auto_linter.egg-info/dependency_links.txt
src/auto_linter.egg-info/entry_points.txt
src/auto_linter.egg-info/requires.txt
src/auto_linter.egg-info/top_level.txt
src/capabilities/__init__.py
src/capabilities/call_chain_analyzer.py
src/capabilities/data_flow_analyzer.py
src/capabilities/hooks_management_actions.py
src/capabilities/linting_analysis_actions.py
src/capabilities/linting_governance_adapter.py
src/capabilities/linting_report_formatters.py
src/capabilities/naming_variant_generator.py
src/capabilities/scope_boundary_analyzer.py
src/capabilities/semantic_scope_analyzer.py
src/infrastructure/__init__.py
src/infrastructure/config_json_provider.py
src/infrastructure/config_validation_provider.py
src/infrastructure/desktop_commander_adapter.py
src/infrastructure/git_diff_scanner.py
src/infrastructure/git_hooks_manager.py
src/infrastructure/http_request_client.py
src/infrastructure/javascript_call_tracer.py
src/infrastructure/javascript_flow_tracker.py
src/infrastructure/javascript_linter_adapter.py
src/infrastructure/javascript_naming_variants.py
src/infrastructure/javascript_scope_detector.py
src/infrastructure/javascript_scope_patterns.py
src/infrastructure/linting_governance_adapter.py
src/infrastructure/path_normalization_util.py
src/infrastructure/plugin_system.py
src/infrastructure/python_analysis_adapters.py
src/infrastructure/python_ast_tracer.py
src/infrastructure/python_bandit_adapter.py
src/infrastructure/python_linter_adapters.py
src/infrastructure/python_mypy_adapter.py
src/infrastructure/python_ruff_adapter.py
src/infrastructure/stdio_transport_client.py
src/infrastructure/unix_socket_client.py
src/surfaces/__init__.py
src/surfaces/cli_analysis_commands.py
src/surfaces/cli_core_commands.py
src/surfaces/cli_dev_commands.py
src/surfaces/cli_main_entry.py
src/surfaces/cli_maintenance_commands.py
src/surfaces/cli_setup_commands.py
src/surfaces/cli_watch_commands.py
src/surfaces/mcp_command_catalog.py
src/surfaces/mcp_desktop_client.py
src/surfaces/mcp_execute_command.py
src/surfaces/mcp_health_check.py
src/surfaces/mcp_job_management.py
src/surfaces/mcp_server_entry.py
src/surfaces/mcp_tools_registry.py
src/taxonomy/__init__.py
src/taxonomy/config_identifier_vo.py
src/taxonomy/config_provider_error.py
src/taxonomy/config_setting_vo.py
src/taxonomy/lint_adapter_error.py
src/taxonomy/lint_domain_vo.py
src/taxonomy/lint_identifier_vo.py
src/taxonomy/lint_result_entity.py
src/taxonomy/lint_result_models.py
src/taxonomy/lint_scan_event.py
src/taxonomy/lint_value_vo.py
src/taxonomy/multi_project_vo.py
src/taxonomy/relative_path_resolver.py
src/taxonomy/transport_client_error.py
src/taxonomy/transport_protocol_vo.py
tests/test_final_100_percent.py
tests/test_final_coverage.py
tests/test_final_coverage_push.py
tests/test_hard_to_reach_lines.py
tests/test_protocols.py