@harness-engineering/cli 2.4.2 → 2.4.5
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/{agents-md-2M46KG4F.js → agents-md-KJVGWF2S.js} +2 -2
- package/dist/{architecture-3ZSN5RDQ.js → architecture-NX7FWQD3.js} +3 -3
- package/dist/{assess-project-KZWFQEJE.js → assess-project-PLY6ZWMW.js} +1 -1
- package/dist/bin/harness-mcp.js +13 -13
- package/dist/bin/harness.js +22 -22
- package/dist/{check-phase-gate-EWV5VYTG.js → check-phase-gate-WFIEJKMN.js} +3 -3
- package/dist/{chunk-KRQTN46U.js → chunk-3XFFGAX4.js} +3 -3
- package/dist/{chunk-NTOKQJOX.js → chunk-4H2KIQ3I.js} +1 -1
- package/dist/{chunk-GOSUZC5H.js → chunk-4PO2QAXO.js} +25 -25
- package/dist/{chunk-2TGCYJMT.js → chunk-65M5R3X6.js} +22 -8
- package/dist/{chunk-KOK7BFP2.js → chunk-72TZ2GZR.js} +2 -2
- package/dist/{chunk-QV5EBDWA.js → chunk-73ACYXIS.js} +1 -1
- package/dist/{chunk-7RZZV73V.js → chunk-7TRTU7JL.js} +2 -2
- package/dist/{chunk-B2ZYMQGT.js → chunk-A5GXGRW6.js} +6 -6
- package/dist/{chunk-GLKASJZE.js → chunk-DUCVDDZO.js} +3 -3
- package/dist/{chunk-TPNA2I4J.js → chunk-DUK6C7I7.js} +77 -70
- package/dist/{chunk-LHHO7AH4.js → chunk-FPUNXFJG.js} +2 -2
- package/dist/{chunk-UQJV7NNM.js → chunk-HCTXLKAH.js} +1 -1
- package/dist/{chunk-MXOQEI72.js → chunk-KEF624FQ.js} +1 -1
- package/dist/{chunk-LJF6UY4R.js → chunk-LJTQVJEP.js} +1 -1
- package/dist/{chunk-UPV7VDUB.js → chunk-M5TJOV3A.js} +2 -2
- package/dist/{chunk-NM3ZIWVN.js → chunk-NSLFLGUB.js} +1 -1
- package/dist/{chunk-PPQ3TY2R.js → chunk-OPDIMKUZ.js} +1 -1
- package/dist/{chunk-73KZ2E47.js → chunk-PGY57ABC.js} +6 -6
- package/dist/{chunk-I2KULMPD.js → chunk-TC4GQBIK.js} +5 -5
- package/dist/{chunk-RRTTJ3VB.js → chunk-YL2N4OZQ.js} +1 -1
- package/dist/{chunk-IEHXZB6J.js → chunk-Z6PF2YXB.js} +3 -3
- package/dist/{chunk-OUXYITL5.js → chunk-ZEKY6PQQ.js} +1 -1
- package/dist/{ci-workflow-5TBUHJFC.js → ci-workflow-XDIKOFSN.js} +2 -2
- package/dist/{dist-HA6IIPRC.js → dist-SVZHSOLP.js} +1 -1
- package/dist/{docs-D6WI2LCF.js → docs-7LXCR62T.js} +3 -3
- package/dist/{engine-GBEVIZZQ.js → engine-MMQF2ZW5.js} +2 -2
- package/dist/{entropy-V6M4KJDC.js → entropy-LMOXWMR4.js} +2 -2
- package/dist/{feedback-22I4HHXM.js → feedback-CLBC3IMP.js} +1 -1
- package/dist/{generate-agent-definitions-UM7T3WLA.js → generate-agent-definitions-5FDIGEVZ.js} +3 -3
- package/dist/index.d.ts +8 -8
- package/dist/index.js +22 -22
- package/dist/{loader-5V72NYMF.js → loader-WTWR2CWT.js} +2 -2
- package/dist/{mcp-5KQGFG5U.js → mcp-4W45E6OH.js} +13 -13
- package/dist/{performance-MVORVVMG.js → performance-WZQIUHLR.js} +3 -3
- package/dist/{review-pipeline-JYSVCNGJ.js → review-pipeline-YPRUHKM7.js} +2 -2
- package/dist/{runtime-KZC2OQI7.js → runtime-WC2IWI2X.js} +2 -2
- package/dist/{security-WOVOBLCI.js → security-AZNLX3N6.js} +1 -1
- package/dist/{validate-55HGQKWR.js → validate-S7G6H7F4.js} +3 -3
- package/dist/{validate-cross-check-H3PSV4VY.js → validate-cross-check-Z73SCHXZ.js} +2 -2
- package/package.json +4 -4
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
findConfigFile,
|
|
9
9
|
loadConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-KEF624FQ.js";
|
|
11
11
|
import {
|
|
12
12
|
init_dist
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-65M5R3X6.js";
|
|
14
14
|
import {
|
|
15
15
|
Ok
|
|
16
16
|
} from "./chunk-O63AAPIZ.js";
|
|
@@ -35,7 +35,7 @@ var checkPerformanceDefinition = {
|
|
|
35
35
|
};
|
|
36
36
|
async function handleCheckPerformance(input) {
|
|
37
37
|
try {
|
|
38
|
-
const { EntropyAnalyzer } = await import("./dist-
|
|
38
|
+
const { EntropyAnalyzer } = await import("./dist-SVZHSOLP.js");
|
|
39
39
|
const typeFilter = input.type ?? "all";
|
|
40
40
|
const projectPath = sanitizePath(input.path);
|
|
41
41
|
let entryPoints;
|
|
@@ -98,7 +98,7 @@ var getPerfBaselinesDefinition = {
|
|
|
98
98
|
};
|
|
99
99
|
async function handleGetPerfBaselines(input) {
|
|
100
100
|
try {
|
|
101
|
-
const { BaselineManager } = await import("./dist-
|
|
101
|
+
const { BaselineManager } = await import("./dist-SVZHSOLP.js");
|
|
102
102
|
const manager = new BaselineManager(sanitizePath(input.path));
|
|
103
103
|
const baselines = manager.load();
|
|
104
104
|
return resultToMcpResponse(
|
|
@@ -146,7 +146,7 @@ var updatePerfBaselinesDefinition = {
|
|
|
146
146
|
};
|
|
147
147
|
async function handleUpdatePerfBaselines(input) {
|
|
148
148
|
try {
|
|
149
|
-
const { BaselineManager } = await import("./dist-
|
|
149
|
+
const { BaselineManager } = await import("./dist-SVZHSOLP.js");
|
|
150
150
|
const manager = new BaselineManager(sanitizePath(input.path));
|
|
151
151
|
manager.save(input.results, input.commitHash);
|
|
152
152
|
const updated = manager.load();
|
|
@@ -176,7 +176,7 @@ var getCriticalPathsDefinition = {
|
|
|
176
176
|
};
|
|
177
177
|
async function handleGetCriticalPaths(input) {
|
|
178
178
|
try {
|
|
179
|
-
const { CriticalPathResolver } = await import("./dist-
|
|
179
|
+
const { CriticalPathResolver } = await import("./dist-SVZHSOLP.js");
|
|
180
180
|
const resolver = new CriticalPathResolver(sanitizePath(input.path));
|
|
181
181
|
const result = await resolver.resolve();
|
|
182
182
|
return resultToMcpResponse(Ok(result));
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
findConfigFile,
|
|
9
9
|
loadConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-KEF624FQ.js";
|
|
11
11
|
import {
|
|
12
12
|
init_dist
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-65M5R3X6.js";
|
|
14
14
|
import {
|
|
15
15
|
Ok
|
|
16
16
|
} from "./chunk-O63AAPIZ.js";
|
|
@@ -50,12 +50,12 @@ async function handleCheckDocs(input) {
|
|
|
50
50
|
const projectPath = sanitizePath(input.path);
|
|
51
51
|
const scope = input.scope ?? "coverage";
|
|
52
52
|
if (scope === "integrity") {
|
|
53
|
-
const { validateKnowledgeMap } = await import("./dist-
|
|
53
|
+
const { validateKnowledgeMap } = await import("./dist-SVZHSOLP.js");
|
|
54
54
|
const result2 = await validateKnowledgeMap(projectPath);
|
|
55
55
|
return resultToMcpResponse(result2);
|
|
56
56
|
}
|
|
57
57
|
if (scope === "all") {
|
|
58
|
-
const { checkDocCoverage: checkDocCoverage2, validateKnowledgeMap } = await import("./dist-
|
|
58
|
+
const { checkDocCoverage: checkDocCoverage2, validateKnowledgeMap } = await import("./dist-SVZHSOLP.js");
|
|
59
59
|
const domain2 = input.domain ?? "src";
|
|
60
60
|
const { loadGraphStore: loadGraphStore2 } = await import("./graph-loader-EQBOIHFZ.js");
|
|
61
61
|
const store2 = await loadGraphStore2(projectPath);
|
|
@@ -94,7 +94,7 @@ async function handleCheckDocs(input) {
|
|
|
94
94
|
}
|
|
95
95
|
return resultToMcpResponse(Ok({ coverage, integrity }));
|
|
96
96
|
}
|
|
97
|
-
const { checkDocCoverage } = await import("./dist-
|
|
97
|
+
const { checkDocCoverage } = await import("./dist-SVZHSOLP.js");
|
|
98
98
|
const domain = input.domain ?? "src";
|
|
99
99
|
const { loadGraphStore } = await import("./graph-loader-EQBOIHFZ.js");
|
|
100
100
|
const store = await loadGraphStore(projectPath);
|
|
@@ -33,7 +33,7 @@ var createSelfReviewDefinition = {
|
|
|
33
33
|
};
|
|
34
34
|
async function handleCreateSelfReview(input) {
|
|
35
35
|
try {
|
|
36
|
-
const { parseDiff, createSelfReview } = await import("./dist-
|
|
36
|
+
const { parseDiff, createSelfReview } = await import("./dist-SVZHSOLP.js");
|
|
37
37
|
const parseResult = parseDiff(input.diff);
|
|
38
38
|
if (!parseResult.ok) {
|
|
39
39
|
return resultToMcpResponse(parseResult);
|
|
@@ -119,7 +119,7 @@ var analyzeDiffDefinition = {
|
|
|
119
119
|
};
|
|
120
120
|
async function handleAnalyzeDiff(input) {
|
|
121
121
|
try {
|
|
122
|
-
const { parseDiff, analyzeDiff } = await import("./dist-
|
|
122
|
+
const { parseDiff, analyzeDiff } = await import("./dist-SVZHSOLP.js");
|
|
123
123
|
const parseResult = parseDiff(input.diff);
|
|
124
124
|
if (!parseResult.ok) {
|
|
125
125
|
return resultToMcpResponse(parseResult);
|
|
@@ -195,7 +195,7 @@ var requestPeerReviewDefinition = {
|
|
|
195
195
|
};
|
|
196
196
|
async function handleRequestPeerReview(input) {
|
|
197
197
|
try {
|
|
198
|
-
const { parseDiff, requestPeerReview } = await import("./dist-
|
|
198
|
+
const { parseDiff, requestPeerReview } = await import("./dist-SVZHSOLP.js");
|
|
199
199
|
const parseResult = parseDiff(input.diff);
|
|
200
200
|
if (!parseResult.ok) {
|
|
201
201
|
return resultToMcpResponse(parseResult);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
checkDocsDefinition,
|
|
3
3
|
handleCheckDocs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TC4GQBIK.js";
|
|
5
5
|
import "./chunk-EPUKTTJZ.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-KEF624FQ.js";
|
|
8
8
|
import "./chunk-ZCZD7FHU.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-65M5R3X6.js";
|
|
10
10
|
import "./chunk-O63AAPIZ.js";
|
|
11
11
|
import "./chunk-BCFDGOMA.js";
|
|
12
12
|
import "./chunk-3WGJMBKH.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
detectEntropyDefinition,
|
|
3
3
|
handleDetectEntropy
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DUCVDDZO.js";
|
|
5
5
|
import "./chunk-EPUKTTJZ.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-65M5R3X6.js";
|
|
8
8
|
import "./chunk-O63AAPIZ.js";
|
|
9
9
|
import "./chunk-BCFDGOMA.js";
|
|
10
10
|
import "./chunk-KFQGP6VL.js";
|
package/dist/{generate-agent-definitions-UM7T3WLA.js → generate-agent-definitions-5FDIGEVZ.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createGenerateAgentDefinitionsCommand,
|
|
3
3
|
generateAgentDefinitions
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-73ACYXIS.js";
|
|
5
5
|
import "./chunk-KET4QQZB.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-4H2KIQ3I.js";
|
|
7
7
|
import "./chunk-3ISINLYT.js";
|
|
8
8
|
import "./chunk-6B6UN6SG.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-65M5R3X6.js";
|
|
10
10
|
import "./chunk-O63AAPIZ.js";
|
|
11
11
|
import "./chunk-BCFDGOMA.js";
|
|
12
12
|
import "./chunk-3WGJMBKH.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -788,14 +788,14 @@ declare const HarnessConfigSchema: z.ZodObject<{
|
|
|
788
788
|
modules: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodEnum<["circular-deps", "layer-violations", "complexity", "coupling", "forbidden-imports", "module-size", "dependency-depth"]>, z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>>>;
|
|
789
789
|
}, "strip", z.ZodTypeAny, {
|
|
790
790
|
enabled: boolean;
|
|
791
|
+
thresholds: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
792
|
+
modules: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
791
793
|
baselinePath: string;
|
|
792
|
-
thresholds: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
793
|
-
modules: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
794
794
|
}, {
|
|
795
795
|
enabled?: boolean | undefined;
|
|
796
|
+
thresholds?: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
797
|
+
modules?: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
796
798
|
baselinePath?: string | undefined;
|
|
797
|
-
thresholds?: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
798
|
-
modules?: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
799
799
|
}>>;
|
|
800
800
|
/** Skill loading, suggestion, and tier override settings */
|
|
801
801
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -1162,9 +1162,9 @@ declare const HarnessConfigSchema: z.ZodObject<{
|
|
|
1162
1162
|
} | undefined;
|
|
1163
1163
|
architecture?: {
|
|
1164
1164
|
enabled: boolean;
|
|
1165
|
+
thresholds: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
1166
|
+
modules: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
1165
1167
|
baselinePath: string;
|
|
1166
|
-
thresholds: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
1167
|
-
modules: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
1168
1168
|
} | undefined;
|
|
1169
1169
|
traceability?: {
|
|
1170
1170
|
enabled: boolean;
|
|
@@ -1339,9 +1339,9 @@ declare const HarnessConfigSchema: z.ZodObject<{
|
|
|
1339
1339
|
} | undefined;
|
|
1340
1340
|
architecture?: {
|
|
1341
1341
|
enabled?: boolean | undefined;
|
|
1342
|
+
thresholds?: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
1343
|
+
modules?: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
1342
1344
|
baselinePath?: string | undefined;
|
|
1343
|
-
thresholds?: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
1344
|
-
modules?: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
1345
1345
|
} | undefined;
|
|
1346
1346
|
traceability?: {
|
|
1347
1347
|
enabled?: boolean | undefined;
|
package/dist/index.js
CHANGED
|
@@ -12,22 +12,22 @@ import {
|
|
|
12
12
|
runSnapshotCapture,
|
|
13
13
|
runUninstall,
|
|
14
14
|
runUninstallConstraints
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-4PO2QAXO.js";
|
|
16
16
|
import {
|
|
17
17
|
generateRuntime
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-ZEKY6PQQ.js";
|
|
19
19
|
import {
|
|
20
20
|
generateAgentsMd
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-YL2N4OZQ.js";
|
|
22
22
|
import {
|
|
23
23
|
generateCIWorkflow
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-HCTXLKAH.js";
|
|
25
25
|
import {
|
|
26
26
|
runCrossCheck
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-OPDIMKUZ.js";
|
|
28
28
|
import {
|
|
29
29
|
TemplateEngine
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-NSLFLGUB.js";
|
|
31
31
|
import "./chunk-CQ553GZO.js";
|
|
32
32
|
import {
|
|
33
33
|
detectTrigger,
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
OutputFormatter,
|
|
44
44
|
OutputMode,
|
|
45
45
|
runCheckPhaseGate
|
|
46
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-72TZ2GZR.js";
|
|
47
47
|
import {
|
|
48
48
|
AGENT_DESCRIPTIONS,
|
|
49
49
|
DEFAULT_TOOLS,
|
|
@@ -52,12 +52,12 @@ import {
|
|
|
52
52
|
generateAgentDefinitions,
|
|
53
53
|
renderClaudeCodeAgent,
|
|
54
54
|
renderGeminiAgent
|
|
55
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-73ACYXIS.js";
|
|
56
56
|
import "./chunk-KET4QQZB.js";
|
|
57
57
|
import {
|
|
58
58
|
listPersonas,
|
|
59
59
|
loadPersona
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-4H2KIQ3I.js";
|
|
61
61
|
import {
|
|
62
62
|
runScan
|
|
63
63
|
} from "./chunk-5XLLIYYL.js";
|
|
@@ -66,19 +66,19 @@ import {
|
|
|
66
66
|
generateSlashCommands,
|
|
67
67
|
getToolDefinitions,
|
|
68
68
|
startServer
|
|
69
|
-
} from "./chunk-
|
|
70
|
-
import "./chunk-
|
|
71
|
-
import "./chunk-
|
|
69
|
+
} from "./chunk-DUK6C7I7.js";
|
|
70
|
+
import "./chunk-M5TJOV3A.js";
|
|
71
|
+
import "./chunk-A5GXGRW6.js";
|
|
72
72
|
import "./chunk-IOW3MW2K.js";
|
|
73
|
-
import "./chunk-
|
|
74
|
-
import "./chunk-
|
|
73
|
+
import "./chunk-Z6PF2YXB.js";
|
|
74
|
+
import "./chunk-FPUNXFJG.js";
|
|
75
75
|
import "./chunk-5FDBXUFW.js";
|
|
76
|
-
import "./chunk-
|
|
77
|
-
import "./chunk-
|
|
78
|
-
import "./chunk-
|
|
79
|
-
import "./chunk-
|
|
80
|
-
import "./chunk-
|
|
81
|
-
import "./chunk-
|
|
76
|
+
import "./chunk-3XFFGAX4.js";
|
|
77
|
+
import "./chunk-7TRTU7JL.js";
|
|
78
|
+
import "./chunk-LJTQVJEP.js";
|
|
79
|
+
import "./chunk-TC4GQBIK.js";
|
|
80
|
+
import "./chunk-DUCVDDZO.js";
|
|
81
|
+
import "./chunk-PGY57ABC.js";
|
|
82
82
|
import "./chunk-EPUKTTJZ.js";
|
|
83
83
|
import "./chunk-W6Y7ZW3Y.js";
|
|
84
84
|
import "./chunk-27AJKSQY.js";
|
|
@@ -86,12 +86,12 @@ import {
|
|
|
86
86
|
findConfigFile,
|
|
87
87
|
loadConfig,
|
|
88
88
|
resolveConfig
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-KEF624FQ.js";
|
|
90
90
|
import "./chunk-3ISINLYT.js";
|
|
91
91
|
import "./chunk-6B6UN6SG.js";
|
|
92
92
|
import "./chunk-ZCZD7FHU.js";
|
|
93
93
|
import "./chunk-BM3PWGXQ.js";
|
|
94
|
-
import "./chunk-
|
|
94
|
+
import "./chunk-65M5R3X6.js";
|
|
95
95
|
import "./chunk-O63AAPIZ.js";
|
|
96
96
|
import "./chunk-BCFDGOMA.js";
|
|
97
97
|
import {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
listPersonas,
|
|
3
3
|
loadPersona
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-4H2KIQ3I.js";
|
|
5
|
+
import "./chunk-65M5R3X6.js";
|
|
6
6
|
import "./chunk-O63AAPIZ.js";
|
|
7
7
|
import "./chunk-BCFDGOMA.js";
|
|
8
8
|
import "./chunk-KFQGP6VL.js";
|
|
@@ -2,31 +2,31 @@ import {
|
|
|
2
2
|
createHarnessServer,
|
|
3
3
|
getToolDefinitions,
|
|
4
4
|
startServer
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-DUK6C7I7.js";
|
|
6
|
+
import "./chunk-M5TJOV3A.js";
|
|
7
|
+
import "./chunk-A5GXGRW6.js";
|
|
8
8
|
import "./chunk-IOW3MW2K.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-Z6PF2YXB.js";
|
|
10
|
+
import "./chunk-FPUNXFJG.js";
|
|
11
11
|
import "./chunk-5FDBXUFW.js";
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-3XFFGAX4.js";
|
|
13
|
+
import "./chunk-7TRTU7JL.js";
|
|
14
14
|
import {
|
|
15
15
|
resolveProjectConfig
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-LJTQVJEP.js";
|
|
17
|
+
import "./chunk-TC4GQBIK.js";
|
|
18
|
+
import "./chunk-DUCVDDZO.js";
|
|
19
|
+
import "./chunk-PGY57ABC.js";
|
|
20
20
|
import {
|
|
21
21
|
resultToMcpResponse
|
|
22
22
|
} from "./chunk-EPUKTTJZ.js";
|
|
23
23
|
import "./chunk-W6Y7ZW3Y.js";
|
|
24
24
|
import "./chunk-27AJKSQY.js";
|
|
25
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-KEF624FQ.js";
|
|
26
26
|
import "./chunk-3ISINLYT.js";
|
|
27
27
|
import "./chunk-6B6UN6SG.js";
|
|
28
28
|
import "./chunk-ZCZD7FHU.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-65M5R3X6.js";
|
|
30
30
|
import "./chunk-O63AAPIZ.js";
|
|
31
31
|
import "./chunk-BCFDGOMA.js";
|
|
32
32
|
import "./chunk-HIK6OEUF.js";
|
|
@@ -7,12 +7,12 @@ import {
|
|
|
7
7
|
handleGetPerfBaselines,
|
|
8
8
|
handleUpdatePerfBaselines,
|
|
9
9
|
updatePerfBaselinesDefinition
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-PGY57ABC.js";
|
|
11
11
|
import "./chunk-EPUKTTJZ.js";
|
|
12
12
|
import "./chunk-W6Y7ZW3Y.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-KEF624FQ.js";
|
|
14
14
|
import "./chunk-ZCZD7FHU.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-65M5R3X6.js";
|
|
16
16
|
import "./chunk-O63AAPIZ.js";
|
|
17
17
|
import "./chunk-BCFDGOMA.js";
|
|
18
18
|
import "./chunk-3WGJMBKH.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
handleRunCodeReview,
|
|
3
3
|
runCodeReviewDefinition
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-M5TJOV3A.js";
|
|
5
5
|
import "./chunk-W6Y7ZW3Y.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-65M5R3X6.js";
|
|
7
7
|
import "./chunk-O63AAPIZ.js";
|
|
8
8
|
import "./chunk-BCFDGOMA.js";
|
|
9
9
|
import "./chunk-KFQGP6VL.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generateRuntime
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZEKY6PQQ.js";
|
|
4
4
|
import "./chunk-KET4QQZB.js";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-65M5R3X6.js";
|
|
6
6
|
import "./chunk-O63AAPIZ.js";
|
|
7
7
|
import "./chunk-BCFDGOMA.js";
|
|
8
8
|
import "./chunk-KFQGP6VL.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
handleValidateProject,
|
|
3
3
|
validateToolDefinition
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-3XFFGAX4.js";
|
|
5
|
+
import "./chunk-LJTQVJEP.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-65M5R3X6.js";
|
|
8
8
|
import "./chunk-O63AAPIZ.js";
|
|
9
9
|
import "./chunk-BCFDGOMA.js";
|
|
10
10
|
import "./chunk-KFQGP6VL.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harness-engineering/cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"description": "CLI for Harness Engineering toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"web-tree-sitter": "^0.24.7",
|
|
39
39
|
"yaml": "^2.8.3",
|
|
40
40
|
"zod": "^3.25.76",
|
|
41
|
-
"@harness-engineering/core": "0.26.
|
|
41
|
+
"@harness-engineering/core": "0.26.4",
|
|
42
|
+
"@harness-engineering/dashboard": "0.6.6",
|
|
42
43
|
"@harness-engineering/graph": "0.9.0",
|
|
43
44
|
"@harness-engineering/linter-gen": "0.1.7",
|
|
44
|
-
"@harness-engineering/
|
|
45
|
-
"@harness-engineering/orchestrator": "0.4.4",
|
|
45
|
+
"@harness-engineering/orchestrator": "0.4.6",
|
|
46
46
|
"@harness-engineering/types": "0.12.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|