@dzhechkov/harness-cli 0.3.232 → 0.3.234

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/index.d.ts CHANGED
@@ -6,5 +6,5 @@
6
6
  /** Package version. Kept in sync with `package.json`. */
7
7
  export declare const HARNESS_CLI_VERSION: string;
8
8
  export { runCli } from './cli.js';
9
- export type { CliIo } from './cli.js';
9
+ export type { CliIo, ReleaseExecRunner } from './cli.js';
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,yDAAyD;AACzD,eAAO,MAAM,mBAAmB,EAAE,MACkD,CAAC;AAErF,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,yDAAyD;AACzD,eAAO,MAAM,mBAAmB,EAAE,MACkD,CAAC;AAErF,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/harness-cli",
3
- "version": "0.3.232",
3
+ "version": "0.3.234",
4
4
  "description": "The dz CLI — install AI skills for Claude Code, Codex, OpenCode, Hermes, OpenClaude, GitHub Copilot. 35 commands, 13 presets, 6 platform targets.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -36,7 +36,9 @@
36
36
  "dist",
37
37
  "src",
38
38
  "README.md",
39
- "keys"
39
+ "keys",
40
+ ".dz-manifest.json",
41
+ "sbom.json"
40
42
  ],
41
43
  "dependencies": {
42
44
  "@dzhechkov/harness-presets": "^0.5.0",
@@ -55,7 +57,7 @@
55
57
  "@dzhechkov/skills-reverse-engineering": "^0.1.0",
56
58
  "@dzhechkov/skills-presentation-storyteller": "^0.1.0",
57
59
  "@dzhechkov/skills-website-cloner": "^0.1.0",
58
- "@dzhechkov/harness-core": "0.3.124"
60
+ "@dzhechkov/harness-core": "0.3.126"
59
61
  },
