@workbench-ai/workbench-core 0.0.129 → 0.0.130

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -3393,7 +3393,7 @@ function requireWorkbenchImproveAgentAdapter(agent) {
3393
3393
  }
3394
3394
  }
3395
3395
  export function workbenchImproveEvidenceRequirementMessage() {
3396
- return "workbench improve needs scored below-perfect, failed, or reviewed eval evidence for the selected skill on this eval. Run `workbench eval --rerun` until actionable evidence is recorded, or edit the package source directly.";
3396
+ return "workbench improve needs scored below-perfect, failed, or reviewed eval evidence for the selected skill on this eval. Unscored runtime or auth failures do not qualify. Run `workbench eval --rerun` until actionable evidence is recorded, or edit the package source directly.";
3397
3397
  }
3398
3398
  export function workbenchImproveEvidenceRequirementRemediation() {
3399
3399
  return "workbench eval --rerun";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbench-ai/workbench-core",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/workbench-ai/workbench.git",
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "yaml": "^2.8.2",
25
- "@workbench-ai/workbench-contract": "0.0.129",
26
- "@workbench-ai/workbench-protocol": "0.0.129"
25
+ "@workbench-ai/workbench-contract": "0.0.130",
26
+ "@workbench-ai/workbench-protocol": "0.0.130"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^24.3.1",