v0.38.0
v0.38.0 (2026-03-02)
Features
- 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