Skip to content

v0.38.0

Choose a tag to compare

@fredvisser fredvisser released this 02 Mar 16:58
· 30 commits to main since this release

v0.38.0 (2026-03-02)

Features

  • Add workitem create-from-template command (#71, af99155)
  • feat: add workitem create-from-template command
  • New command that
    fetches a work item template by ID and pre-fills name, type,
    description, workspace, and partNumber from it
  • All fields can be overridden via CLI options: --name, --state,
    --description, --assigned-to, --workflow-id, --workspace, --part-number
  • Supports --format table (default) and json
  • 5 unit tests covering: happy path, field overrides, template not found,
    JSON output, and partNumbers seeding
  • Updated README.md and SKILL.md with usage examples
  • review: add readonly-mode and failed-items tests; fix fragile part-number test

What's Changed

  • feat: add workitem create-from-template command by @fredvisser in #71

Full Changelog: v0.37.2...v0.38.0