v1.15.0
v1.15.0
Bug Fixes
-
fullstack init --next: replace stale root README/CLAUDE.md, suppress noisy noConfirm hint (#81)
When
lt fullstack init --nextran, the workspace inherited rootREADME.md+CLAUDE.mdfromlt-monorepodescribing the legacy MongoDB + GraphQL + vendor-mode stack — none of which applies to thenest-basetemplate. The stale files poisoned AI agent context (rootCLAUDE.mdis auto-loaded as repo orientation) and confused human readers.- New
src/templates/next-fullstack/{README,CLAUDE}.md.ejs+.claude/QUICKSTART.md.ejs— minimal, correct content describing the actual Bun + Prisma 7 + Postgres + Better-Auth + REST stack. init.ts: when--next, render the new templates over the cloned root files instead of just patching{{TEMPLATE_VAR}}placeholders.tools.nonInteractiveHint(): skip the yellow hint when caller already passed--noConfirm.__tests__/git-commands.test.ts: stabilise flaky test (`--untracked-files=no` for clean-work-dir check, `hasUpstream` guard for upstream-less branches).
- New
Other commits since v1.14.0
See full changelog.