From ab00abbcc74fcf5a25037265c9b4eb7a3e59ac86 Mon Sep 17 00:00:00 2001 From: JJ Lee Date: Mon, 14 Sep 2026 10:17:12 -0400 Subject: [PATCH] chore(release): bump extension manifest to 0.3.6 for first overlay-build alpha 0.3.5 shipped as a clean release on the pre-absorption fork pipeline. This bump lets v0.3.6-alpha.1 pass release.yml's version guard and cut the first alpha whose binary is built end-to-end from the absorbed overlay tree (build_binary.mjs: materialize -> bun -> script/build.ts), validating the #1091 pipeline. Prerequisite for unblocking #1118. Refs #1118 #1091 --- packages/extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extension/package.json b/packages/extension/package.json index 0c2fb9e51..ac8175858 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -2,7 +2,7 @@ "name": "amicode", "displayName": "Amicode", "description": "Open autonomous research in VS Code \u2014 vaults, fleet, and live solves for quantum control and physical intelligence.", - "version": "0.3.5", + "version": "0.3.6", "publisher": "harmoniqs", "license": "Apache-2.0", "icon": "media/icon.png",