LICENSE
README.md
pyproject.toml
src/contextduty/__init__.py
src/contextduty/audit.py
src/contextduty/cli.py
src/contextduty/config.py
src/contextduty/cursor.py
src/contextduty/dashboard.py
src/contextduty/demo.py
src/contextduty/detectors.py
src/contextduty/engine.py
src/contextduty/feed.py
src/contextduty/hooks.py
src/contextduty/interceptor.py
src/contextduty/mcp_server.py
src/contextduty/notebook.py
src/contextduty/policy.py
src/contextduty/protect.py
src/contextduty/proxy_addon.py
src/contextduty.egg-info/PKG-INFO
src/contextduty.egg-info/SOURCES.txt
src/contextduty.egg-info/dependency_links.txt
src/contextduty.egg-info/entry_points.txt
src/contextduty.egg-info/requires.txt
src/contextduty.egg-info/top_level.txt
src/contextduty/adapters/__init__.py
src/contextduty/adapters/ide.py
src/contextduty/core/__init__.py
src/contextduty/core/exceptions.py
src/contextduty/proxy/__init__.py
src/contextduty/proxy/addon.py
src/contextduty/proxy/ca.py
src/contextduty/proxy/feed.py
src/contextduty/proxy/interceptor.py
src/contextduty/proxy/scope.py
src/contextduty/proxy/server.py
src/contextduty/proxy/system.py
src/contextduty/ui/__init__.py
src/contextduty/ui/output.py
tests/test_audit.py
tests/test_cli.py
tests/test_cursor.py
tests/test_dashboard.py
tests/test_detectors.py
tests/test_engine.py
tests/test_hooks.py
tests/test_interceptor.py
tests/test_notebook.py
tests/test_notebook_api.py
tests/test_per_detector_modes.py
tests/test_policy.py
tests/test_protect.py
tests/test_proxy_addon.py