README.md
pyproject.toml
src/unuforge/__init__.py
src/unuforge/cli.py
src/unuforge/consumer_contracts.py
src/unuforge.egg-info/PKG-INFO
src/unuforge.egg-info/SOURCES.txt
src/unuforge.egg-info/dependency_links.txt
src/unuforge.egg-info/entry_points.txt
src/unuforge.egg-info/top_level.txt
src/unuforge/cli_commands/__init__.py
src/unuforge/cli_commands/actions.py
src/unuforge/cli_commands/preset.py
src/unuforge/cli_commands/profiles.py
src/unuforge/runtime/__init__.py
src/unuforge/runtime/action_dispatch.py
src/unuforge/runtime/contracts.py
src/unuforge/runtime/host.py
src/unuforge/runtime/presets.py
src/unuforge/runtime/profile_dispatch.py
tests/test_cli.py
tests/test_consumer_contracts.py
tests/test_distribution.py
tests/test_installed_package_consumers.py
tests/test_release_metadata.py
tests/test_runtime_presets.py
tests/test_workflows.py