Skip to content

v3.7.1 — init fallback fix + pnpm safety

Choose a tag to compare

@manufosela manufosela released this 22 Jun 08:25
3fadb24

v3.7.1 — patch

Onboarding and package-manager robustness.

Fixed

  • KJC-BUG-0091kj init crashed with wizard.input is not a function when answering y to the Plan B fallback prompt. The wizard never exposed an input method; added one (symmetric with confirm). Independent of the package manager.
  • KJC-BUG-0092 — pnpm blocks dependency build scripts by default, so better-sqlite3's native addon never compiled on a pnpm install and DB-backed commands crashed. kj doctor now detects the pnpm layout and prints the exact remedy (pnpm approve-builds better-sqlite3, or install with npm).

Changed

  • KJC-TSK-0580 — the verify-pack release gate now also installs the tarball with pnpm and asserts kj boots, so a pnpm packaging regression is caught every release (CI via corepack).

Built on v3.7.0 — Autonomous delivery. verify-pack green (npm + pnpm).