. ├── .github │ └── workflows │ ├── claude-review.yml │ ├── ruff.yml │ └── type-check.yml ├── src │ ├── __init__ ...
Python 3.11+ Docker (for container builds) pre-commit (for local development) We welcome contributions! Please see CONTRIBUTING.md for guidelines. All commits must be ...