Thanks for contributing to cosmic.
poetry installpoetry run python -c "from cosmic.extension import get_extension; get_extension(verbose=True)"poetry run ruff format .
poetry run ruff check .poetry run pytestpoetry run python benchmark_llm_finetune.py- Keep CPU-only constraints intact (no CUDA files or CUDA build logic)
- Add or update tests for functional changes
- Keep structured logging deterministic
- Update documentation if behavior changes