v1.0.0
umputun/ralphexv1.0.0Apr 21, 2026by umputun
AI Summary
The first stable release of ralphex, establishing semantic versioning and a backward compatibility promise.
Key Highlights
- First stable release
- Backward compatibility promise for public surface
- Validate plan has task sections before task loop
Full Release Notes
This is the first stable release of ralphex. From this point forward, the project follows [Semantic Versioning](https://semver.org/) with a backward compatibility promise for the public surface (CLI flags, config file format, prompt/agent template variables, and progress file structure). Breaking changes will be reserved for major version bumps (v2.0.0, etc.); minor versions add features without breaking existing setups; patch versions ship bug fixes only. **Bug Fixes** - validate plan has task sections before task loop #291 @umputun