Where to Find Updates
- Changelog — auto-generated from conventional commits (Agents / Evals / Tracing tabs each have their own)
- GitHub — Releases and commit history
- npm — @m4trix/core, @m4trix/evals, and @m4trix/tracing
Migration Guides
When we introduce breaking changes, we will publish migration guides in the release notes and in this documentation. During alpha, changes may be documented in:- Release notes on GitHub
- The Changelog for your package area
- Inline deprecation warnings in the codebase
Staying Up to Date
- Watch the repository for releases
- Pin versions in production until the API stabilizes
- Run
pnpm update @m4trix/core(or your package manager) to check for updates

