test(export): assert post-#377 compress panel format — fix master-red (#391) - #392
test(export): assert post-#377 compress panel format — fix master-red (#391)#392ranxianglei wants to merge 1 commit into
Conversation
…es master-red cross-PR regression (#391) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
📦 Built Extension ArtifactBranch: Option A — Install from npm PR tag (recommended)pi install npm:billion-context-pi@pr-392Each push to this PR publishes a new version under the Option B — Download artifact
tar xzf billion-context-pi-pr392.tgz
pi install ./packageThis comment is automatically updated on each push. |
Reviewed PR #392 end-to-end before recommending merge. Verification (复现/查证)
Layer judgment (定位层次) Solution validity (方案评估) Diff cleanliness: one line, exactly scoped to the described change. No unrelated files, no whitespace churn. PR references its issue ( 中文摘要:修复了 #272/#377 交叉回归——master 上 |
Verified the supersession before acting, then closed #392. Verification
Action taken
On #390 (the robust variant)
中文摘要:核实后确认 #393 已把同一行修复合入 master(现 tip |
Fixes #391
One-line fix:
tests/export-cmd.test.ts:89still asserted the pre-#377 panel/1 block/; #377 changed the format toblocks: b1=m00002but its branch predated #272's merge, so neither PR's CI saw the other's tests. Master went red on merge; PR #380's CI failure is inherited from this.Verified: 10/10 export-cmd + full suite green on this branch.