LICENSE
MANIFEST.in
README.md
setup.py
tests/__init__.py
tests/test_asset_domain_consolidation.py
tests/test_asset_duplicates_adapter.py
tests/test_asset_duplicates_cli_regression.py
tests/test_asset_duplicates_contract_snapshots.py
tests/test_asset_duplicates_presenter.py
tests/test_asset_duplicates_use_case.py
tests/test_asset_organize_adapter.py
tests/test_asset_organize_cli_regression.py
tests/test_asset_organize_contract_snapshots.py
tests/test_asset_organize_presenter.py
tests/test_asset_organize_use_case.py
tests/test_asset_scan_adapter.py
tests/test_asset_scan_cli_regression.py
tests/test_asset_scan_contract_snapshots.py
tests/test_asset_scan_presenter.py
tests/test_asset_scan_use_case.py
tests/test_build_ci_init_adapter.py
tests/test_build_ci_init_cli_regression.py
tests/test_build_ci_init_contract_snapshots.py
tests/test_build_ci_init_presenter.py
tests/test_build_ci_init_use_case.py
tests/test_build_docker_cli_regression.py
tests/test_build_domain_stabilization.py
tests/test_build_info_adapter.py
tests/test_build_info_cli_regression.py
tests/test_build_info_contract_snapshots.py
tests/test_build_info_presenter.py
tests/test_build_info_use_case.py
tests/test_ci_gate_workflow_regression.py
tests/test_cli.py
tests/test_cli_visual_refresh_regression.py
tests/test_config_cli_safety_regression.py
tests/test_config_template_cli_regression.py
tests/test_config_validate_cli_regression.py
tests/test_git_clean_cli_regression.py
tests/test_git_setup_adapter.py
tests/test_git_setup_cli_regression.py
tests/test_git_setup_contract_snapshots.py
tests/test_git_setup_presenter.py
tests/test_git_setup_use_case.py
tests/test_performance_profile_adapter.py
tests/test_performance_profile_cli_regression.py
tests/test_performance_profile_policy.py
tests/test_performance_profile_presenter.py
tests/test_performance_profile_use_case.py
tests/test_performance_profiler_core.py
tests/test_plugin_cli_safety_regression.py
tests/test_report_core_collector.py
tests/test_report_dashboard_adapter.py
tests/test_report_dashboard_cli_regression.py
tests/test_report_dashboard_contract_snapshots.py
tests/test_report_dashboard_presenter.py
tests/test_report_dashboard_use_case.py
tests/test_report_html_adapter.py
tests/test_report_html_cli_regression.py
tests/test_report_html_contract_snapshots.py
tests/test_report_html_template.py
tests/test_report_html_use_case.py
tests/test_report_json_adapter.py
tests/test_report_json_cli_regression.py
tests/test_report_json_contract_snapshots.py
tests/test_report_json_use_case.py
tests/test_report_notify_config_alignment.py
tests/test_runtime_truthfulness_cli_regression.py
tests/test_team_dashboard_ui_regression.py
tests/test_terminal_fallback_cli_regression.py
tests/test_version_metadata_regression.py
unrealmate/__init__.py
unrealmate/__main__.py
unrealmate/_version.py
unrealmate/cli.py
unrealmate.egg-info/PKG-INFO
unrealmate.egg-info/SOURCES.txt
unrealmate.egg-info/dependency_links.txt
unrealmate.egg-info/entry_points.txt
unrealmate.egg-info/requires.txt
unrealmate.egg-info/top_level.txt
unrealmate/adapters/__init__.py
unrealmate/adapters/assets/__init__.py
unrealmate/adapters/assets/asset_duplicates_adapter.py
unrealmate/adapters/assets/asset_organize_adapter.py
unrealmate/adapters/assets/asset_scan_adapter.py
unrealmate/adapters/assets/common.py
unrealmate/adapters/build/__init__.py
unrealmate/adapters/build/build_ci_adapter.py
unrealmate/adapters/build/build_info_adapter.py
unrealmate/adapters/git/__init__.py
unrealmate/adapters/git/git_setup_adapter.py
unrealmate/adapters/performance/__init__.py
unrealmate/adapters/performance/profiler_adapter.py
unrealmate/adapters/presenters/__init__.py
unrealmate/adapters/presenters/asset_presenter_utils.py
unrealmate/adapters/presenters/cli_asset_duplicates_presenter.py
unrealmate/adapters/presenters/cli_asset_organize_presenter.py
unrealmate/adapters/presenters/cli_asset_scan_presenter.py
unrealmate/adapters/presenters/cli_build_ci_presenter.py
unrealmate/adapters/presenters/cli_build_info_presenter.py
unrealmate/adapters/presenters/cli_git_setup_presenter.py
unrealmate/adapters/presenters/cli_performance_profile_presenter.py
unrealmate/adapters/presenters/cli_report_dashboard_presenter.py
unrealmate/adapters/presenters/cli_report_html_presenter.py
unrealmate/adapters/presenters/cli_report_json_presenter.py
unrealmate/adapters/report/__init__.py
unrealmate/adapters/report/report_core.py
unrealmate/adapters/report/report_dashboard_adapter.py
unrealmate/adapters/report/report_html_adapter.py
unrealmate/adapters/report/report_html_template.py
unrealmate/adapters/report/report_json_adapter.py
unrealmate/commands/__init__.py
unrealmate/contracts/__init__.py
unrealmate/contracts/asset_domain_common.py
unrealmate/contracts/asset_domain_policy.py
unrealmate/contracts/asset_duplicates.py
unrealmate/contracts/asset_organize.py
unrealmate/contracts/asset_scan.py
unrealmate/contracts/build_ci_init.py
unrealmate/contracts/build_domain_common.py
unrealmate/contracts/build_info.py
unrealmate/contracts/git_setup.py
unrealmate/contracts/performance_profile.py
unrealmate/contracts/report_dashboard.py
unrealmate/contracts/report_html.py
unrealmate/contracts/report_json.py
unrealmate/core/__init__.py
unrealmate/core/analytics.py
unrealmate/core/asset_manager.py
unrealmate/core/async_ops.py
unrealmate/core/autofix.py
unrealmate/core/blueprint_analyzer.py
unrealmate/core/bug_detector.py
unrealmate/core/cache.py
unrealmate/core/changelog.py
unrealmate/core/cicd_generator.py
unrealmate/core/code_review.py
unrealmate/core/config.py
unrealmate/core/config_editor.py
unrealmate/core/dashboard.py
unrealmate/core/di.py
unrealmate/core/environment.py
unrealmate/core/errors.py
unrealmate/core/events.py
unrealmate/core/lazy.py
unrealmate/core/logger.py
unrealmate/core/logging_system.py
unrealmate/core/memory.py
unrealmate/core/nlp_commands.py
unrealmate/core/notifications.py
unrealmate/core/performance_profiler.py
unrealmate/core/performance_tuner.py
unrealmate/core/plugin_system.py
unrealmate/core/project_health.py
unrealmate/core/release.py
unrealmate/core/security.py
unrealmate/core/signature.py
unrealmate/core/smart_organizer.py
unrealmate/core/stability.py
unrealmate/core/team_dashboard.py
unrealmate/core/template_sharing.py
unrealmate/core/ue_plugin_manager.py
unrealmate/core/ux.py
unrealmate/core/visuals.py
unrealmate/core/application/__init__.py
unrealmate/core/application/use_cases/__init__.py
unrealmate/core/application/use_cases/analyze_performance_profile.py
unrealmate/core/application/use_cases/find_duplicate_assets.py
unrealmate/core/application/use_cases/generate_html_report.py
unrealmate/core/application/use_cases/generate_json_report.py
unrealmate/core/application/use_cases/get_build_info.py
unrealmate/core/application/use_cases/initialize_build_ci.py
unrealmate/core/application/use_cases/initialize_git_setup.py
unrealmate/core/application/use_cases/organize_assets.py
unrealmate/core/application/use_cases/scan_assets.py
unrealmate/core/application/use_cases/start_report_dashboard.py
unrealmate/core/assets/__init__.py
unrealmate/core/assets/duplicates.py
unrealmate/core/assets/organizer.py
unrealmate/core/assets/scanner.py
unrealmate/core/automation/__init__.py
unrealmate/core/automation/ci_generator.py
unrealmate/core/blueprint/__init__.py
unrealmate/core/blueprint/complexity
unrealmate/core/blueprint/parser.py
unrealmate/core/blueprint/report.py
unrealmate/core/git/__init__.py
unrealmate/core/git/gitignore
unrealmate/core/git/lfs.py
unrealmate/core/performance/__init__.py
unrealmate/core/performance/memory_auditor.py
unrealmate/core/performance/profiler.py
unrealmate/core/performance/shader_analyzer.py
unrealmate/core/plugins/__init__.py
unrealmate/core/plugins/manager.py
unrealmate/registry/__init__.py
unrealmate/registry/artifact.py
unrealmate/registry/command_registry.toml
unrealmate/registry/loader.py
unrealmate/registry/models.py
unrealmate/registry/parity.py
unrealmate/registry/validator.py
unrealmate/registry/generated/command_registry.json
unrealmate/registry/generated/command_registry.manifest.json
unrealmate/templates/config_aaa.toml
unrealmate/templates/config_cicd.toml
unrealmate/templates/config_indie.toml
unrealmate/templates/config_mobile.toml
unrealmate/templates/gitattributes.template
unrealmate/templates/gitignore.template