Contributing Guidelines
We welcome research-focused contributions.
How to Contribute
- Open an issue describing proposed changes
- Submit a PR with focused commits
- Include tests for new core functionality
Code Style
- Use ruff and black for linting/formatting
- Prefer type hints and dataclasses where appropriate