agentv 4.7.0 → 4.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-VEAOMKNS.js";
6
- import "./chunk-AX4CQS45.js";
7
- import "./chunk-I6UE4LHZ.js";
5
+ } from "./chunk-MTXZDEVR.js";
6
+ import "./chunk-6HQCMEGO.js";
7
+ import "./chunk-7K5LYK5B.js";
8
8
  import "./chunk-QOBQ5XYF.js";
9
9
  import "./chunk-HQDCIXVH.js";
10
10
  import "./chunk-ZKO2LGRR.js";
@@ -155,6 +155,7 @@ import {
155
155
  runRegexAssertion,
156
156
  runStartsWithAssertion,
157
157
  saveProjectRegistry,
158
+ scanRepoDeps,
158
159
  scoreToVerdict,
159
160
  shouldEnableCache,
160
161
  shouldSkipCacheForTemperature,
@@ -172,7 +173,7 @@ import {
172
173
  transpileEvalYaml,
173
174
  transpileEvalYamlFile,
174
175
  trimBaselineResult
175
- } from "./chunk-I6UE4LHZ.js";
176
+ } from "./chunk-7K5LYK5B.js";
176
177
  import {
177
178
  OtlpJsonFileExporter
178
179
  } from "./chunk-QOBQ5XYF.js";
@@ -340,6 +341,7 @@ export {
340
341
  runRegexAssertion,
341
342
  runStartsWithAssertion,
342
343
  saveProjectRegistry,
344
+ scanRepoDeps,
343
345
  scoreToVerdict,
344
346
  shouldEnableCache,
345
347
  shouldSkipCacheForTemperature,
@@ -358,4 +360,4 @@ export {
358
360
  transpileEvalYamlFile,
359
361
  trimBaselineResult
360
362
  };
361
- //# sourceMappingURL=dist-XRVHRBJF.js.map
363
+ //# sourceMappingURL=dist-2VDI64IM.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-VEAOMKNS.js";
7
- import "./chunk-AX4CQS45.js";
8
- import "./chunk-I6UE4LHZ.js";
6
+ } from "./chunk-MTXZDEVR.js";
7
+ import "./chunk-6HQCMEGO.js";
8
+ import "./chunk-7K5LYK5B.js";
9
9
  import "./chunk-QOBQ5XYF.js";
10
10
  import "./chunk-HQDCIXVH.js";
11
11
  import "./chunk-ZKO2LGRR.js";
@@ -7,12 +7,12 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-AX4CQS45.js";
10
+ } from "./chunk-6HQCMEGO.js";
11
11
  import {
12
12
  getAgentvHome,
13
13
  listTargetNames,
14
14
  readTargetDefinitions
15
- } from "./chunk-I6UE4LHZ.js";
15
+ } from "./chunk-7K5LYK5B.js";
16
16
  import "./chunk-QOBQ5XYF.js";
17
17
  import "./chunk-HQDCIXVH.js";
18
18
  import "./chunk-ZKO2LGRR.js";
@@ -326,4 +326,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
326
326
  export {
327
327
  launchInteractiveWizard
328
328
  };
329
- //# sourceMappingURL=interactive-UBEMNJZG.js.map
329
+ //# sourceMappingURL=interactive-UDDXUKAU.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.7.0",
3
+ "version": "4.9.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {