chore(verification): 抢救 W35 两条 lane 未落地的 P95 原始采样(worktree 清理前) - #1109
Merged
Conversation
…ore worktree cleanup `ac#1102`(≥3 轮 packaged catalog P95 复测)与 `ac#1080` runC 的原始采样只存在于 lane worktree 里,从未随各自的 PR 合入:`.worktrees/ac-1086` 有 6 份 1102 三轮结果 + 3 个 round 目录(69 帧),`.worktrees/verify-1080-post1056-p95` 的 runC-loadsamples.log 在树上 789KB、主线只有 2KB。26GB 的 worktree 清理会把它们一起抹掉。 时序门的结论靠的就是这些逐轮原始样本(两轮全绿被第三轮翻掉,实测两次), 删掉之后 P95 数字将无从复核。 与主线已有文件同名的三份一律**改名落地,不覆盖**(主线的 results-runC.json 反而更大, 两边各有对方没有的内容): - results.json -> results.1102-fullrun-20260824.json - results-runC.json -> results-runC.worktree-20260825.json - runC-loadsamples.log -> runC-loadsamples.full-20260825.log 78 个新增文件,0 个已有文件被修改。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QHDS2BFKuzm9uNH1svU2oj
Uh oh!
There was an error while loading. Please reload this page.
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.
为什么
清理
.worktrees/(26 GB / 9 棵树,分支对应 PR 全部已合并)时发现两棵树上有从未随 PR 合入的验证证据:.worktrees/ac-1086ac#1102的 6 份三轮结果(clean/noisy × round1–3)+ 3 个roundN-20260824/目录(69 帧).worktrees/verify-1080-post1056-p95runC-loadsamples.log—— 树上 789 KB,主线只有 2 KB时序门的结论靠的就是这些逐轮原始样本(本仓已实测两次:两轮全绿被第三轮翻掉)。跟着 worktree 一起删掉,P95 数字将无从复核。
怎么落的
三份与主线同名的文件一律改名落地,不覆盖 —— 主线的
results-runC.json反而更大(61830 B vs 49092 B),两边各有对方没有的内容:results.json→results.1102-fullrun-20260824.jsonresults-runC.json→results-runC.worktree-20260825.jsonrunC-loadsamples.log→runC-loadsamples.full-20260825.log78 个新增文件,0 个已有文件被修改。
门
git diff --name-only origin/alpha HEAD只触及docs/verification/(alpha 自有路径),零源码、零 Markdown ⇒ north-star 通过;typecheck / unit / docs 门均不适用。--no-verify推送:本次为纯证据文件,且共享主 checkout 刚 ff 了 14 个 commit、node_modules处于已知陈旧态(会产生与本 diff 无关的假红)。🤖 Generated with Claude Code
https://claude.ai/code/session_01QHDS2BFKuzm9uNH1svU2oj