Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 455 Bytes

File metadata and controls

18 lines (13 loc) · 455 Bytes

Contributing

  1. Fork the repository and create a feature branch (feat/ or fix/).
  2. Install dependencies: make install
  3. Run tests: make test and make agent:check
  4. Commit with conventional messages:
<type>(<scope>): <description>
  1. Open a pull request against main.

Pull request checklist

  • make test passes locally
  • make agent:check passes locally
  • README/docs updated if behavior or setup changed