Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 354 Bytes

File metadata and controls

21 lines (14 loc) · 354 Bytes

Contributing

Local setup

python -m pip install -e ".[dev]"

Verification

Run the full suite before opening a PR:

powershell -ExecutionPolicy Bypass -File scripts/verify.ps1

Pull requests

  • Keep changes scoped and documented.
  • Add tests for behavior changes.
  • Ensure README.md reflects new keywords and usage.