LICENSE
README.md
pyproject.toml
./hatch/__init__.py
./hatch/cli_hatch.py
./hatch/environment_manager.py
./hatch/package_loader.py
./hatch/python_environment_manager.py
./hatch/registry_explorer.py
./hatch/registry_retriever.py
./hatch/template_generator.py
./hatch/cli/__init__.py
./hatch/cli/__main__.py
./hatch/cli/cli_env.py
./hatch/cli/cli_mcp.py
./hatch/cli/cli_package.py
./hatch/cli/cli_system.py
./hatch/cli/cli_utils.py
./hatch/installers/__init__.py
./hatch/installers/dependency_installation_orchestrator.py
./hatch/installers/docker_installer.py
./hatch/installers/hatch_installer.py
./hatch/installers/installation_context.py
./hatch/installers/installer_base.py
./hatch/installers/python_installer.py
./hatch/installers/registry.py
./hatch/installers/system_installer.py
./hatch/mcp_host_config/__init__.py
./hatch/mcp_host_config/backup.py
./hatch/mcp_host_config/fields.py
./hatch/mcp_host_config/host_management.py
./hatch/mcp_host_config/models.py
./hatch/mcp_host_config/reporting.py
./hatch/mcp_host_config/strategies.py
./hatch/mcp_host_config/adapters/__init__.py
./hatch/mcp_host_config/adapters/augment.py
./hatch/mcp_host_config/adapters/base.py
./hatch/mcp_host_config/adapters/claude.py
./hatch/mcp_host_config/adapters/codex.py
./hatch/mcp_host_config/adapters/cursor.py
./hatch/mcp_host_config/adapters/gemini.py
./hatch/mcp_host_config/adapters/kiro.py
./hatch/mcp_host_config/adapters/lmstudio.py
./hatch/mcp_host_config/adapters/opencode.py
./hatch/mcp_host_config/adapters/registry.py
./hatch/mcp_host_config/adapters/vscode.py
./scripts/fix_unused_test_results.py
./tests/__init__.py
./tests/cli_test_utils.py
./tests/run_environment_tests.py
./tests/test_cli_version.py
./tests/test_data_utils.py
./tests/test_dependency_orchestrator_consent.py
./tests/test_docker_installer.py
./tests/test_env_manip.py
./tests/test_hatch_installer.py
./tests/test_installer_base.py
./tests/test_non_tty_integration.py
./tests/test_online_package_loader.py
./tests/test_python_environment_manager.py
./tests/test_python_installer.py
./tests/test_registry.py
./tests/test_registry_retriever.py
./tests/test_system_installer.py
./tests/integration/__init__.py
./tests/integration/cli/__init__.py
./tests/integration/cli/test_cli_reporter_integration.py
./tests/integration/cli/test_mcp_sync_detailed.py
./tests/integration/mcp/__init__.py
./tests/integration/mcp/test_adapter_serialization.py
./tests/integration/mcp/test_cross_host_sync.py
./tests/integration/mcp/test_host_configuration.py
./tests/regression/__init__.py
./tests/regression/cli/__init__.py
./tests/regression/cli/test_color_logic.py
./tests/regression/cli/test_consequence_type.py
./tests/regression/cli/test_error_formatting.py
./tests/regression/cli/test_result_reporter.py
./tests/regression/cli/test_table_formatter.py
./tests/regression/mcp/__init__.py
./tests/regression/mcp/test_field_filtering.py
./tests/regression/mcp/test_field_filtering_v2.py
./tests/regression/mcp/test_validation_bugs.py
./tests/test_data/fixtures/cli_reporter_fixtures.py
./tests/test_data/mcp_adapters/__init__.py
./tests/test_data/mcp_adapters/assertions.py
./tests/test_data/mcp_adapters/host_registry.py
./tests/test_data/packages/basic/base_pkg/hatch_mcp_server.py
./tests/test_data/packages/basic/base_pkg/mcp_server.py
./tests/test_data/packages/basic/base_pkg_v2/hatch_mcp_server.py
./tests/test_data/packages/basic/base_pkg_v2/mcp_server.py
./tests/test_data/packages/basic/utility_pkg/hatch_mcp_server.py
./tests/test_data/packages/basic/utility_pkg/mcp_server.py
./tests/test_data/packages/dependencies/complex_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/complex_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/docker_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/docker_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/mixed_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/mixed_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/python_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/python_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/simple_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/simple_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/system_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/system_dep_pkg/mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg/mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg_b/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg_b/mcp_server.py
./tests/test_data/packages/error_scenarios/invalid_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/invalid_dep_pkg/mcp_server.py
./tests/test_data/packages/error_scenarios/version_conflict_pkg/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/version_conflict_pkg/mcp_server.py
./tests/test_data/packages/schema_versions/schema_v1_1_0_pkg/main.py
./tests/test_data/packages/schema_versions/schema_v1_2_0_pkg/main.py
./tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/hatch_mcp_server.py
./tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/mcp_server.py
./tests/unit/__init__.py
./tests/unit/mcp/__init__.py
./tests/unit/mcp/test_adapter_protocol.py
./tests/unit/mcp/test_adapter_registry.py
./tests/unit/mcp/test_config_model.py
hatch/__init__.py
hatch/cli_hatch.py
hatch/environment_manager.py
hatch/package_loader.py
hatch/python_environment_manager.py
hatch/registry_explorer.py
hatch/registry_retriever.py
hatch/template_generator.py
hatch/cli/__init__.py
hatch/cli/__main__.py
hatch/cli/cli_env.py
hatch/cli/cli_mcp.py
hatch/cli/cli_package.py
hatch/cli/cli_system.py
hatch/cli/cli_utils.py
hatch/installers/__init__.py
hatch/installers/dependency_installation_orchestrator.py
hatch/installers/docker_installer.py
hatch/installers/hatch_installer.py
hatch/installers/installation_context.py
hatch/installers/installer_base.py
hatch/installers/python_installer.py
hatch/installers/registry.py
hatch/installers/system_installer.py
hatch/mcp_host_config/__init__.py
hatch/mcp_host_config/backup.py
hatch/mcp_host_config/fields.py
hatch/mcp_host_config/host_management.py
hatch/mcp_host_config/models.py
hatch/mcp_host_config/reporting.py
hatch/mcp_host_config/strategies.py
hatch/mcp_host_config/adapters/__init__.py
hatch/mcp_host_config/adapters/augment.py
hatch/mcp_host_config/adapters/base.py
hatch/mcp_host_config/adapters/claude.py
hatch/mcp_host_config/adapters/codex.py
hatch/mcp_host_config/adapters/cursor.py
hatch/mcp_host_config/adapters/gemini.py
hatch/mcp_host_config/adapters/kiro.py
hatch/mcp_host_config/adapters/lmstudio.py
hatch/mcp_host_config/adapters/opencode.py
hatch/mcp_host_config/adapters/registry.py
hatch/mcp_host_config/adapters/vscode.py
hatch_xclam.egg-info/PKG-INFO
hatch_xclam.egg-info/SOURCES.txt
hatch_xclam.egg-info/dependency_links.txt
hatch_xclam.egg-info/entry_points.txt
hatch_xclam.egg-info/requires.txt
hatch_xclam.egg-info/top_level.txt
scripts/fix_unused_test_results.py
tests/__init__.py
tests/cli_test_utils.py
tests/run_environment_tests.py
tests/test_cli_version.py
tests/test_data_utils.py
tests/test_dependency_orchestrator_consent.py
tests/test_docker_installer.py
tests/test_env_manip.py
tests/test_hatch_installer.py
tests/test_installer_base.py
tests/test_non_tty_integration.py
tests/test_online_package_loader.py
tests/test_python_environment_manager.py
tests/test_python_installer.py
tests/test_registry.py
tests/test_registry_retriever.py
tests/test_system_installer.py
tests/integration/__init__.py
tests/integration/cli/__init__.py
tests/integration/cli/test_cli_reporter_integration.py
tests/integration/cli/test_mcp_sync_detailed.py
tests/integration/mcp/__init__.py
tests/integration/mcp/test_adapter_serialization.py
tests/integration/mcp/test_cross_host_sync.py
tests/integration/mcp/test_host_configuration.py
tests/regression/__init__.py
tests/regression/cli/__init__.py
tests/regression/cli/test_color_logic.py
tests/regression/cli/test_consequence_type.py
tests/regression/cli/test_error_formatting.py
tests/regression/cli/test_result_reporter.py
tests/regression/cli/test_table_formatter.py
tests/regression/mcp/__init__.py
tests/regression/mcp/test_field_filtering.py
tests/regression/mcp/test_field_filtering_v2.py
tests/regression/mcp/test_validation_bugs.py
tests/test_data/fixtures/cli_reporter_fixtures.py
tests/test_data/mcp_adapters/__init__.py
tests/test_data/mcp_adapters/assertions.py
tests/test_data/mcp_adapters/host_registry.py
tests/test_data/packages/basic/base_pkg/hatch_mcp_server.py
tests/test_data/packages/basic/base_pkg/mcp_server.py
tests/test_data/packages/basic/base_pkg_v2/hatch_mcp_server.py
tests/test_data/packages/basic/base_pkg_v2/mcp_server.py
tests/test_data/packages/basic/utility_pkg/hatch_mcp_server.py
tests/test_data/packages/basic/utility_pkg/mcp_server.py
tests/test_data/packages/dependencies/complex_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/complex_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/docker_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/docker_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/mixed_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/mixed_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/python_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/python_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/simple_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/simple_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/system_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/system_dep_pkg/mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg/mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg_b/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg_b/mcp_server.py
tests/test_data/packages/error_scenarios/invalid_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/invalid_dep_pkg/mcp_server.py
tests/test_data/packages/error_scenarios/version_conflict_pkg/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/version_conflict_pkg/mcp_server.py
tests/test_data/packages/schema_versions/schema_v1_1_0_pkg/main.py
tests/test_data/packages/schema_versions/schema_v1_2_0_pkg/main.py
tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/hatch_mcp_server.py
tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/mcp_server.py
tests/unit/__init__.py
tests/unit/mcp/__init__.py
tests/unit/mcp/test_adapter_protocol.py
tests/unit/mcp/test_adapter_registry.py
tests/unit/mcp/test_config_model.py