the project has been stable for a while, no breaking changes in recent releases, and the feature set matches the original vision. time to cut v1.0.0 as the first stable release.
what this means:
- semver commitment going forward (no breaking changes without major version bump)
- current API, CLI flags, config format, and plan file format are considered stable
- docker image tags follow the same versioning
things to check before tagging:
- review CLI flags and config options for anything we'd want to rename/remove before committing to stability
- review and remove deprecated flags (e.g.,
--codex-only)
- make sure docs and README reflect the current state accurately
- verify CHANGELOG covers all notable changes since v0.26.0
the project has been stable for a while, no breaking changes in recent releases, and the feature set matches the original vision. time to cut v1.0.0 as the first stable release.
what this means:
things to check before tagging:
--codex-only)