LICENSE
README.md
pyproject.toml
src/inherence_proxy/__init__.py
src/inherence_proxy/__main__.py
src/inherence_proxy/audit.py
src/inherence_proxy/classification.py
src/inherence_proxy/cli.py
src/inherence_proxy/config.py
src/inherence_proxy/drift.py
src/inherence_proxy/heartbeat.py
src/inherence_proxy/hosted_client.py
src/inherence_proxy/init.py
src/inherence_proxy/mcp_client.py
src/inherence_proxy/mcp_server.py
src/inherence_proxy/proxy.py
src/inherence_proxy/upstream.py
src/inherence_proxy.egg-info/PKG-INFO
src/inherence_proxy.egg-info/SOURCES.txt
src/inherence_proxy.egg-info/dependency_links.txt
src/inherence_proxy.egg-info/entry_points.txt
src/inherence_proxy.egg-info/requires.txt
src/inherence_proxy.egg-info/top_level.txt
tests/test_audit.py
tests/test_classification.py
tests/test_cli_logging_and_exit_codes.py
tests/test_cursor_support.py
tests/test_drift.py
tests/test_env_var_propagation.py
tests/test_heartbeat.py
tests/test_hosted_client.py
tests/test_init.py
tests/test_init_proxy_path.py
tests/test_init_shell_warning.py
tests/test_proxy.py
tests/test_restore_command.py
tests/test_serve_startup.py
tests/test_status_command.py
tests/test_tool_name_sanitization.py
tests/test_upstream.py