Uh oh!
There was an error while loading. Please reload this page.
docs(qa): repair revision/history gap in cli.migrate-duplicates-inventory - #11047
Merged
os-elon merged 1 commit intoAug 22, 2026
Merged
Conversation
…duplicates-inventory check:platform-checklist was red on main: the item carried revision 3 but its history array held only two entries, the last at revision 2. #11031 made a genuine semantic edit to the item's contract (reportVersion 1 -> 2, the runtimeIndexPreflight jq walk step, the kernel:ready seeding step, and a new acceptance clause for the kernel:ready pre-flight) and bumped the revision, but never appended the matching history entry. The revision bump is correct and stays; this adds the missing revision-3 history entry describing what #11031 actually changed, citing #8725/#11031 as provenance, matching the sibling entries' shape and voice. Fixes#11037
os-elon
marked this pull request as ready for review
August 22, 2026 13:43
Contributor
⛔ merge queue 构建失败 — 先分诊,再决定要不要重排队列构建 32576633487 红了。队列跑的是全量套件(PR 侧 CI 只跑 affected 子集), 失败的 job(日志抽取,best effort):
跨 PR 相同签名(24h,按失败测试文件聚合):
历史信号:
分诊清单:
Generated by Claude Code · merge-queue-triage workflow (#4859) |
Uh oh!
There was an error while loading. Please reload this page.
os-elon
deleted the
claude/issue-11037-checklist-revision-history-entry
branch
August 22, 2026 13:54
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 freeto 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.
Fixes#11037
check:platform-checklistwas red onmain: itemcli.migrate-duplicates-inventoryin
docs/qa/platform-checklist/areas/cli.jsoncarriedrevision: 3while itshistoryarray held only two entries, the last at revision 2.PR #11031 made a genuine semantic edit to the item's contract --
reportVersion1 -> 2 in the acceptance clause,
.runtimeIndexPreflightadded to the jq walkstep, a seeding step for the
kernel:readyblocker, and a new acceptanceclause carrying a matched control in its verify step -- and bumped
revisionto 3, but never appended the matching
historyentry. This PR repairs theledger gap left by #11031: it adds the missing revision-3 history entry
describing what changed, citing #8725 and #11031 as provenance and matching
the sibling entries' shape and voice.
revisionis NOT reverted -- thesemantic edit is real and the bump is correct.
Scope
Touches exactly one item,
cli.migrate-duplicates-inventory, adding onehistoryentry. No other item, file, or release-notes page is touched.Verification
Gate before fix (reproduced against
origin/mainat 2866d5f):Gate after fix (this branch):
Item's
revision(3) now equals its lasthistoryentry'srevision(3).Reverse-verified both directions: entry removed reproduces the exact original
failure above; entry restored passes -- both directions predicted beforehand
and confirmed.
node scripts/pm/dispatch-gates.mjs(no path args, off the merge base) namedcheck:doc-authoringandcheck:doc-formula-expressionsas the matched localgates for this diff.
pnpm lintwas also run per this card's instructions.Full verdict lines are in the issue report comment (queued behind the shared
verify lock at PR-open time; this draft is opened per this repo's "report at
draft-PR time" convention).
No
.changeset/*.md-- this is a docs/QA-ledger-only change (no package code,no user-facing behavior). Tagged
skip-changesetper this repo's convention.Generated by Claude Code
Generated by Claude Code