How to upgrade between Retort versions and handle breaking changes.
- Pull the latest Retort changes
- Review the changelog for breaking changes
- Run
retort syncto regenerate all configs - Run
retort validateto verify integrity - Review
git difffor unexpected changes - Commit the updated generated files
When upgrading introduces new spec fields:
- Compare your overlay files against
.agentkit/overlays/__TEMPLATE__/ - Add any new required fields to your overlay
- Run
retort syncand verify output
- Initial release of Retort
- Spec-driven config generation for 6 AI tools
- 10-team framework with 5-phase lifecycle
- Hook-based security guardrails
- Overlay system for per-repo customization
No breaking changes — this is the initial release.
This guide is maintained by Retort. Run pnpm --dir .agentkit retort:sync to regenerate.