From e5127be918f4fedf98f9c261bc9730f51983cf37 Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Sat, 27 Jun 2026 21:09:33 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20major=20changeset=20=E2=80=94?= =?UTF-8?q?=20open=20edition=20is=20MCP-only=20(cut=2011.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The service-ai removal (#2325, `feat!: open edition is MCP-only`) is merged but unreleased and shipped no changeset, so the pending release would bump only minor/patch — leaking the removal of a published package out as 10.4.0. This adds the missing major changeset so the next release correctly cuts 11.0.0 (the fixed group of 73 packages bumps together). Wording is intentionally low-key/factual — "open edition is MCP-only" — not an announcement. Co-Authored-By: Claude Opus 4.8 --- .changeset/v11-open-edition-mcp-only.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .changeset/v11-open-edition-mcp-only.md diff --git a/.changeset/v11-open-edition-mcp-only.md b/.changeset/v11-open-edition-mcp-only.md new file mode 100644 index 0000000000..b1443e5cb6 --- /dev/null +++ b/.changeset/v11-open-edition-mcp-only.md @@ -0,0 +1,12 @@ +--- +"@objectstack/spec": major +--- + +Open edition is MCP-only. + +The bundled AI authoring service (`@objectstack/service-ai`) is no longer part of +the open distribution (ADR-0025 S2, #2325); AI now integrates through MCP +(`@objectstack/mcp`) and the documented opt-in seam — an app that declares +`@objectstack/service-ai` / `@objectstack/service-ai-studio` still loads the +service. Removing a published package from the open edition is a breaking change, +so this cuts the next release as a major.