v0.2.1

Patch
  • 21c0cd5

    Scaffold cn from cnfast instead of composing clsx with tailwind-merge. It is a drop-in with the same signature and the same Tailwind conflict resolution, so generated lib/utils.ts is now a single re-export and the app carries one dependency where it used to carry two. Verified against this repo's own class strings: 9223 comparisons across every literal in the codebase, their pairings, and the object, array and conditional forms, with no output difference.

  • 1fd6005

    Enable useTypeScriptCli in the scaffolded Next config. The generator already pins typescript@^7, but TypeScript 7 has no JS compiler API, so without that flag a generated project builds with no type checking at all. @types/node also moves to ^26 to match the version every package in this repo uses.