60
62
  "devDependencies": {
61
63
  "@types/node": "^25.6.0",
package/sbom.json ADDED
@@ -0,0 +1,333 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.5",
4
+ "version": 1,
5
+ "metadata": {
6
+ "component": {
7
+ "type": "library",
8
+ "name": "harness-cli"
9
+ }
10
+ },
11
+ "components": [
12
+ {
13
+ "type": "file",
14
+ "name": ".agentic-qe/brain.rvf",
15
+ "hashes": [
16
+ {
17
+ "alg": "SHA-256",
18
+ "content": "8136cd4cc145d3dbe6ed3ae4489946bbc26e3e44172f0e5241ac45dde38bfead"
19
+ }
20
+ ]
21
+ },
22
+ {
23
+ "type": "file",
24
+ "name": ".agentic-qe/brain.rvf.lock",
25
+ "hashes": [
26
+ {
27
+ "alg": "SHA-256",
28
+ "content": "96c3f61d34c63a8adf2a87cd10abc73b09946223798a543d2c477f6486ceba2b"
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "type": "file",
34
+ "name": ".agentic-qe/memory.db",
35
+ "hashes": [
36
+ {
37
+ "alg": "SHA-256",
38
+ "content": "456372cb9a8c12f98ae6378338b8469d9be6df05cbe03a99b412d83d962b3d11"
39
+ }
40
+ ]
41
+ },
42
+ {
43
+ "type": "file",
44
+ "name": ".agentic-qe/memory.db-shm",
45
+ "hashes": [
46
+ {
47
+ "alg": "SHA-256",
48
+ "content": "613a87ec0ce8a7cc48d1b6939999ac623c144ff5718f04b40b9d26519f517af2"
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "type": "file",
54
+ "name": ".agentic-qe/memory.db-wal",
55
+ "hashes": [
56
+ {
57
+ "alg": "SHA-256",
58
+ "content": "8b037ea49fcdf20ebbe02798aaa6b5cdddd5cadd1f7239c629650093afd5ac2f"
59
+ }
60
+ ]
61
+ },
62
+ {
63
+ "type": "file",
64
+ "name": ".agentic-qe/patterns.rvf",
65
+ "hashes": [
66
+ {
67
+ "alg": "SHA-256",
68
+ "content": "9090b2e6d339eaa183672ac0cf9f625dbd5f9fc76d64afcdb34a3f5871c31c5a"
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "type": "file",
74
+ "name": ".agentic-qe/patterns.rvf.idmap.json",
75
+ "hashes": [
76
+ {
77
+ "alg": "SHA-256",
78
+ "content": "c2693f9a7f47a2d2bffe3004188e70ce08411bf8db47d07c60551d18ff7640c4"
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "type": "file",
84
+ "name": ".agentic-qe/patterns.rvf.lock",
85
+ "hashes": [
86
+ {
87
+ "alg": "SHA-256",
88
+ "content": "ad77ee665c75491a8700381fb79205d308653e99a15013564c7732eeb6aa1181"
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "type": "file",
94
+ "name": "CHANGELOG.md",
95
+ "hashes": [
96
+ {
97
+ "alg": "SHA-256",
98
+ "content": "9555ead768fef7963e735b0c6af21a64412811531534108be3df61bc65b51021"
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "type": "file",
104
+ "name": "README.md",
105
+ "hashes": [
106
+ {
107
+ "alg": "SHA-256",
108
+ "content": "4a11112ac688fbc833439ec9d047da01abf0981189edf611f198dc36ae7c34ec"
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "type": "file",
114
+ "name": "coverage/coverage-final.json",
115
+ "hashes": [
116
+ {
117
+ "alg": "SHA-256",
118
+ "content": "1abb00d07ab57ad413d2747baa6a68cda0876a9e0c6f75db89c205fbf4863530"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ "type": "file",
124
+ "name": "coverage/coverage-summary.json",
125
+ "hashes": [
126
+ {
127
+ "alg": "SHA-256",
128
+ "content": "42d2a98f54c2ec773b49a0a43c959a78d070c8c427724f4affbd5bafef35621d"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "type": "file",
134
+ "name": "dist/bin.d.ts",
135
+ "hashes": [
136
+ {
137
+ "alg": "SHA-256",
138
+ "content": "58be9f04d2fe63cca2efe3957b9933068e443a0e57f9838ff9ef800cc191e03f"
139
+ }
140
+ ]
141
+ },
142
+ {
143
+ "type": "file",
144
+ "name": "dist/bin.d.ts.map",
145
+ "hashes": [
146
+ {
147
+ "alg": "SHA-256",
148
+ "content": "b1e41c8c19fa56ae9dec2267740eb4389bc785431478861a8843867f99c1b25b"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "type": "file",
154
+ "name": "dist/bin.js",
155
+ "hashes": [
156
+ {
157
+ "alg": "SHA-256",
158
+ "content": "ad24e06de21b036e2b5a43abc4efd6e7ceb2ae126177b218a3ee13a026641f83"
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "type": "file",
164
+ "name": "dist/bin.js.map",
165
+ "hashes": [
166
+ {
167
+ "alg": "SHA-256",
168
+ "content": "c2dd399fec3f26e48e23971b29e27c508c1a1f96376a193e72dc8042015c8e65"
169
+ }
170
+ ]
171
+ },
172
+ {
173
+ "type": "file",
174
+ "name": "dist/cli.d.ts",
175
+ "hashes": [
176
+ {
177
+ "alg": "SHA-256",
178
+ "content": "628c55bb864dd8a8f337a9cb3fe4271f0df7c0bf9237b1150427171f0577fd57"
179
+ }
180
+ ]
181
+ },
182
+ {
183
+ "type": "file",
184
+ "name": "dist/cli.d.ts.map",
185
+ "hashes": [
186
+ {
187
+ "alg": "SHA-256",
188
+ "content": "8c3b6f509c494ff446a098239f39453510a385f879d86127e91a528287b32333"
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "type": "file",
194
+ "name": "dist/cli.js",
195
+ "hashes": [
196
+ {
197
+ "alg": "SHA-256",
198
+ "content": "0ea78654ed97065078affc088022d25406568345f30aaf87ec30533b1537110a"
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "type": "file",
204
+ "name": "dist/cli.js.map",
205
+ "hashes": [
206
+ {
207
+ "alg": "SHA-256",
208
+ "content": "8fc984391e8ff91464f32e73d36253f292d558e2bb2676b2a18e474d8d1861d5"
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "type": "file",
214
+ "name": "dist/index.d.ts",
215
+ "hashes": [
216
+ {
217
+ "alg": "SHA-256",
218
+ "content": "aaac0134a074fd06e9b5e09daa952ef6353510e481885da51a6e4f2e92beba35"
219
+ }
220
+ ]
221
+ },
222
+ {
223
+ "type": "file",
224
+ "name": "dist/index.d.ts.map",
225
+ "hashes": [
226
+ {
227
+ "alg": "SHA-256",
228
+ "content": "459c3381a9fbcd3378b623f9fe103a8d3337e4025a2f546b6d40e4d9dd4e0f70"
229
+ }
230
+ ]
231
+ },
232
+ {
233
+ "type": "file",
234
+ "name": "dist/index.js",
235
+ "hashes": [
236
+ {
237
+ "alg": "SHA-256",
238
+ "content": "15ff1e6b84537b91b73b6a7e2d1c45f1120b25af9d1139df8da8ad094e99cf0e"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "type": "file",
244
+ "name": "dist/index.js.map",
245
+ "hashes": [
246
+ {
247
+ "alg": "SHA-256",
248
+ "content": "2f61a3be1af4ab9f7bbcbacb912ccbd89e3b73414f9fd24766598bfbdc1f8655"
249
+ }
250
+ ]
251
+ },
252
+ {
253
+ "type": "file",
254
+ "name": "keys/README.md",
255
+ "hashes": [
256
+ {
257
+ "alg": "SHA-256",
258
+ "content": "204deec657a7f147bf3016441082c2f868f6f11051776f4edc13ec6b44745192"
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "type": "file",
264
+ "name": "package.json",
265
+ "hashes": [
266
+ {
267
+ "alg": "SHA-256",
268
+ "content": "68a09fba4c6068dd171738166ad659097bf99d08b8a80ca504ad5109148b4eb5"
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ "type": "file",
274
+ "name": "src/bin.ts",
275
+ "hashes": [
276
+ {
277
+ "alg": "SHA-256",
278
+ "content": "a0d4e20fafc5cba35816f1f0c6cd03d9ce7c4434d2ca049384491079d2408fd4"
279
+ }
280
+ ]
281
+ },
282
+ {
283
+ "type": "file",
284
+ "name": "src/cli.ts",
285
+ "hashes": [
286
+ {
287
+ "alg": "SHA-256",
288
+ "content": "af5541d8bd97570102b8df85b6ed598813b8d53ede9cc71533e40b808d5c033e"
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "type": "file",
294
+ "name": "src/index.ts",
295
+ "hashes": [
296
+ {
297
+ "alg": "SHA-256",
298
+ "content": "395b27b317e575b94a1049cdb284db185e0ec382fbae1e588c78ff2398b2563f"
299
+ }
300
+ ]
301
+ },
302
+ {
303
+ "type": "file",
304
+ "name": "test/cli.test.ts",
305
+ "hashes": [
306
+ {
307
+ "alg": "SHA-256",
308
+ "content": "73b554b9f78681d9e1dd168b945bac427bcf027e11125157d8b4ab5e2b25dc22"
309
+ }
310
+ ]
311
+ },
312
+ {
313
+ "type": "file",
314
+ "name": "tsconfig.json",
315
+ "hashes": [
316
+ {
317
+ "alg": "SHA-256",
318
+ "content": "e80ef2911c3347a713dc3dca6a5f6034d91e938e58e71345ea920dd9833bcdbb"
319
+ }
320
+ ]
321
+ },
322
+ {
323
+ "type": "file",
324
+ "name": "vitest.config.ts",
325
+ "hashes": [
326
+ {
327
+ "alg": "SHA-256",
328
+ "content": "a6ffc6172b50a3a59010f8f8c66e2204e7d298b62a7f2bc5de33cbf39c99899d"
329
+ }
330
+ ]
331
+ }
332
+ ]
333
+ }