Skip to content

v0.20.1

Choose a tag to compare

@tuanle96 tuanle96 released this 03 Jun 01:57
· 40 commits to main since this release

Summary

  • Fixed Kiro SKILL.md frontmatter for descriptions containing colon-space text, preventing invalid frontmatter errors in generated .kiro/skills.
  • Updated internal frontmatter parsers to read YAML block scalars correctly.
  • Hardened Codex E2E validation for current project-agent output behavior while preserving reviewer artifact proof.

Validation

  • node scripts/check-version-sync.mjs
  • node scripts/verify-contracts.mjs
  • bash install.sh --help
  • git diff --check
  • npm run --silent lint
  • npm run --silent check:readiness
  • npm publish --dry-run
  • node --test tests/render-templates.test.mjs tests/skill-contracts.test.mjs tests/skill-sidecars.test.mjs tests/e2e-kiro-cli.test.mjs tests/skill-renderer.test.mjs
  • AHK_E2E_CODEX_TIMEOUT_MS=180000 node --test tests/e2e-codex-cli.test.mjs
  • npm test