.gitignore
.manifestguard-history.json
.manifestguard-workspace.json
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
check_i18n.py
gistfactor-leak-capture-overview.json
gistfactor-leak-capture.json
manifestguard-control-metrics.json
manifestguard.json
manifestguard.py.json
openapi.json
package.json
pre-push
pre_dev_check.py
pyproject.toml
requirements.txt
run_mgpy_install.cmd
run_mgpy_install.py
show_complexity.py
tasks.py
temp_files.txt
test-complexity-final.json
test-metrics.json
test_files.txt
.githooks/commit-msg
.githooks/pre-commit
.githooks/pre-push
mgpy_install/__init__.py
mgpy_install/cli.py
mgpy_install/install.py
mgpy_install/interpreters.py
mgpy_install/pip_utils.py
mgpy_install/reexec.py
mgpy_install/rich_compat.py
mgpy_install/types.py
mgpy_install/verify.py
src/manifestguard/__init__.py
src/manifestguard/__main__.py
src/manifestguard/_version.py
src/manifestguard/cli.py
src/manifestguard/gui.py
src/manifestguard/gui_ai_mixin.py
src/manifestguard/gui_dashboard_mixin.py
src/manifestguard/gui_dashboard_stats.py
src/manifestguard/gui_dashboard_tools_preflight_mixin.py
src/manifestguard/gui_state_mixin.py
src/manifestguard/gui_support.py
src/manifestguard/gui_workers.py
src/manifestguard/guide_catalog.py
src/manifestguard/openapi.py
src/manifestguard/py.typed
src/manifestguard/pytest_progress.py
src/manifestguard/quickcheck.py
src/manifestguard/tui.py
src/manifestguard/tui_history.py
src/manifestguard/tui_panels.py
src/manifestguard/tui_snapshot.py
src/manifestguard.egg-info/PKG-INFO
src/manifestguard.egg-info/SOURCES.txt
src/manifestguard.egg-info/dependency_links.txt
src/manifestguard.egg-info/entry_points.txt
src/manifestguard.egg-info/requires.txt
src/manifestguard.egg-info/top_level.txt
src/manifestguard/ai/__init__.py
src/manifestguard/ai/capabilities.py
src/manifestguard/ai/preflight_analyzer.py
src/manifestguard/ai/shared_preferences.py
src/manifestguard/api/__init__.py
src/manifestguard/api/app.py
src/manifestguard/api/integration_test.py
src/manifestguard/api/interface_discovery.py
src/manifestguard/api/manifest.json
src/manifestguard/api/quick_check.py
src/manifestguard/api/quick_check_cache.py
src/manifestguard/api/quick_check_i18n.py
src/manifestguard/api/routes/environment.py
src/manifestguard/assets/logo.png
src/manifestguard/cli_commands/__init__.py
src/manifestguard/cli_commands/duplication.py
src/manifestguard/cli_commands/quickfix.py
src/manifestguard/cli_commands/validate_views.py
src/manifestguard/cli_parts/__init__.py
src/manifestguard/cli_parts/baseline_commands.py
src/manifestguard/cli_parts/config_commands.py
src/manifestguard/cli_parts/core_commands.py
src/manifestguard/cli_parts/fix_command.py
src/manifestguard/cli_parts/focused_commands.py
src/manifestguard/cli_parts/git_check_commands.py
src/manifestguard/cli_parts/guide_commands.py
src/manifestguard/cli_parts/i18n_commands.py
src/manifestguard/cli_parts/language_commands.py
src/manifestguard/cli_parts/licensing_commands.py
src/manifestguard/cli_parts/metrics_commands.py
src/manifestguard/cli_parts/metrics_export_commands.py
src/manifestguard/cli_parts/venv_health_commands.py
src/manifestguard/core/__init__.py
src/manifestguard/core/audit.py
src/manifestguard/core/config.py
src/manifestguard/core/config_analysis.py
src/manifestguard/core/examples.py
src/manifestguard/core/git_check.py
src/manifestguard/core/ignore_patterns.py
src/manifestguard/core/list_interface.py
src/manifestguard/core/logging.py
src/manifestguard/core/refactoring_rules.py
src/manifestguard/core/rule_registry.py
src/manifestguard/core/run_lock.py
src/manifestguard/core/safe_json_writer.py
src/manifestguard/core/scan_space.py
src/manifestguard/core/security.py
src/manifestguard/core/test_config_helper.py
src/manifestguard/core/user_settings.py
src/manifestguard/core/validators.py
src/manifestguard/core/version_check.py
src/manifestguard/core/version_validator.py
src/manifestguard/core/workflow.py
src/manifestguard/doc/INSTALLATION.md
src/manifestguard/doc/TEST-CONFIG-GUIDE.md
src/manifestguard/doc/mgpy-guide-doc-pages.1.6.json
src/manifestguard/environment/openapi.yaml
src/manifestguard/environment/service.py
src/manifestguard/extended/__init__.py
src/manifestguard/extended/baseline.py
src/manifestguard/extended/bugfix_analysis.py
src/manifestguard/extended/complexity.py
src/manifestguard/extended/complexity_analyzer.py
src/manifestguard/extended/complexity_cli.py
src/manifestguard/extended/complexity_engine.py
src/manifestguard/extended/complexity_models.py
src/manifestguard/extended/complexity_serialization.py
src/manifestguard/extended/coverage_collection.py
src/manifestguard/extended/coverage_metrics.py
src/manifestguard/extended/coverage_parser.py
src/manifestguard/extended/coverage_trends.py
src/manifestguard/extended/coverage_weekly.py
src/manifestguard/extended/dependency_collection.py
src/manifestguard/extended/documentation_coverage.py
src/manifestguard/extended/dummy_recognition.py
src/manifestguard/extended/dummy_recognition_detection.py
src/manifestguard/extended/dummy_recognition_markers.py
src/manifestguard/extended/dummy_recognition_models.py
src/manifestguard/extended/dummy_recognition_suppressions.py
src/manifestguard/extended/duplication.py
src/manifestguard/extended/filesystem_safety.py
src/manifestguard/extended/hardcoded_cli_strings.py
src/manifestguard/extended/hardcoded_gui_strings.py
src/manifestguard/extended/hardcoded_strings_common.py
src/manifestguard/extended/metrics.py
src/manifestguard/extended/metrics_bugfix_collection.py
src/manifestguard/extended/metrics_complexity_collection.py
src/manifestguard/extended/metrics_history_export.py
src/manifestguard/extended/metrics_history_reconstruct.py
src/manifestguard/extended/metrics_recommendations_core.py
src/manifestguard/extended/metrics_recommendations_quality.py
src/manifestguard/extended/metrics_recommendations_quality_base.py
src/manifestguard/extended/metrics_recommendations_quality_helpers.py
src/manifestguard/extended/metrics_recommendations_quality_metrics.py
src/manifestguard/extended/metrics_recommendations_quality_modern.py
src/manifestguard/extended/metrics_recommendations_quality_static.py
src/manifestguard/extended/metrics_recommendations_quality_trends.py
src/manifestguard/extended/metrics_security_collection.py
src/manifestguard/extended/packaging_collection.py
src/manifestguard/extended/policy_collection.py
src/manifestguard/extended/runner.py
src/manifestguard/extended/sbom_collection.py
src/manifestguard/extended/scan_utils.py
src/manifestguard/extended/security_detectors.py
src/manifestguard/extended/style_checks.py
src/manifestguard/extended/supply_chain_audit.py
src/manifestguard/extended/typing_coverage.py
src/manifestguard/extended/venv_health_weekly.py
src/manifestguard/extended/venv_packages_snapshot.py
src/manifestguard/extended/weak_crypto_check.py
src/manifestguard/extended/wheel_backfill.py
src/manifestguard/extended/markers/README.md
src/manifestguard/extended/markers/de.json
src/manifestguard/extended/markers/en.json
src/manifestguard/extended/markers/es.json
src/manifestguard/extended/markers/fr.json
src/manifestguard/i18n/__init__.py
src/manifestguard/i18n/de.json
src/manifestguard/i18n/en.json
src/manifestguard/i18n/i18n.py
src/manifestguard/i18n/locales/de/cli.json
src/manifestguard/i18n/locales/de/core.json
src/manifestguard/i18n/locales/de/environment.json
src/manifestguard/i18n/locales/de/errors.json
src/manifestguard/i18n/locales/de/gui.json
src/manifestguard/i18n/locales/en/cli.json
src/manifestguard/i18n/locales/en/core.json
src/manifestguard/i18n/locales/en/environment.json
src/manifestguard/i18n/locales/en/errors.json
src/manifestguard/i18n/locales/en/gui.json
src/manifestguard/i18n/locales/fr/cli.json
src/manifestguard/i18n/locales/fr/core.json
src/manifestguard/i18n/locales/fr/environment.json
src/manifestguard/i18n/locales/fr/errors.json
src/manifestguard/i18n/locales/fr/gui.json
src/manifestguard/i18n/locales/lb/cli.json
src/manifestguard/i18n/locales/lb/core.json
src/manifestguard/i18n/locales/lb/environment.json
src/manifestguard/i18n/locales/lb/errors.json
src/manifestguard/i18n/locales/lb/gui.json
src/manifestguard/i18n/locales/tr/cli.json
src/manifestguard/i18n/locales/tr/core.json
src/manifestguard/i18n/locales/tr/environment.json
src/manifestguard/i18n/locales/tr/errors.json
src/manifestguard/i18n/locales/tr/gui.json
src/manifestguard/licensing/__init__.py
src/manifestguard/licensing/client.py
src/manifestguard/licensing/feature_limits.py
src/manifestguard/licensing/jwt_utils.py
src/manifestguard/licensing/repo_registry.py
src/manifestguard/licensing/tier_utils.py
src/manifestguard/licensing/validator.py
src/manifestguard/models/__init__.py
src/manifestguard/models/base.py
src/manifestguard/models/config.py
src/manifestguard/models/environment.py
src/manifestguard/models/metrics.py
src/manifestguard/models/telemetry.py
src/manifestguard/models/validation.py
src/manifestguard/orchestration/__init__.py
src/manifestguard/orchestration/venv_wizard_adapter.py
src/manifestguard/orchestration/worker_runner.py
src/manifestguard/plugins/__init__.py
src/manifestguard/plugins/isolation.py
src/manifestguard/plugins/loader.py
src/manifestguard/plugins/namespace.py
src/manifestguard/plugins/registry.py
src/manifestguard/pyarmor_runtime_000000/__init__.py
src/manifestguard/pyarmor_runtime_000000/pyarmor_runtime.pyd
src/manifestguard/quickfix/__init__.py
src/manifestguard/quickfix/backup.py
src/manifestguard/quickfix/file_ops.py
src/manifestguard/reporting/refactor_guidelines.py
src/manifestguard/reporting/sarif.py
src/manifestguard/reporting/worker_export.py
src/manifestguard/utils/cli_validation.py
src/manifestguard/utils/validation/__init__.py
src/manifestguard/utils/validation/collections.py
src/manifestguard/utils/validation/errors.py
src/manifestguard/utils/validation/normalize.py
src/manifestguard/utils/validation/paths.py
src/manifestguard/utils/validation/primitives.py
src/manifestguard/utils/validation/schema.py
src/manifestguard/validation/__init__.py
src/manifestguard/validation/base.py
src/manifestguard/validation/dependency_checker.py
src/manifestguard/validation/dependency_license_policy_validator.py
src/manifestguard/validation/dependency_policy_validator.py
src/manifestguard/validation/entry_points.py
src/manifestguard/validation/inline_markers.py
src/manifestguard/validation/license_guardrail.py
src/manifestguard/validation/license_guardrail_validator.py
src/manifestguard/validation/pyproject_validator.py
src/manifestguard/validation/python_import_analysis.py
src/manifestguard/validation/requirements_validator.py
src/manifestguard/validation/runtime_metrics.py
src/manifestguard/validation/setuppy_validator.py