LICENSE
README.md
pyproject.toml
src/hugr/__init__.py
src/hugr/__main__.py
src/hugr/_minimums.py
src/hugr/cli.py
src/hugr/config.py
src/hugr/conventions.py
src/hugr/failure.py
src/hugr/router.py
src/hugr/session.py
src/hugr/sources.py
src/hugr/api/__init__.py
src/hugr/api/_passthrough.py
src/hugr/api/doctor.py
src/hugr/api/fused.py
src/hugr/api/schedule.py
src/hugr/api/send.py
src/hugr/api/version.py
src/hugr/commands/__init__.py
src/hugr/commands/doctor.py
src/hugr/commands/hello.py
src/hugr/commands/init.py
src/hugr/commands/list.py
src/hugr/commands/passthrough.py
src/hugr/commands/version.py
src/hugr/commands/web.py
src/hugr/server/__init__.py
src/hugr/server/app.py
src/hugr/server/auth.py
src/hugr/sync/__init__.py
src/hugr/sync/age.py
src/hugr/sync/devices.py
src/hugr/sync/git.py
src/hugr/tui/__init__.py
src/hugr/tui/app.py
src/hugr/tui/screens/__init__.py
src/hugr/tui/screens/_render.py
src/hugr/tui/screens/ask.py
src/hugr/tui/screens/doctor.py
src/hugr/tui/screens/find.py
src/hugr/tui/screens/inbox.py
src/hugr/tui/screens/remember.py
src/hugr/tui/screens/session.py
src/hugr/tui/widgets/__init__.py
src/hugr/web/__init__.py
src/hugr/web/app.py
src/hugr_cli.egg-info/PKG-INFO
src/hugr_cli.egg-info/SOURCES.txt
src/hugr_cli.egg-info/dependency_links.txt
src/hugr_cli.egg-info/entry_points.txt
src/hugr_cli.egg-info/requires.txt
src/hugr_cli.egg-info/top_level.txt
tests/test_api_doctor_pure.py
tests/test_api_envelope_conformance.py
tests/test_api_module.py
tests/test_api_version_pure.py
tests/test_cli.py
tests/test_conventions.py
tests/test_doctor_fix.py
tests/test_doctor_m365_profiles.py
tests/test_failure.py
tests/test_first_run.py
tests/test_first_run_guard.py
tests/test_fused_verbs.py
tests/test_hugr_book.py
tests/test_hugr_send.py
tests/test_init.py
tests/test_init_adopts_existing_configs.py
tests/test_init_chain_setup.py
tests/test_init_install_prompt.py
tests/test_integration_passthrough.py
tests/test_interactive_verbs.py
tests/test_list.py
tests/test_passthrough_deadlock.py
tests/test_passthrough_json_policy.py
tests/test_router.py
tests/test_server_auth.py
tests/test_session.py
tests/test_sources.py
tests/test_suite_doc_minimums.py
tests/test_sync.py
tests/test_tui_consumes_api.py
tests/test_tui_screens.py
tests/test_tui_snapshot.py
tests/test_usage_errors.py
tests/test_web_command.py
tests/test_web_mutations.py
tests/test_web_routes.py
tests/test_web_routes_v2.py
tests/test_web_security.py
tests/test_yaams_config_env.py