v1.16.0
v1.16.0
Bug Fixes / DX
-
fullstack init --next: auto-runs
bun run rename <name>inside the scaffoldedprojects/api/directory after the API clone completes (#83)Closes the gap where every `--next` consumer either remembered to manually run `bun run rename my-project` or ended up with a workspace that said "nest-base" everywhere — `package.json`, `README.md`, `portless.yml`, `docker-compose.yml`. The CLI already knows the project name from `--name`, so it does the rename for the user.
Includes a small reset-package.json-name shim because `setupServerForFullstack` already pre-patches `package.json#name` and the rename planner would otherwise short-circuit before touching the other three files.
Failure of the rename step logs a warning and prints the manual retry command but does NOT abort `init` — the workspace is still bootable; the user can re-run rename later.
Tests: 4 new in `tests/fullstack-init-next-rename.test.ts`. Full suite 157/158 passed (1 skipped, pre-existing).
Other commits since v1.15.0
See full changelog.