CodeWard 0.2.0
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, andmanifest explain. - Adds
.codeward/manifest.yamlschema support throughschema/codeward-manifest.schema.json. - Uses manifest matches in
verify,e2e plan, ande2e draftoutput. - 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:checkpassed onmain.npm publish --access publicsucceeded for@ivorycanvas/codeward@0.2.0.- Package tarball includes
dist,docs,schema,README.md,CHANGELOG.md,LICENSE, andpackage.json.