Thank you for your interest in contributing!
git clone https://github.com/agentjido/jido_harness.git
cd jido_harness
mix setupmix testmix qualityThis runs: compile, format check, credo, dialyzer, and doctor.
Use Conventional Commits:
feat(adapter): add streaming support
fix(registry): handle missing provider config
docs: update README examples
- Fork the repository
- Create a feature branch (
git checkout -b feat/my-feature) - Make your changes and ensure
mix qualitypasses - Submit a pull request
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.