Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.17 KB

File metadata and controls

30 lines (24 loc) · 1.17 KB

TODO

Documentation

  • 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.

Ruby Gem

  • Review Cloudways HTTP debug output before production use — removed the hardcoded debug_output: $stdout from CwConnect/CwToken; see CHANGELOG.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.

Release

  • Update development/test gems to latest RubyGems.org releases (bundler, rubocop, simplecov, vcr, webmock); gemspec's ruby_api_pack_core dependency 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.