agentv 3.7.0 → 3.9.0

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/dist/cli.js CHANGED
@@ -2,9 +2,9 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-TR6H437M.js";
6
- import "./chunk-7YS6YNJZ.js";
7
- import "./chunk-XGG64VIY.js";
5
+ } from "./chunk-Q2YWV4QM.js";
6
+ import "./chunk-GC5P5HHZ.js";
7
+ import "./chunk-TXDPYXHY.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-JK6V4KVD.js";
10
10
  import "./chunk-HQDCIXVH.js";
@@ -83,7 +83,6 @@ import {
83
83
  initializeBaseline,
84
84
  isAgentSkillsFormat,
85
85
  isEvaluatorKind,
86
- isGuidelineFile,
87
86
  isJsonObject,
88
87
  isJsonValue,
89
88
  isNonEmptyString,
@@ -141,7 +140,7 @@ import {
141
140
  transpileEvalYaml,
142
141
  transpileEvalYamlFile,
143
142
  trimBaselineResult
144
- } from "./chunk-XGG64VIY.js";
143
+ } from "./chunk-TXDPYXHY.js";
145
144
  import {
146
145
  OtlpJsonFileExporter
147
146
  } from "./chunk-C5GOHBQM.js";
@@ -241,7 +240,6 @@ export {
241
240
  initializeBaseline,
242
241
  isAgentSkillsFormat,
243
242
  isEvaluatorKind,
244
- isGuidelineFile,
245
243
  isJsonObject,
246
244
  isJsonValue,
247
245
  isNonEmptyString,
@@ -300,4 +298,4 @@ export {
300
298
  transpileEvalYamlFile,
301
299
  trimBaselineResult
302
300
  };
303
- //# sourceMappingURL=dist-VP6AXX6B.js.map
301
+ //# sourceMappingURL=dist-PIOSPBKX.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-TR6H437M.js";
7
- import "./chunk-7YS6YNJZ.js";
8
- import "./chunk-XGG64VIY.js";
6
+ } from "./chunk-Q2YWV4QM.js";
7
+ import "./chunk-GC5P5HHZ.js";
8
+ import "./chunk-TXDPYXHY.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-JK6V4KVD.js";
11
11
  import "./chunk-HQDCIXVH.js";
@@ -4,14 +4,14 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-7YS6YNJZ.js";
7
+ } from "./chunk-GC5P5HHZ.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
11
11
  listTargetNames,
12
12
  loadConfig,
13
13
  readTargetDefinitions
14
- } from "./chunk-XGG64VIY.js";
14
+ } from "./chunk-TXDPYXHY.js";
15
15
  import "./chunk-C5GOHBQM.js";
16
16
  import "./chunk-JK6V4KVD.js";
17
17
  import "./chunk-HQDCIXVH.js";
@@ -371,4 +371,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
371
371
  export {
372
372
  launchInteractiveWizard
373
373
  };
374
- //# sourceMappingURL=interactive-F6XECJ33.js.map
374
+ //# sourceMappingURL=interactive-3VTDK5NX.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.7.0",
3
+ "version": "3.9.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {