docs(using-lt-cli): document experimental --next flag (nest-base)#6
Merged
Merged
Conversation
Updates the using-lt-cli skill to reference the new experimental --next flag added to lt CLI in lenneTech/cli#<TBD>. - SKILL.md: gotcha + parameter table entry + lt server create synopsis - examples.md: new "Experimental: --next (nest-base)" section under Fullstack Project Initialization - reference.md: detailed reference block for --next The flag swaps the API template from nest-server-starter (MongoDB) to nest-base (Bun + Prisma 7 + Postgres + Better-Auth). Documented as incompatible with the downstream lt server module/object/addProp/test/ permissions generators so future skill activations don't suggest those on a --next project. See: https://github.com/lenneTech/cli/pull/new/feat/next-experimental-nest-base Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new experimental
--nextflag added to the lt CLI in lenneTech/cli#80.The flag swaps the API template from
nest-server-starter(MongoDB) tonest-base(Bun + Prisma 7 + Postgres + Better-Auth) and is intended for greenfield prototyping only.Changes
plugins/lt-dev/skills/using-lt-cli/:--nextprojects are incompatible withlt server module/object/addProp/test/permissions,--nextadded tolt fullstack initsynopsis + parameter table,--nextadded tolt server createsynopsis,--next(nest-base)" section with a standalone-API example, a fullstack example, and explicit limitations. Following sections renumbered.--nextcovering effects, limitations, and post-creation install commands.Why this matters for future skill activations
Without these notes, the
using-lt-cliskill would happily route a user fromlt fullstack init --nexttogenerating-nest-serversfor follow-uplt server modulework — which fails because nest-base has a different layout (Prisma instead of Mongoose, nosrc/server/modules/). The new gotcha + the limitations in examples/reference make that boundary explicit.Test plan
---out of old/new strings).--nextreferences match the cli implementation: forcesapiMode = Rest,frameworkMode = npm, skips workspace install in fullstack mode.Related
🤖 Generated with Claude Code