.cursorrules
AGENTS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mcp.json.example
pyproject.toml
setup.cfg
.continue/config.json
.kiro/hooks/contextos-prefetch.json
contextos/__init__.py
contextos/api.py
contextos/auth.py
contextos/cache_layer.py
contextos/chunker.py
contextos/cli.py
contextos/compressor.py
contextos/config.py
contextos/dashboard.py
contextos/embedder.py
contextos/evaluator.py
contextos/graph.py
contextos/logger.py
contextos/mcp_server.py
contextos/memory.py
contextos/plugins.py
contextos/proxy.py
contextos/py.typed
contextos/retrieval.py
contextos/scaffolder.py
contextos/schema.py
contextos/session.py
contextos/store.py
contextos/symbols.py
contextos/ui.py
contextos/user_memory.py
contextos/vault.py
contextos/watcher.py
contextos/connectors/__init__.py
contextos/connectors/base.py
contextos/connectors/github.py
contextos/connectors/json_source.py
contextos/connectors/openapi.py
contextos/ingestors/__init__.py
contextos/ingestors/docx.py
contextos/ingestors/pdf.py
contextos/ingestors/pptx.py
contextos/templates/__init__.py
contextos/templates/api-first/architecture/api.md
contextos/templates/default/architecture/overview.md
contextos/templates/default/context/current.md
contextos/templates/default/decisions/ADR-001-example.md
contextos/templates/default/domain/entity.md
contextos/templates/default/product/vision.md
contextos/templates/default/workflows/example-flow.md
contextos/templates/microservice/architecture/service.md
eval/contextos-questions.json
eval/questions.json.example
examples/my-project/architecture/backend.md
examples/my-project/context/current-sprint.md
examples/my-project/decisions/ADR-001-use-postgres.md
examples/my-project/decisions/ADR-002-event-sourcing.md
examples/my-project/domain/booking.md
examples/my-project/domain/payment.md
examples/my-project/product/vision.md
examples/my-project/workflows/booking-flow.md
tests/test_e2e.py
tests/test_smoke.py
tests/test_v11.py
tests/test_v12.py
tests/test_v13.py
tests/test_v14.py
tests/test_v14_fixes.py
tests/test_v20.py