LICENSE
README.md
pyproject.toml
src/arx/__init__.py
src/arx/__main__.py
src/arx/cli.py
src/arx/advisory/__init__.py
src/arx/advisory/context.py
src/arx/advisory/providers.py
src/arx/advisory/web.py
src/arx/core/__init__.py
src/arx/core/engine.py
src/arx/core/evidence.py
src/arx/core/interfaces.py
src/arx/core/models.py
src/arx/desktop/__init__.py
src/arx/desktop/__main__.py
src/arx/desktop/advisory.py
src/arx/desktop/app.py
src/arx/desktop/controllers.py
src/arx/desktop/theme.py
src/arx/desktop/ux.py
src/arx/desktop/widgets.py
src/arx/exporters/__init__.py
src/arx/exporters/codex_exporter.py
src/arx/exporters/json_exporter.py
src/arx/exporters/project_codex_exporter.py
src/arx/exporters/text_exporter.py
src/arx/machine/__init__.py
src/arx/machine/windows.py
src/arx/project/__init__.py
src/arx/project/engine.py
src/arx/project/invariants.py
src/arx/project/models.py
src/arx/project/resolution_contract.py
src/arx/project/resolver.py
src/arx/project/scanner.py
src/arx/project/versions.py
src/arx/software/__init__.py
src/arx/software/scanner.py
src/arx_prescanner.egg-info/PKG-INFO
src/arx_prescanner.egg-info/SOURCES.txt
src/arx_prescanner.egg-info/dependency_links.txt
src/arx_prescanner.egg-info/entry_points.txt
src/arx_prescanner.egg-info/requires.txt
src/arx_prescanner.egg-info/top_level.txt
tests/test_advisory_context.py
tests/test_advisory_providers.py
tests/test_advisory_web.py
tests/test_arx.py
tests/test_benchmark_infrastructure.py
tests/test_cli.py
tests/test_cross_surface_consistency.py
tests/test_desktop.py
tests/test_desktop_advisory.py
tests/test_desktop_ux.py
tests/test_documentation.py
tests/test_domain_model_lock.py
tests/test_github_workflows.py
tests/test_project_cli.py
tests/test_project_schemas.py
tests/test_project_semantics.py
tests/test_python_hardening.py
tests/test_release_metadata.py
tests/test_windows_packaging.py