LICENSE
README.md
pyproject.toml
src/mnem/__init__.py
src/mnem/__main__.py
src/mnem/cli.py
src/mnem/conventions.py
src/mnem/failure.py
src/mnem/router.py
src/mnem/sources.py
src/mnem/commands/__init__.py
src/mnem/commands/doctor.py
src/mnem/commands/hello.py
src/mnem/commands/init.py
src/mnem/commands/passthrough.py
src/mnem/commands/version.py
src/mnem_suite.egg-info/PKG-INFO
src/mnem_suite.egg-info/SOURCES.txt
src/mnem_suite.egg-info/dependency_links.txt
src/mnem_suite.egg-info/entry_points.txt
src/mnem_suite.egg-info/requires.txt
src/mnem_suite.egg-info/top_level.txt
tests/test_cli.py
tests/test_conventions.py
tests/test_failure.py
tests/test_first_run.py
tests/test_init.py
tests/test_integration_passthrough.py
tests/test_interactive_verbs.py
tests/test_passthrough_deadlock.py
tests/test_router.py
tests/test_sources.py
tests/test_usage_errors.py