docs: 修正 main 视觉证据提交映射 - #25
Merged
Merged
Conversation
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.
原因
PR #24 使用 GitHub rebase-merge 后,便携工作站实现提交从线性分支的
b88a4fa映射为主线23663448。原视觉清单仍指向旧 SHA,导致合并后 push CI 无法通过祖先校验。变更
implementationSha更新为主线对应实现提交23663448b8050acedbdc426512aa6b9239f74b4a。db76fef、线性b88a4fa与 main SHA 的完整映射,并指向已推送的archive/*归档记录。验证
npm run test:visual-golden:PASS,7/7。git diff --check:PASS。