.contextduty.json
.gitignore
.pre-commit-hooks.yaml
ARCHITECTURE.md
CHANGELOG.md
CLA.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DEPENDENCIES.md
ENTERPRISE.md
GOVERNANCE.md
LICENSE
Makefile
README.md
SECURITY.md
SUPPORT.md
THREAT_MODEL.md
contextduty-demo.cast
pyproject.toml
.github/CODEOWNERS
.github/pull_request_template.md
.github/release.yml
.github/secret_scanning.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/codeql/codeql-config.yml
.github/hooks/pre-push
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/contextduty.yml
.github/workflows/dco.yml
.github/workflows/post-merge.yml
.github/workflows/publish.yml
.github/workflows/release.yml
.github/workflows/security.yml
benchmarks/README.md
benchmarks/nlp_benchmark.py
demo/contextduty-demo.gif
demo/contextduty-firewall.cast
demo/contextduty-firewall.gif
demo/contextduty-pitch.html
demo/contextduty_demo.py
demo/dashboard-preview.png
demo/demo.sh
demo/demo_hooks.sh
demo/firewall_demo.py
demo/hook-demo.svg
demo/input.txt
demo/real_demo.sh
demo/record-demo.sh
demo/team-pitch.md
demo/team_demo.sh
demo/live/input.txt
demo/live/policies/custom-policy.json
demo/live/policies/org-baseline.json
demo/live/policies/strict-bad-policy.json
demo/live/policies/team-policy.json
demo/live/policies/user-policy.json
demo/real/.env
demo/real/config/settings.py
demo/real/scripts/deploy.sh
demo/space/README.md
demo/space/app.py
demo/space/requirements.txt
docs/USER_MANUAL.md
examples/notebook_guard.ipynb
examples/nlp-demo/customer_churn.py
examples/nlp-demo/ehr_pipeline.py
examples/nlp-demo/nlp-demo.gif
examples/nlp-demo/patient_analysis.ipynb
examples/nlp-demo/run_demo.py
policies/hipaa-baseline.json
policies/soc2-baseline.json
scripts/live_demo.sh
src/contextduty/__init__.py
src/contextduty/_workspace.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/verify.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/scm_file_list.json
src/contextduty.egg-info/scm_version.json
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/nlp/__init__.py
src/contextduty/nlp/_extract.py
src/contextduty/nlp/_model.py
src/contextduty/nlp/_presidio.py
src/contextduty/nlp/_scanner.py
src/contextduty/nlp/_scoring.py
src/contextduty/nlp/_types.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/team/__init__.py
src/contextduty/team/aggregate.py
src/contextduty/team/collector.py
src/contextduty/team/demo.py
src/contextduty/team/model.py
src/contextduty/team/report.py
src/contextduty/ui/__init__.py
src/contextduty/ui/output.py
tests/__init__.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_engine_edge_cases.py
tests/test_hooks.py
tests/test_interceptor.py
tests/test_nlp.py
tests/test_notebook.py
tests/test_notebook_api.py
tests/test_per_detector_modes.py
tests/test_policy.py
tests/test_presidio.py
tests/test_protect.py
tests/test_proxy_addon.py
tests/test_team.py
tests/test_verify.py