CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
app/__init__.py
app/auth.py
app/main.py
app/api/__init__.py
app/api/admin_audit.py
app/api/health.py
app/api/p0_routes.py
app/api/p1_adjcache.py
app/api/p1_coordinator.py
app/api/p1_dag.py
app/api/p1_index_worker.py
app/api/p1_inverted.py
app/api/p1_lmdb.py
app/api/p1_metrics.py
app/api/p1_routes.py
app/api/p1_search.py
app/api/p2_admin.py
app/api/p2_embeddings.py
app/api/p3_routes.py
app/api/p3_search.py
app/api/routes.py
app/core/__init__.py
app/core/adjcache.py
app/core/adjcache_shard.py
app/core/audit_log.py
app/core/cache.py
app/core/context_object.py
app/core/coordinator.py
app/core/embeddings.py
app/core/graph.py
app/core/graph_lmdb.py
app/core/graph_lmdb_full.py
app/core/graph_mmap.py
app/core/hotcache.py
app/core/idmap_lmdb.py
app/core/index_coordinator.py
app/core/index_sqlite.py
app/core/index_worker.py
app/core/index_worker_utils.py
app/core/indexer.py
app/core/integrity.py
app/core/inverted_index.py
app/core/metadata.py
app/core/metadata_extractor.py
app/core/metrics.py
app/core/post_ingest.py
app/core/rbac.py
app/core/replication.py
app/core/retention.py
app/core/scheduler.py
app/core/search.py
app/core/search_index.py
app/core/semantic.py
app/core/serializer.py
app/core/serializer_adapter.py
app/core/shard_mmap_manager.py
app/core/shard_registry.py
app/core/shard_router.py
app/core/sharder.py
app/core/storage_cas.py
app/core/utils.py
app/core/policy/__init__.py
app/core/policy/loader.py
app/core/policy/validator.py
app/core/schema/__init__.py
app/core/schema/registry.py
app/core/security/encryption.py
app/core/storage/__init__.py
app/core/storage/filelog.py
app/core/storage/indexer.py
app/core/storage/partitioned_filelog.py
app/middleware/rbac.py
assets/banner.png
assets/contextvault_roadmap.svg
assets/logo.png
contextvault.egg-info/PKG-INFO
contextvault.egg-info/SOURCES.txt
contextvault.egg-info/dependency_links.txt
contextvault.egg-info/requires.txt
contextvault.egg-info/top_level.txt
docs/adjcache_shards.md
docs/how_to_build_index.md
docs/index_format.md
tests/test_admin_audit_api.py
tests/test_audit_integration.py
tests/test_audit_log.py
tests/test_audit_rotation.py
tests/test_auth.py
tests/test_cas.py
tests/test_collections.py
tests/test_collections_encryption.py
tests/test_contexts.py
tests/test_encryption.py
tests/test_health_consistency.py
tests/test_health_endpoint.py
tests/test_index_sqlite.py
tests/test_p0_api.py
tests/test_p1_api.py
tests/test_p2_policy.py
tests/test_p3_relationships.py
tests/test_p3_schema.py
tests/test_rbac.py
tests/test_retention.py
tests/test_retention_scheduler.py
tests/test_search.py