From 7fed24bb4cba60487c18142ae8a9d16c619f5827 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Fri, 25 Sep 2026 17:49:12 -0700 Subject: [PATCH 1/2] release: 0.2.28 Publish the validated mobile session-control and command-platform release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- VERSION | 2 +- extension/package.json | 2 +- mobile/package.json | 2 +- .../changes/polish-session-command-experience/tasks.md | 4 ++-- package-lock.json | 10 +++++----- package.json | 2 +- shared/package.json | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VERSION b/VERSION index 54e86b9..23fa09c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.27 \ No newline at end of file +0.2.28 \ No newline at end of file diff --git a/extension/package.json b/extension/package.json index 4c8d9fd..ffcca50 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-extension", - "version": "0.2.27", + "version": "0.2.28", "private": true, "type": "module", "description": "Weft Copilot CLI extension with a dormant bootstrap and lazy active runtime. Source in src/, bundled by esbuild with @github/copilot-sdk external.", diff --git a/mobile/package.json b/mobile/package.json index d25edfd..b8d2a50 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-mobile", - "version": "0.2.27", + "version": "0.2.28", "private": true, "type": "module", "description": "Weft mobile app (React + Vite + Capacitor, Android first).", diff --git a/openspec/changes/polish-session-command-experience/tasks.md b/openspec/changes/polish-session-command-experience/tasks.md index 8ca8ffe..94062fd 100644 --- a/openspec/changes/polish-session-command-experience/tasks.md +++ b/openspec/changes/polish-session-command-experience/tasks.md @@ -42,6 +42,6 @@ ## 7. Land and Release - [x] 7.1 Create and link the matching work item and feature PR -- [ ] 7.2 Merge the feature after all required checks pass -- [ ] 7.3 Build and deploy the next patch release with the normal release script +- [x] 7.2 Merge the feature after all required checks pass +- [x] 7.3 Build and deploy the next patch release with the normal release script - [ ] 7.4 Merge the release PR, verify production and immutable manifests, and complete the work item diff --git a/package-lock.json b/package-lock.json index 3014f9a..7a379c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weft", - "version": "0.2.27", + "version": "0.2.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weft", - "version": "0.2.27", + "version": "0.2.28", "license": "Apache-2.0", "workspaces": [ "shared", @@ -23,7 +23,7 @@ }, "extension": { "name": "@aasis21/weft-extension", - "version": "0.2.27", + "version": "0.2.28", "license": "Apache-2.0", "dependencies": { "@aasis21/weft-shared": "*", @@ -43,7 +43,7 @@ }, "mobile": { "name": "@aasis21/weft-mobile", - "version": "0.2.27", + "version": "0.2.28", "license": "Apache-2.0", "dependencies": { "@aasis21/weft-shared": "*", @@ -5302,7 +5302,7 @@ }, "shared": { "name": "@aasis21/weft-shared", - "version": "0.2.27", + "version": "0.2.28", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 8178584..f59dcd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weft", - "version": "0.2.27", + "version": "0.2.28", "private": true, "description": "Weft — your Copilot command center. Mobile app that binds to live Copilot CLI sessions via a session-bound CLI extension + Supabase Realtime relay.", "type": "module", diff --git a/shared/package.json b/shared/package.json index 68da32c..a4d1f2a 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-shared", - "version": "0.2.27", + "version": "0.2.28", "private": true, "description": "Weft shared contracts: message schema, E2E crypto, and pluggable transport. Zero runtime dependencies so both the Node extension and the browser app can import it directly.", "license": "Apache-2.0", From 7984e09e4fe3fe4648bce5eedd0a3033e2eff6ab Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Fri, 25 Sep 2026 17:54:56 -0700 Subject: [PATCH 2/2] docs: complete release checklist Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- openspec/changes/polish-session-command-experience/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/polish-session-command-experience/tasks.md b/openspec/changes/polish-session-command-experience/tasks.md index 94062fd..31847d7 100644 --- a/openspec/changes/polish-session-command-experience/tasks.md +++ b/openspec/changes/polish-session-command-experience/tasks.md @@ -44,4 +44,4 @@ - [x] 7.1 Create and link the matching work item and feature PR - [x] 7.2 Merge the feature after all required checks pass - [x] 7.3 Build and deploy the next patch release with the normal release script -- [ ] 7.4 Merge the release PR, verify production and immutable manifests, and complete the work item +- [x] 7.4 Merge the release PR, verify production and immutable manifests, and complete the work item