展示URL工作流hard block锁

结论:release URL workflow 已展示 hard-block runtime lock 与 promoted blocked family count;baseline 保持 28/28/131/0,Python remap、tool DB、external user-M 仍 locked。
This commit is contained in:
2026-06-18 17:51:53 +08:00
parent eb2fc22129
commit f2cc1e4c57
7 changed files with 70 additions and 7 deletions

View File

@@ -178,6 +178,14 @@ assert.equal(
readySummary.rows.find(({ id }) => id === "virtual-hal-promotion-candidate-baseline")?.value,
"executed=28 passed=28 skipped=131 unexpected_fail=0",
);
assert.equal(
readySummary.rows.find(({ id }) => id === "hard-block-runtime-lock")?.value,
"locked (3 families)",
);
assert.equal(
readySummary.rows.find(({ id }) => id === "promoted-blocked-family-count")?.value,
"0 promoted",
);
assert.deepEqual(
readySummary.rows
.filter(({ id }) => expectedPromotionFamilyRows.some(([familyId]) => familyId === id))
@@ -206,6 +214,8 @@ assert.deepEqual(
["virtual-hal-promotion-source-file-count", "17 source files"],
["virtual-hal-promotion-browser-diagnostics-count", "8 diagnostics-ready"],
["virtual-hal-promotion-candidate-baseline", "executed=28 passed=28 skipped=131 unexpected_fail=0"],
["hard-block-runtime-lock", "locked (3 families)"],
["promoted-blocked-family-count", "0 promoted"],
["saved-session-diagnostics", "ready"],
["next-command", "none"],
["missing", "none"],

View File

@@ -471,6 +471,8 @@ assert.deepEqual(
["virtual-hal-promotion-source-file-count", "not provided"],
["virtual-hal-promotion-browser-diagnostics-count", "not provided"],
["virtual-hal-promotion-candidate-baseline", "not provided"],
["hard-block-runtime-lock", "locked (3 families)"],
["promoted-blocked-family-count", "0 promoted"],
["saved-session-diagnostics", "not requested"],
["next-command", "none"],
["missing", "none"],