LICENSE
README.md
pyproject.toml
tests/test_adapters.py
tests/test_adjust.py
tests/test_cli_brevity_and_status.py
tests/test_cli_dry_run.py
tests/test_config.py
tests/test_credentials_utility.py
tests/test_docker_cmd.py
tests/test_enforcement.py
tests/test_harness_config.py
tests/test_hermes_adapter.py
tests/test_hermes_image_cli.py
tests/test_image_cli.py
tests/test_init_wizard.py
tests/test_mcp_server.py
tests/test_mounts.py
tests/test_preset_cli.py
tests/test_preset_config.py
tests/test_requests.py
tests/test_requests_cli.py
tests/test_safety.py
tests/test_session_log.py
tests/test_snapshot.py
tests/test_wake.py
tests/test_wake_cli.py
whizzard/__init__.py
whizzard/adjust.py
whizzard/config.py
whizzard/docker_cmd.py
whizzard/enforcement.py
whizzard/harness_config.py
whizzard/init_wizard.py
whizzard/mcp_server.py
whizzard/mounts.py
whizzard/preset_config.py
whizzard/requests.py
whizzard/safety.py
whizzard/session_log.py
whizzard/snapshot.py
whizzard/wake.py
whizzard.egg-info/PKG-INFO
whizzard.egg-info/SOURCES.txt
whizzard.egg-info/dependency_links.txt
whizzard.egg-info/entry_points.txt
whizzard.egg-info/requires.txt
whizzard.egg-info/top_level.txt
whizzard/_dockerfiles/Dockerfile
whizzard/_dockerfiles/Dockerfile.hermes
whizzard/_dockerfiles/__init__.py
whizzard/adapters/__init__.py
whizzard/adapters/_credentials.py
whizzard/adapters/base.py
whizzard/adapters/generic.py
whizzard/adapters/hermes.py
whizzard/cli/__init__.py
whizzard/cli/_launch.py
whizzard/cli/_session.py
whizzard/cli/_shared.py
whizzard/cli/adjust.py
whizzard/cli/harnesses.py
whizzard/cli/hermes.py
whizzard/cli/image.py
whizzard/cli/init.py
whizzard/cli/mounts.py
whizzard/cli/preset.py
whizzard/cli/profiles.py
whizzard/cli/requests.py
whizzard/cli/sessions.py
whizzard/cli/wake.py