Skip to content

chore(verification): 抢救 W35 两条 lane 未落地的 P95 原始采样(worktree 清理前) - #1109

Merged
jinjunnn merged 1 commit into
alphafrom
chore/preserve-w35-verification-samples
Aug 25, 2026
Merged

chore(verification): 抢救 W35 两条 lane 未落地的 P95 原始采样(worktree 清理前)#1109
jinjunnn merged 1 commit into
alphafrom
chore/preserve-w35-verification-samples

Conversation

@jinjunnn

Copy link
Copy Markdown
Owner

为什么

清理 .worktrees/(26 GB / 9 棵树,分支对应 PR 全部已合并)时发现两棵树上有从未随 PR 合入的验证证据:

未落地内容
.worktrees/ac-1086ac#1102 的 6 份三轮结果(clean/noisy × round1–3)+ 3 个 roundN-20260824/ 目录(69 帧)
.worktrees/verify-1080-post1056-p95runC 的 runC-loadsamples.log —— 树上 789 KB,主线只有 2 KB

时序门的结论靠的就是这些逐轮原始样本(本仓已实测两次:两轮全绿被第三轮翻掉)。跟着 worktree 一起删掉,P95 数字将无从复核。

怎么落的

三份与主线同名的文件一律改名落地,不覆盖 —— 主线的 results-runC.json 反而更大(61830 B vs 49092 B),两边各有对方没有的内容:

  • results.jsonresults.1102-fullrun-20260824.json
  • results-runC.jsonresults-runC.worktree-20260825.json
  • runC-loadsamples.logrunC-loadsamples.full-20260825.log

78 个新增文件,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

…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
@jinjunnn
jinjunnn merged commit 8ba7d11 into alphaAug 25, 2026
6 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jinjunnn