chore: bootstrap pin 移到 2026.9.1.1 - #543
Merged
Merged
Conversation
⚠️ **只能在发布物已进入 xim-pkgindex 之后做**(docs/09 §4)。判据不是「PR 合了」, 而是索引的 `latest` 指向它、且 `Publish Index Artifact` 在那个 commit 上绿了 —— xlings 消费的是 `artifact:<sha>` 而不是 git main。两者今天都已满足: 索引 `available: 2026.9.1.1`、`latest -> 2026.9.1.1`,沙箱里 `xlings install mcpp@2026.9.1.1` 装得上并通过全部七条验证。 提前 bump 会让 CI 去装一个还不存在的版本,每个 job 都死在 `package 'mcpp@<unreleased>' not found`。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
发布后的独立提交(docs/09 §4)。
判据已满足:
available: 2026.9.1.1,latest -> 2026.9.1.1Publish Index Artifact在789c49d9上绿 —— xlings 消费的是artifact:<sha>,不是 git mainxlings install mcpp@2026.9.1.1装得上,七条发布验证全过