v4.2.1 — first external contribution of the v4 era
Patch release — including the first external contribution of the v4 era.
Fixed
- The board's per-HU play button passes the HU's own title to
kj runinstead of the genericplan.task(issue #1297) — no more false spec-review failures on well-defined HUs. Fix contributed by @jorgecasar (#1298). Thank you!
Added
- The playbook now orders git worktrees for parallel work (KJC-TSK-0677): working on more than one task, or the base tree must stay untouched → one
git worktreeper task; the gates travel with the repo and work there. Refresh withkj init(orkj env install) after updating. #1299