Skip to content

v4.2.1 — first external contribution of the v4 era

Choose a tag to compare

@manufosela manufosela released this 23 Jul 12:01
cd79153

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 run instead of the generic plan.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 worktree per task; the gates travel with the repo and work there. Refresh with kj init (or kj env install) after updating. #1299