Skip to content

v1.15.0

Choose a tag to compare

@pascal-klesse pascal-klesse released this 30 Apr 11:02
· 76 commits to main since this release

v1.15.0

Bug Fixes

  • fullstack init --next: replace stale root README/CLAUDE.md, suppress noisy noConfirm hint (#81)

    When lt fullstack init --next ran, the workspace inherited root README.md + CLAUDE.md from lt-monorepo describing the legacy MongoDB + GraphQL + vendor-mode stack — none of which applies to the nest-base template. The stale files poisoned AI agent context (root CLAUDE.md is 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).

Other commits since v1.14.0

See full changelog.