From 11acd8749187db059c63391e511e96f01319d0e1 Mon Sep 17 00:00:00 2001 From: speak-agent <248744407+speak-agent@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:36:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20bootstrap=20pin=20=E7=A7=BB=E5=88=B0?= =?UTF-8?q?=202026.9.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠️ **只能在发布物已进入 xim-pkgindex 之后做**(docs/09 §4)。判据不是「PR 合了」, 而是索引的 `latest` 指向它、且 `Publish Index Artifact` 在那个 commit 上绿了 —— xlings 消费的是 `artifact:` 而不是 git main。两者今天都已满足: 索引 `available: 2026.9.1.1`、`latest -> 2026.9.1.1`,沙箱里 `xlings install mcpp@2026.9.1.1` 装得上并通过全部七条验证。 提前 bump 会让 CI 去装一个还不存在的版本,每个 job 都死在 `package 'mcpp@' not found`。 --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index fd787f11..fe56db84 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.8.29.1" + "mcpp": "2026.9.1.1" } }