@harness-engineering/cli 4.3.0 → 4.3.2
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/bin/harness-mcp.js
CHANGED
package/dist/bin/harness.js
CHANGED
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createProgram,
|
|
4
4
|
installCommandTelemetry,
|
|
5
5
|
printFirstRunWelcome
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-YVI7ZV73.js";
|
|
7
7
|
import "../chunk-574JCBYH.js";
|
|
8
8
|
import "../chunk-TKPAOB2T.js";
|
|
9
9
|
import "../chunk-GTHL3TRZ.js";
|
|
@@ -22,7 +22,7 @@ import "../chunk-TEFCFC4H.js";
|
|
|
22
22
|
import "../chunk-LP764MGR.js";
|
|
23
23
|
import {
|
|
24
24
|
dispatchSkillsFromGit
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-F3GNBRGL.js";
|
|
26
26
|
import "../chunk-MEDRUIRO.js";
|
|
27
27
|
import "../chunk-HJYAXAYQ.js";
|
|
28
28
|
import "../chunk-H5GN7R43.js";
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
runSecurityCraft,
|
|
80
80
|
runSpecCraft,
|
|
81
81
|
runTestCraft
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-F3GNBRGL.js";
|
|
83
83
|
import {
|
|
84
84
|
VALID_PLATFORMS
|
|
85
85
|
} from "./chunk-3ISINLYT.js";
|
|
@@ -8320,7 +8320,7 @@ function createMcpCommand() {
|
|
|
8320
8320
|
parseBudget
|
|
8321
8321
|
).action(async (opts) => {
|
|
8322
8322
|
const [{ startServer: startServer2, getToolDefinitions: getToolDefinitions2 }, { selectTier }] = await Promise.all([
|
|
8323
|
-
import("./mcp-
|
|
8323
|
+
import("./mcp-VSSIWTII.js"),
|
|
8324
8324
|
import("./tool-tiers-OKK5FE57.js")
|
|
8325
8325
|
]);
|
|
8326
8326
|
if (opts.tools && opts.tools.length > 0) {
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
runSnapshotCapture,
|
|
13
13
|
runUninstall,
|
|
14
14
|
runUninstallConstraints
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-YVI7ZV73.js";
|
|
16
16
|
import {
|
|
17
17
|
generateRuntime
|
|
18
18
|
} from "./chunk-574JCBYH.js";
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
generateSlashCommands,
|
|
71
71
|
getToolDefinitions,
|
|
72
72
|
startServer
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-F3GNBRGL.js";
|
|
74
74
|
import "./chunk-MEDRUIRO.js";
|
|
75
75
|
import "./chunk-HJYAXAYQ.js";
|
|
76
76
|
import "./chunk-H5GN7R43.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harness-engineering/cli",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "CLI for Harness Engineering toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"web-tree-sitter": "^0.24.7",
|
|
40
40
|
"yaml": "^2.8.3",
|
|
41
41
|
"zod": "^3.25.76",
|
|
42
|
-
"@harness-engineering/core": "0.34.
|
|
43
|
-
"@harness-engineering/
|
|
44
|
-
"@harness-engineering/
|
|
42
|
+
"@harness-engineering/core": "0.34.1",
|
|
43
|
+
"@harness-engineering/graph": "0.11.5",
|
|
44
|
+
"@harness-engineering/dashboard": "0.13.1",
|
|
45
45
|
"@harness-engineering/linter-gen": "0.1.7",
|
|
46
|
-
"@harness-engineering/orchestrator": "0.
|
|
47
|
-
"@harness-engineering/signals": "0.2.
|
|
48
|
-
"@harness-engineering/types": "0.
|
|
46
|
+
"@harness-engineering/orchestrator": "0.11.1",
|
|
47
|
+
"@harness-engineering/signals": "0.2.3",
|
|
48
|
+
"@harness-engineering/types": "0.19.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@harness-engineering/intelligence": "0.4.
|
|
51
|
+
"@harness-engineering/intelligence": "0.4.3"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
|
54
54
|
"@harness-engineering/intelligence": {
|