From cbb66c27bb213fb92622d1ece06560d5cc920cf6 Mon Sep 17 00:00:00 2001 From: Suleiman Shahbari Date: Fri, 24 Jul 2026 01:06:52 +0300 Subject: [PATCH] fix(release): put @gemstack/the-framework back on the 1.x line The rename shipped with a major changeset, so the first release under the new name came out as 2.0.0. A rename to a NEW package name does not break anyone: @gemstack/framework keeps resolving and is deprecated with a pointer, so nothing installed stops working. Minor is the honest bump, and 1.x is the line we want to stay on. Sets the version to 1.2.0, moves the rename entry from Major to Minor Changes, rewords it so it no longer claims to be breaking, and fixes the CHANGELOG title, which still read @gemstack/framework. No changeset here on purpose: this corrects a version, it is not a change to publish, and a changeset would bump it straight back up. --- packages/the-framework/CHANGELOG.md | 10 ++++------ packages/the-framework/package.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/the-framework/CHANGELOG.md b/packages/the-framework/CHANGELOG.md index 84254d46a..e98fd2cdf 100644 --- a/packages/the-framework/CHANGELOG.md +++ b/packages/the-framework/CHANGELOG.md @@ -1,14 +1,12 @@ -# @gemstack/framework +# @gemstack/the-framework -## 2.0.0 +## 1.2.0 -### Major Changes +### Minor Changes - b2d23ed: Rename the package from `@gemstack/framework` to `@gemstack/the-framework`, and the CLI command from `framework` to `the-framework` (#1071), for consistency with the product name **The Framework**. - This is a breaking change: update installs to `@gemstack/the-framework` and invocations to `the-framework`. The old `@gemstack/framework` package will be deprecated on npm with a pointer to the new name. - -### Minor Changes + Shipped as a new package name rather than a break in the old one: `@gemstack/framework` keeps resolving and is deprecated with a pointer here, so nothing installed today stops working. Update installs to `@gemstack/the-framework` and invocations to `the-framework`. - 61451a1: Dashboard: the session page says its branch once. The handoff card that repeated the branch name under the action bar is gone; its verdict ("2 commits ยท 0 files", "no changes", "branch gone") and its Push branch / Open PR buttons now ride in the branch row itself, and clicking that row expands the commits and changed files. A live session's Changes panel folds into the same row: the file count sits beside the branch, the rows open underneath. - ecf2ce4: feat(framework): context fragment lists the recorded conversations (#683) diff --git a/packages/the-framework/package.json b/packages/the-framework/package.json index 8a11109eb..8e8331ccf 100644 --- a/packages/the-framework/package.json +++ b/packages/the-framework/package.json @@ -1,6 +1,6 @@ { "name": "@gemstack/the-framework", - "version": "2.0.0", + "version": "1.2.0", "description": "The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.", "keywords": [ "ai",