Skip to content

Contributing

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