chore(cli): release create-chassis 0.4.0 - #17
Merged
Conversation
The CLI is versioned separately from the template it downloads, so 0.3.3 — which is what `npm create chassis` runs today — already fetches a master that has the jobs module in it, and knows nothing about it. That means `src/jobs/`, croner and the two job scripts ship into every generated project whether or not anyone asked, `--jobs` does not exist, and a project scaffolded without `--web` keeps `e2e` scripts pointing at a directory the CLI just deleted. A minor rather than a patch: the CLI gained a module and a flag. Smoke-tested per docs/maintainers.md against the local template — `--bare` (26 tests) and `--preset fullstack`, which exercises the monorepo restructure (87 + 16 tests). Both install, verify and build. Co-Authored-By: Claude Opus 5 <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.
Bumps
create-chassisto 0.4.0 so the published CLI knows about thejobsmodule that landed in #16.Why this matters now
The CLI is versioned separately from the template it downloads. 0.3.3 is live on npm and already fetches today's master — the one with
src/jobs/in it — while its catalog has nojobsentry. Until this ships, every project made withnpm create chassis:src/jobs/,cronerand thejobs/start:jobsscripts whether or not they were wanted--jobsflag to decline theme2eande2e:setupscripts pointing at aweb/the CLI deleted, when scaffolded without--webThis is the same class of skew
published.ymlexists to catch.Version
Minor, not patch — the CLI gained a module and a flag.
Pre-release smoke (docs/maintainers.md)
--bare--preset fullstack(monorepo restructure)Publishing still needs
npm login+npm publishfromcli/by a maintainer.🤖 Generated with Claude Code