Skip to content

v1.3.0 — JP support, Cursor/Antigravity, template upgrades, --lang flag

Latest

Choose a tag to compare

@hiepdnh hiepdnh released this 15 May 15:00
· 22 commits to main since this release

What's new in v1.3.0

Added

  • Japanese language support — 32 skills × JP variants across Claude Code + OpenCode. JP business terminology (変更依頼, 引き継ぎ, 月次保守報告書, リリースノート), formal 敬語, client-facing fields (顧客名, プロジェクト名, 対象システム).
  • Cursor platform--cursor flag generates .cursor/rules/<role>/<name>.mdc + .cursorrules.
  • Antigravity platform--antigravity flag generates .antigravity/skills/ + AGENTS.md.
  • --lang filter--lang ja|en|vi|all installs single-language variant without language suffix (spec.ja.md → installed as spec.md). Untranslated files fall back automatically.
  • 17 template types upgraded to industry standards (55 files, VN/EN/JP variants): IEEE 829, MADR, Connextra/INVEST, Keep a Changelog, Google SRE/PagerDuty, IPA 基本設計書.
  • CI pipelines — installer smoke matrix (4 platforms × ubuntu/windows) + skill file validator on every PR.
  • npm run validate — checks VN/EN/JP variant completeness + frontmatter per skill.

Fixed

  • Installer docRootFiles loop: sibling-aware langFilter + getLangDestName applied correctly.
  • OpenCode ba:reverse EN/JP: template reference pointed to wrong lang variant.
  • OpenCode be:changerequest.ja: Step 4a referenced VN template instead of JP.
  • ops:incident (all platforms): RCA output path moved from docs/decisions/ to docs/reports/.

Install

npx agentic-development-lifecycle --yes
npx agentic-development-lifecycle --yes --lang ja   # Japanese only, no .ja suffix
npx agentic-development-lifecycle --yes --cursor
npx agentic-development-lifecycle --yes --antigravity

Full changelog: CHANGELOG.md
npm: https://www.npmjs.com/package/agentic-development-lifecycle