v1.4.1
Maintenance release.
Fixed
- Windows dependency install —
execFilecouldn't run the.cmdshims Windows uses for pnpm/npm, so package-manager detection and the optional install silently failed; both call sites now passshellon win32. - tsup build target bumped
node18→node20to matchengines: >=20.12. - Cline added to the package/CLI description and keywords.
Dependencies
@clack/prompts0.7 → 1.7 — hard-failure spinners migrated to the new.error()API;validatecallbacks handleundefinedinput.commander12 → 15 (ESM-only).typescript5.6 → 7.0 (native compiler) with"types": ["node"]added to tsconfig;@types/nodepinned to the Node 24 LTS line.
Docs
- Missing v1.4.0 entry restored in
knowledge/project/log.md; changelog/CLAUDE.md synced. - Template registry fully refreshed to latest stable versions (agentic-coding-registry#33) — 262 bumps across 30 modules, picked up automatically by
create/update.
Verified: tsc clean, 82/82 tests, build + runtime smoke tests, npm audit --omit=dev clean.