780 B
780 B
R1.3 任务报告
- 精确 Bun 测试命令:
bun test scripts/src/hwlab-node-web-observe-runner-realtime-source.test.ts scripts/src/hwlab-node/web-probe-observe-options.test.ts scripts/src/hwlab-node/web-probe-observe-collect.test.ts- 三个文件合计 17/17 通过:realtime 5、options 8、collect 4。
- 若只执行 realtime 与 options 两个核心定向文件,精确计数为 13/13。
- 覆盖 YAML refresh/live connected 合同、legacy live-only profile、handoff 计数一致性和正式 user event 三段 lineage。
- 覆盖 semantic origin 继承、URL 选择歧义拒绝和既有 collect 行为。
- 独立命令
bun scripts/cli.ts check --syntax-only通过 11/11;该计数未并入 Bun test 的 17 个测试。 git diff --check通过。