- Standardize README structure.
- Add AI operating guides.
- Standardize community health docs.
- Add changelog and roadmap.
- Add payload examples for server create, clone, scale, and upgrade actions.
- Add a Rails initializer example using credentials.
- Review Cloudways HTTP debug output before production use — removed the
hardcoded
debug_output: $stdoutfromCwConnect/CwToken; seeCHANGELOG.md [Unreleased], not yet cut as a release. - Confirm supported Ruby versions across gemspec, CI, and docs.
- Add or verify specs for missing negative paths.
- Consider response wrapper objects for common Cloudways success and error shapes.
- Update development/test gems to latest RubyGems.org releases (bundler,
rubocop, simplecov, vcr, webmock); gemspec's
ruby_api_pack_coredependency already covers its latest published version under~> 0.1. - Confirm gemspec metadata links.
- Document RubyGems release steps.
- Keep CI, Codecov, and publish workflows aligned with release docs.
- Add a release checklist to
.codex/release-readiness.md.