按接续文件text31持续推进
结论:已将五项evidence expansion从API/smoke推进到real simulation diagnostics panel和release URL/INI workflow完整列表可见面;baseline保持82/82/77/0,promotionAllowed保持false。
This commit is contained in:
@@ -2606,6 +2606,9 @@ export function createIniPanelShellWorkflowOverviewReleaseReadinessArtifactUrlWo
|
||||
const evidenceExpansionPreviewRows = Array.isArray(evidenceExpansionRows)
|
||||
? evidenceExpansionRows.slice(0, 3)
|
||||
: [];
|
||||
const evidenceExpansionFullRows = Array.isArray(evidenceExpansionRows)
|
||||
? evidenceExpansionRows
|
||||
: [];
|
||||
const ready = workflow?.ready === true;
|
||||
const promotionFamilyRows = (
|
||||
workflow?.validation?.virtualHalPromotionFamilyRows
|
||||
@@ -2800,6 +2803,20 @@ export function createIniPanelShellWorkflowOverviewReleaseReadinessArtifactUrlWo
|
||||
).join(", ")
|
||||
: "not provided",
|
||||
},
|
||||
{
|
||||
id: "evidence-expansion-full-candidate-list",
|
||||
label: "Evidence expansion full candidate list",
|
||||
value: evidenceExpansionFullRows.length > 0
|
||||
? evidenceExpansionFullRows.map((row) => row.id).join(", ")
|
||||
: "not provided",
|
||||
},
|
||||
{
|
||||
id: "evidence-expansion-full-gcode-list",
|
||||
label: "Evidence expansion full G-code list",
|
||||
value: evidenceExpansionFullRows.length > 0
|
||||
? evidenceExpansionFullRows.map((row) => row.gcodePath).join(", ")
|
||||
: "not provided",
|
||||
},
|
||||
{
|
||||
id: "hard-block-runtime-lock",
|
||||
label: "Hard-block runtime lock",
|
||||
|
||||
Reference in New Issue
Block a user