Thank you for contributing to jido_ecto.
Development
mix setup
mix quality
mix test
Requirements
- Elixir
~> 1.18 - OTP 27+
Guidelines
- Keep public APIs documented with
@docand@spec. - Add tests for behavior, edge cases, and conflict handling.
- Preserve
Jido.Storageordering andJido.Persistcheckpoint invariants. - Use Conventional Commits.
Release
Releases are driven from .github/workflows/release.yml in GitHub Actions.
Do not publish from ad hoc local commands.