python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython -m src.temporaeth.cli --help- Check Python version (3.11+)
- Recreate virtualenv if dependency conflicts occur
- Run tests before opening an issue
- Lint passes
- Typecheck passes
- Tests pass
- README and docs updated
- Version tag and changelog note