Thanks for helping improve context-fabrica.
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements-dev.txt
python -m pytest- keep changes small and focused
- preserve the canonical-store-first design
- prefer explicit provenance over hidden heuristics
- keep the first-run UX simple for outside users
Run:
python -m pytest
python -m pip install .If your change touches the live Postgres path, also verify:
PYTHONPATH=src python -m context_fabrica.bootstrap_cli --root . --dsn "postgresql:///context_fabrica"
PYTHONPATH=src python -m context_fabrica.demo_cli --dsn "postgresql:///context_fabrica" --project- better promotion policies
- projector observability
- stronger install docs
- more runnable examples