CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
docs/architecture.md
docs/backend-decision-matrix.md
docs/getting-started.md
docs/v2-architecture.md
examples/basic_memory.py
examples/live_postgres_demo.py
src/context_fabrica/__init__.py
src/context_fabrica/adapters.py
src/context_fabrica/bootstrap_cli.py
src/context_fabrica/cli.py
src/context_fabrica/config.py
src/context_fabrica/demo_cli.py
src/context_fabrica/doctor_cli.py
src/context_fabrica/embedding.py
src/context_fabrica/engine.py
src/context_fabrica/entity.py
src/context_fabrica/graph.py
src/context_fabrica/index.py
src/context_fabrica/models.py
src/context_fabrica/policy.py
src/context_fabrica/project_memory_cli.py
src/context_fabrica/projection.py
src/context_fabrica/projector_cli.py
src/context_fabrica/reranking.py
src/context_fabrica/synthesis.py
src/context_fabrica/temporal.py
src/context_fabrica.egg-info/PKG-INFO
src/context_fabrica.egg-info/SOURCES.txt
src/context_fabrica.egg-info/dependency_links.txt
src/context_fabrica.egg-info/entry_points.txt
src/context_fabrica.egg-info/requires.txt
src/context_fabrica.egg-info/top_level.txt
src/context_fabrica/storage/__init__.py
src/context_fabrica/storage/hybrid.py
src/context_fabrica/storage/kuzu.py
src/context_fabrica/storage/postgres.py
src/context_fabrica/storage/projector.py
src/context_fabrica/storage/sqlite.py
tests/test_embedding.py
tests/test_engine.py
tests/test_hybrid_storage.py
tests/test_policy.py
tests/test_postgres_live.py
tests/test_project_memory_script.py
tests/test_projector.py
tests/test_sqlite_storage.py