From be3b4a36f4280aa30a39a035cc32d8d94c52a236 Mon Sep 17 00:00:00 2001 From: speak-agent <248744407+speak-agent@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:02:29 +0800 Subject: [PATCH] chore: bootstrap from 2026.9.9.1 The pin names the released mcpp that `xlings install mcpp` puts in the workspace so CI can build mcpp from source. Its one hard constraint is direction: it must never name a version that is not yet installable. 2026.9.9.1 is published, mirrored on both hosts, merged into xim-pkgindex and confirmed resolvable -- `xlings install mcpp` in a clean sandbox installs it and builds a project against a published index package. A green CI round on the bumped pin is what makes this worth doing: it is direct proof that the new release can build mcpp itself on every platform, which no other check states. --- .xlings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xlings.json b/.xlings.json index a1fe1032..bda9ace1 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.9.8.1" + "mcpp": "2026.9.9.1" } }