Skip to content

CodeWard 0.2.0

Choose a tag to compare

@ivory-code ivory-code released this 01 Jul 13:26
2c3fba5

Summary

CodeWard 0.2.0 introduces the verification manifest feedback loop: a repo-local QA memory that helps turn branch changes into manifest-backed E2E plans and draft tests.

Highlights

  • Adds codeward manifest init, manifest validate, and manifest explain.
  • Adds .codeward/manifest.yaml schema support through schema/codeward-manifest.schema.json.
  • Uses manifest matches in verify, e2e plan, and e2e draft output.
  • Promotes matched manifest flows into Playwright, Maestro, and manual draft generation.
  • Documents the default-branch baseline workflow so shared team manifests start from the repository's default QA map.
  • Keeps generated drafts conservative with readiness evidence for missing runner setup, selectors, fixtures, and validation proof.

Validation

  • pnpm run release:check passed on main.
  • npm publish --access public succeeded for @ivorycanvas/codeward@0.2.0.
  • Package tarball includes dist, docs, schema, README.md, CHANGELOG.md, LICENSE, and package.json.