v0.15.0
Minor Changes
-
60cb47a: Introduce create-only scaffolds: setup tasks that apply a template once and then leave the file to the repository — never locked, compared, updated, or removed.
- New
setup.worktrunk.configscaffolds a default Worktrunk project config at.config/wt.toml: a copy-ignored-then-installpre-startpipeline, a full-validationpre-mergehook, and a commented per-worktree dev-serverpost-startblock. Hook commands render for the repository's command runner —vp installandvp run checkwith a directvite-plusdependency, otherwise the detected package manager's install command withbun run checkfrom a declared rootcheckscript. - Breaking: the managed GitHub Actions check workflow became a scaffold. The manifest key moved from
setup.vitePlus.quality.workflowtosetup.vitePlus.workflow, and thebeforeChecksandtypecheckoptions were removed — edit the scaffolded YAML directly instead. On upgrade, existingsetup:vite-plus-github-actionslock entries and receipts are discarded and.github/workflows/check.ymlbecomes repository-owned; re-apply anybeforeChecks/typecheckcustomization by editing the file. - Breaking: removed the raw-file-mode digest fallback that adopted locks written by dev-kit ≤0.6. If a locked verification fails after upgrading from those versions, run one unlocked
dev-kit applyand commit the regenerated lock.
- New