Contributing¶
- Fork & branch from
main
. - Enable offline mode for local test speed:
export TC_OFFLINE=1
. - Add tests for new logic (prefer deterministic paths).
- Run
pytest --cov
and ensure threshold met. - Open a Pull Request with a concise description.