@odla-ai/harness 0.11.16 → 0.11.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1622,8 +1622,8 @@ function describeGateFailure(evidence) {
1622
1622
  const output = `${log?.stdout ?? ""}
1623
1623
  ${log?.stderr ?? ""}`.trim();
1624
1624
  const named = describeTapFailures(output);
1625
- return `${recipe2.recipeId}=${recipe2.status}${named ? `
1626
- ${named}` : ""}${output ? `
1625
+ return `${named ? `${named}
1626
+ ` : ""}${recipe2.recipeId}=${recipe2.status}${output ? `
1627
1627
  ${gateOutput(output)}` : ""}`;
1628
1628
  }).join("\n\n");
1629
1629
  return `Clean verification failed. Fix this and checkpoint again: