refactor(framework)!: rename package to @gemstack/the-framework and CLI to the-framework (#1071) - #1089
Merged
Merged
Conversation
…LI to the-framework (#1071) Rename the published package @gemstack/framework -> @gemstack/the-framework and the CLI command framework -> the-framework, for consistency with the product name "The Framework". Scope: - package.json name + bin key - every import site across framework-dashboard, examples, and the framework's own runtime refs (update-check PACKAGE_NAME, the node_modules/.../prompts paths in system-prompt.ts and tickets.ts) - CLI command references in the active READMEs - the 36 pending changeset frontmatter keys (so changeset version stays valid) plus one new major changeset for the rename - regenerated pnpm-lock.yaml Left untouched on purpose: CHANGELOG.md history, the English word "framework", and the separate @gemstack/framework-dashboard package. Closes #1071
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.
Closes #1071.
Renames the published package
@gemstack/framework->@gemstack/the-frameworkand the CLI commandframework->the-framework, for consistency with the product name The Framework (the direction #1071 argues for).What changed (125 files)
packages/framework/package.json:nameand thebinkey (framework->the-framework).framework-dashboard(components/lib/server),examples/, and the framework's own runtime refs:update-check.tsPACKAGE_NAME(the npm name it polls for updates), and thenode_modules/@gemstack/the-framework/prompts/...paths insystem-prompt.ts+tickets.ts.packages/framework+ demo), re-aligned help columns.changeset versionerrors on a missing package), plus one new major changeset for the rename itself.pnpm-lock.yaml.Deliberately untouched
CHANGELOG.mdhistory (accurate record of past@gemstack/frameworkreleases).@gemstack/framework-dashboardpackage (boundary-safe replace).packages/framework/(internal, not user-facing;repository.directoryunchanged).Verification (local, this branch)
pnpm build12/12,pnpm typecheck22/22check-prompt-driftin syncNotes for the reviewer / release coordination
@gemstack/the-frameworkis a new package;@gemstack/frameworkstays published and needs a manualnpm deprecatepointing at the new name (post-merge step).major(2.0.0) as a clear breaking signal. Happy to change to minor/patch if preferred.the-framework#655) and its ~65 in-repo URL references are a separate follow-up PR, coordinated with the GitHub Settings rename.