@forwardimpact/libeval 0.1.46 → 0.1.47
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.
- package/bin/fit-benchmark.js +2 -0
- package/bin/fit-eval.js +2 -0
- package/bin/fit-selfedit.js +1 -0
- package/bin/fit-trace.js +2 -0
- package/package.json +3 -2
package/bin/fit-benchmark.js
CHANGED
package/bin/fit-eval.js
CHANGED
package/bin/fit-selfedit.js
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* libraries/libeval/README.md § fit-selfedit for the full rationale.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
import "@forwardimpact/libpreflight/node22";
|
|
8
9
|
import { existsSync, readFileSync, writeFileSync } from "node:fs";
|
|
9
10
|
import fsPromises from "node:fs/promises";
|
|
10
11
|
import { parseArgs } from "node:util";
|
package/bin/fit-trace.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forwardimpact/libeval",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"description": "Agent evaluation framework — prove whether agent changes improved outcomes with reproducible evidence.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eval",
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
"@anthropic-ai/claude-agent-sdk": "0.2.112",
|
|
55
55
|
"@forwardimpact/libcli": "^0.1.0",
|
|
56
56
|
"@forwardimpact/libconfig": "^0.1.0",
|
|
57
|
+
"@forwardimpact/libpreflight": "^0.1.0",
|
|
57
58
|
"@forwardimpact/libtelemetry": "^0.1.22",
|
|
58
59
|
"@forwardimpact/libutil": "^0.1.0",
|
|
59
60
|
"jmespath": "^0.16.0",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
},
|
|
66
67
|
"engines": {
|
|
67
68
|
"bun": ">=1.2.0",
|
|
68
|
-
"node": ">=
|
|
69
|
+
"node": ">=22.0.0"
|
|
69
70
|
},
|
|
70
71
|
"publishConfig": {
|
|
71
72
|
"access": "public"
|