agentv 0.17.0 → 0.18.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/{chunk-KL3Y2C6J.js → chunk-PHILDJ3W.js} +3 -3
- package/dist/chunk-PHILDJ3W.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/templates/.claude/skills/agentv-prompt-optimizer/SKILL.md +35 -27
- package/package.json +5 -2
- package/dist/chunk-KL3Y2C6J.js.map +0 -1
|
@@ -155,7 +155,7 @@ import { access as access6, mkdir as mkdir6 } from "node:fs/promises";
|
|
|
155
155
|
import path18 from "node:path";
|
|
156
156
|
import { pathToFileURL } from "node:url";
|
|
157
157
|
|
|
158
|
-
// ../../packages/core/dist/chunk-
|
|
158
|
+
// ../../packages/core/dist/chunk-QHEZJRTU.js
|
|
159
159
|
import { constants } from "node:fs";
|
|
160
160
|
import { access, readFile } from "node:fs/promises";
|
|
161
161
|
import path from "node:path";
|
|
@@ -4201,7 +4201,7 @@ var coerce = {
|
|
|
4201
4201
|
};
|
|
4202
4202
|
var NEVER = INVALID;
|
|
4203
4203
|
|
|
4204
|
-
// ../../packages/core/dist/chunk-
|
|
4204
|
+
// ../../packages/core/dist/chunk-QHEZJRTU.js
|
|
4205
4205
|
async function fileExists(filePath) {
|
|
4206
4206
|
try {
|
|
4207
4207
|
await access(filePath, constants.F_OK);
|
|
@@ -41019,4 +41019,4 @@ export {
|
|
|
41019
41019
|
createProgram,
|
|
41020
41020
|
runCli
|
|
41021
41021
|
};
|
|
41022
|
-
//# sourceMappingURL=chunk-
|
|
41022
|
+
//# sourceMappingURL=chunk-PHILDJ3W.js.map
|