CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
examples/auth_bug/README.md
examples/auth_bug/config/auth.yaml
examples/auth_bug/config/logging.yaml
examples/auth_bug/docs/security.md
examples/auth_bug/docs/style.md
examples/auth_bug/src/__init__.py
examples/auth_bug/src/auth/__init__.py
examples/auth_bug/src/auth/middleware.py
examples/auth_bug/src/billing/__init__.py
examples/auth_bug/src/billing/invoice.py
examples/auth_bug/src/inventory/__init__.py
examples/auth_bug/src/inventory/catalog.py
examples/auth_bug/src/notifications/__init__.py
examples/auth_bug/src/notifications/email.py
examples/auth_bug/src/reports/__init__.py
examples/auth_bug/src/reports/monthly.py
examples/auth_bug/src/reports/weekly.py
examples/auth_bug/src/users/__init__.py
examples/auth_bug/src/users/session.py
examples/auth_bug/src/utils/__init__.py
examples/auth_bug/src/utils/dates.py
examples/auth_bug/src/utils/strings.py
examples/auth_bug/tests/__init__.py
examples/auth_bug/tests/test_auth.py
examples/auth_bug/tests/test_billing.py
src/opencontextually/__init__.py
src/opencontextually/checks.py
src/opencontextually/cli.py
src/opencontextually/context.py
src/opencontextually/discovery.py
src/opencontextually/filecache.py
src/opencontextually/mcp.py
src/opencontextually/selector.py
src/opencontextually.egg-info/PKG-INFO
src/opencontextually.egg-info/SOURCES.txt
src/opencontextually.egg-info/dependency_links.txt
src/opencontextually.egg-info/entry_points.txt
src/opencontextually.egg-info/requires.txt
src/opencontextually.egg-info/top_level.txt
tests/conftest.py
tests/test_auth_bug_example.py
tests/test_bugfixes.py
tests/test_checks.py
tests/test_cli_json.py
tests/test_cli_rough_edges.py
tests/test_context.py
tests/test_coverage.py
tests/test_discovery.py
tests/test_excerpts.py
tests/test_expansion.py
tests/test_filecache.py
tests/test_filename_rarity.py
tests/test_mcp.py
tests/test_no_relevant_context.py
tests/test_readme_example.py
tests/test_reason_width.py
tests/test_render_modes.py
tests/test_robustness.py
tests/test_selector.py
tests/test_smoke.py
tests/test_subsystem_collision.py
tests/test_via_marker.py
tests/test_weak_signal.py