@dzhechkov/harness-cli 0.4.5 → 0.5.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/.dz-manifest.json +92 -16
- package/LICENSE +21 -0
- package/README.md +345 -18
- package/dist/bin.d.ts +10 -0
- package/dist/bin.d.ts.map +1 -1
- package/dist/bin.js +45 -12
- package/dist/bin.js.map +1 -1
- package/dist/cli.d.ts +12 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +712 -170
- package/dist/cli.js.map +1 -1
- package/dist/core-compat.d.ts +106 -0
- package/dist/core-compat.d.ts.map +1 -0
- package/dist/core-compat.js +252 -0
- package/dist/core-compat.js.map +1 -0
- package/package.json +12 -12
- package/sbom.json +205 -15
- package/src/bin.ts +43 -12
- package/src/cli.ts +707 -146
- package/src/core-compat.ts +240 -0
package/.dz-manifest.json
CHANGED
|
@@ -9,43 +9,63 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "27e2ddfd256e5c89a1c51a2520b52cc4b947dd7295f5730bde0a2c735186fb8f"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "coverage/coverage-final.json",
|
|
16
|
-
"sha256": "
|
|
16
|
+
"sha256": "d2eef62228d4f2b31f5c7fca703f0f6844cf517d41be9dee516f3489f5babfec"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"path": "coverage/coverage-summary.json",
|
|
20
|
+
"sha256": "981eef381eb1e9a040a31eaa561ea078c6f6711d9908990e796d5213d6ffe89f"
|
|
17
21
|
},
|
|
18
22
|
{
|
|
19
23
|
"path": "dist/bin.d.ts",
|
|
20
|
-
"sha256": "
|
|
24
|
+
"sha256": "1d651fdfe05fc306c857bbbee44c395b63b39c1e0c53a8166eb7ca43c6cfa157"
|
|
21
25
|
},
|
|
22
26
|
{
|
|
23
27
|
"path": "dist/bin.d.ts.map",
|
|
24
|
-
"sha256": "
|
|
28
|
+
"sha256": "74105b3edb4c4a7d75393a7cb2dda06a0f545b1cce75e9a772a30b18b3609374"
|
|
25
29
|
},
|
|
26
30
|
{
|
|
27
31
|
"path": "dist/bin.js",
|
|
28
|
-
"sha256": "
|
|
32
|
+
"sha256": "e215d5ebb9d87106c3bdfda29c8cb1af59bc9bdbd62c11b2b6a313a2bd3ecd7c"
|
|
29
33
|
},
|
|
30
34
|
{
|
|
31
35
|
"path": "dist/bin.js.map",
|
|
32
|
-
"sha256": "
|
|
36
|
+
"sha256": "31849f2576f6e57a8a71f49cbb1a6e6c692f98dd8303217ec836933420d08dac"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
35
39
|
"path": "dist/cli.d.ts",
|
|
36
|
-
"sha256": "
|
|
40
|
+
"sha256": "56db11f99b505b2ffbc314aa70b4bcd17ec741e14ca99a3662d0ca9f4afcc1cc"
|
|
37
41
|
},
|
|
38
42
|
{
|
|
39
43
|
"path": "dist/cli.d.ts.map",
|
|
40
|
-
"sha256": "
|
|
44
|
+
"sha256": "19170be889713fffd051dfde1044074125f66bb4623e415c355f812a47721436"
|
|
41
45
|
},
|
|
42
46
|
{
|
|
43
47
|
"path": "dist/cli.js",
|
|
44
|
-
"sha256": "
|
|
48
|
+
"sha256": "c80fe1740887b68a3521ee6d22e09303785238c6e27dd0c80fb76289927e73a4"
|
|
45
49
|
},
|
|
46
50
|
{
|
|
47
51
|
"path": "dist/cli.js.map",
|
|
48
|
-
"sha256": "
|
|
52
|
+
"sha256": "1ef2072181086e6b14c30005417f3edba91db5c3f2ae82201236ea493385d6a8"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"path": "dist/core-compat.d.ts",
|
|
56
|
+
"sha256": "dedfc859e163f229af0445d6439172a4b66c150c0942bce3ae1bf0304dbb3290"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"path": "dist/core-compat.d.ts.map",
|
|
60
|
+
"sha256": "bce1ded9ffac15080908af1a9571b67141c141374ec4ba90b987fd6fd8883aab"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"path": "dist/core-compat.js",
|
|
64
|
+
"sha256": "57930e6918c2a5d90826c74924a62de9a1ffab53d8196ff8f98a59c89baf23be"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"path": "dist/core-compat.js.map",
|
|
68
|
+
"sha256": "e95005978fdd733f78208d6d916f62f970123530241739c9da7d3a74154b7a13"
|
|
49
69
|
},
|
|
50
70
|
{
|
|
51
71
|
"path": "dist/index.d.ts",
|
|
@@ -69,28 +89,64 @@
|
|
|
69
89
|
},
|
|
70
90
|
{
|
|
71
91
|
"path": "package.json",
|
|
72
|
-
"sha256": "
|
|
92
|
+
"sha256": "be73e142cc0dcd05cf774c73827572b1e55e503c8ab84f4a396fa785b271980b"
|
|
73
93
|
},
|
|
74
94
|
{
|
|
75
95
|
"path": "src/bin.ts",
|
|
76
|
-
"sha256": "
|
|
96
|
+
"sha256": "42a1f67e1f39c4cda2df0887c16fbb6f54eb108ba0cb18612bb83ee153092463"
|
|
77
97
|
},
|
|
78
98
|
{
|
|
79
99
|
"path": "src/cli.ts",
|
|
80
|
-
"sha256": "
|
|
100
|
+
"sha256": "c875709ccafe3493342776b28c8aa7b34e1fb800e2fccedcb499e6490e6ad1c0"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"path": "src/core-compat.ts",
|
|
104
|
+
"sha256": "3638272a91166a047c3edc14626c0011e91b2de862a197d1b8e424470e7a0575"
|
|
81
105
|
},
|
|
82
106
|
{
|
|
83
107
|
"path": "src/index.ts",
|
|
84
108
|
"sha256": "395b27b317e575b94a1049cdb284db185e0ec382fbae1e588c78ff2398b2563f"
|
|
85
109
|
},
|
|
110
|
+
{
|
|
111
|
+
"path": "test/agents-sync.test.ts",
|
|
112
|
+
"sha256": "32606890dc57d58257e6b4a38246acb343eea88b6e4b2f643f061325a34d066a"
|
|
113
|
+
},
|
|
86
114
|
{
|
|
87
115
|
"path": "test/cli.test.ts",
|
|
88
|
-
"sha256": "
|
|
116
|
+
"sha256": "83d8c6a9d7e8d46b57bb2e5da47c0345e8a512bdcc2e7cc8c59e163ade41de10"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"path": "test/command-count.test.ts",
|
|
120
|
+
"sha256": "9958e10a8adb80ee64baad0d91fb4c9a3b6e8801c6379f7ba5f8f5ab6c1f1716"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"path": "test/core-compat-guard.test.ts",
|
|
124
|
+
"sha256": "98086d0b6bd7ce32cc844e0cbbc710c4dbf009389c1d020aed48ced2de8acd57"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"path": "test/core-compat.test.ts",
|
|
128
|
+
"sha256": "c54d5aa80a2455a396b396ff9fc398c141c3be4ec9c830e0941f830658758866"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"path": "test/core-import-floor.test.ts",
|
|
132
|
+
"sha256": "84e16e0f31608570f72575038ae246d9ff002671ade0e9f9fa6009dd862dfc03"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "test/discrimination-check-cli.test.ts",
|
|
136
|
+
"sha256": "cd7507c8ec1f621fea6f05596541235d09efbd215540b56b012cf465e06b6ba0"
|
|
89
137
|
},
|
|
90
138
|
{
|
|
91
139
|
"path": "test/epoch-replay-cli.test.ts",
|
|
92
140
|
"sha256": "a5a48585b565288ca1ea96030b02b2ccb37a621ef7b3cfe54cd7aaa7164d6904"
|
|
93
141
|
},
|
|
142
|
+
{
|
|
143
|
+
"path": "test/fixtures/discrimination-check/fake-runner.sh",
|
|
144
|
+
"sha256": "126bbd1ba9c08ef9de826cfa21df3981720e4bc36cd993dff28e0de435cbebae"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "test/fixtures/discrimination-check/fixture.py",
|
|
148
|
+
"sha256": "bb413a8b6e9dc597eb298e7646fb84e23ccd3e117eb61201776ef3e9e27a0e0a"
|
|
149
|
+
},
|
|
94
150
|
{
|
|
95
151
|
"path": "test/fixtures/install-layouts-helpers.ts",
|
|
96
152
|
"sha256": "7c1d53c295ec4cb7ee8e3036b663f20d660a1acff35dbcb5c99257aed7268b68"
|
|
@@ -183,22 +239,42 @@
|
|
|
183
239
|
"path": "test/install-layouts.test.ts",
|
|
184
240
|
"sha256": "43cc6e3251500cd547997ac0916c250c8558f6c3d5c4a60254753e1e80ba24f5"
|
|
185
241
|
},
|
|
242
|
+
{
|
|
243
|
+
"path": "test/install-sync-partial.test.ts",
|
|
244
|
+
"sha256": "35824489662dbe9315d78cd20ecf968d416fbe80685d74b6588c8521a08497ea"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"path": "test/list-partial.test.ts",
|
|
248
|
+
"sha256": "fd98385a9b1021cf8341d154abcdf4506a84aaadddd465fcc7e057ba1927fe64"
|
|
249
|
+
},
|
|
186
250
|
{
|
|
187
251
|
"path": "test/mutation-gate-cli.test.ts",
|
|
188
252
|
"sha256": "3b33c786713e2dfaa192ea32df8cdcf534170c59d58ce285872a3fde008afbc4"
|
|
189
253
|
},
|
|
190
254
|
{
|
|
191
255
|
"path": "test/mutation-registry.json",
|
|
192
|
-
"sha256": "
|
|
256
|
+
"sha256": "3e6f9bb105154121988da41568ff85573099235857ba25e76c4264c166b414ae"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"path": "test/skills-verify-static-advisories.test.ts",
|
|
260
|
+
"sha256": "b1140c20ec04d1c8ae67f97a42dbcece1e8e63c98a5de2c087f0359d27c25f17"
|
|
193
261
|
},
|
|
194
262
|
{
|
|
195
263
|
"path": "test/statusline-panel.test.ts",
|
|
196
264
|
"sha256": "b09b42c4ece1a83e5d3f3765629b0756a8f30a7122f3fc30363f93f092a44c0d"
|
|
197
265
|
},
|
|
266
|
+
{
|
|
267
|
+
"path": "test/target-alias-cli.test.ts",
|
|
268
|
+
"sha256": "96df42acb1cc5ada5ca97912d3b7da5b486067e851b9dd395855b1b540ce738c"
|
|
269
|
+
},
|
|
198
270
|
{
|
|
199
271
|
"path": "test/trace-bundle-cli.test.ts",
|
|
200
272
|
"sha256": "fdaad63359ca7ce351e505e613b547bbc653e0847403edfae88d22a8a524b7a0"
|
|
201
273
|
},
|
|
274
|
+
{
|
|
275
|
+
"path": "test/version-flag.test.ts",
|
|
276
|
+
"sha256": "7acd80deb073fb2987c6d14a028a64c6d44324ac61a05410b7d4b6c87ff5acc6"
|
|
277
|
+
},
|
|
202
278
|
{
|
|
203
279
|
"path": "test/workflow-init-lint-clean.test.ts",
|
|
204
280
|
"sha256": "b7a64462983901adca86ecc29e76b3f95885210e5aaba68352356191e6bfac7f"
|
|
@@ -221,5 +297,5 @@
|
|
|
221
297
|
}
|
|
222
298
|
]
|
|
223
299
|
},
|
|
224
|
-
"signature": "
|
|
300
|
+
"signature": "jyIwJnH5LH3+Wrq8W19HGqMpqt8e0srMnfZH/atV2H3ddnlrYzMe0f7bvyigDpdLzVApxiq+Xna5z4psVILMDg=="
|
|
225
301
|
}
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 dzhechko
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|