Thanks for helping improve te-drift-detector.
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e ".[dev]"Run these checks locally:
ruff check src/ tests/
pytest -q
te-drift --helpPlease keep PRs:
- Focused (small, clear scope)
- Tested (add/update tests when behavior changes)
- Documented (update README/docs for user-visible changes)
- Deterministic (the detector is zero-LLM by design — changes must not add model calls or network access to the detection path)