@dzhechkov/harness-cli 0.8.21 → 0.8.23

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.
@@ -16,6 +16,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
16
16
  'allow-integrations',
17
17
  'allow-same-family',
18
18
  'allow-same-family-qe',
19
+ 'agents',
19
20
  'any',
20
21
  'append',
21
22
  'apply',
@@ -36,6 +37,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
36
37
  'body',
37
38
  'book',
38
39
  'books',
40
+ 'brief',
39
41
  'bto',
40
42
  'budget',
41
43
  'budget-extra',
@@ -65,8 +67,10 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
65
67
  'confirm',
66
68
  'confirmed',
67
69
  'context-only',
70
+ 'coder',
68
71
  'corroborate',
69
72
  'count-project',
73
+ 'dangerously-bypass-approvals-and-sandbox',
70
74
  'day',
71
75
  'deep',
72
76
  'default-family',
@@ -135,11 +139,13 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
135
139
  'json',
136
140
  'judge',
137
141
  'k',
142
+ 'keep',
138
143
  'keep-scratch',
139
144
  'key',
140
145
  'kind',
141
146
  'ladder',
142
147
  'legacy',
148
+ 'lesson',
143
149
  'lexical',
144
150
  'license',
145
151
  'limit',
@@ -147,6 +153,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
147
153
  'live-content',
148
154
  'loc-cap',
149
155
  'local-path',
156
+ 'log',
150
157
  'manifest',
151
158
  'margin',
152
159
  'mark',
@@ -163,7 +170,9 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
163
170
  'name',
164
171
  'name-only',
165
172
  'night',
173
+ 'note',
166
174
  'no-audit',
175
+ 'no-cost',
167
176
  'no-decorate',
168
177
  'no-dry-run',
169
178
  'no-evals',
@@ -178,6 +187,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
178
187
  'no-memory',
179
188
  'no-merges',
180
189
  'no-mirror',
190
+ 'no-new-knowledge',
181
191
  'no-provenance',
182
192
  'no-result',
183
193
  'no-semantic',
@@ -189,9 +199,12 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
189
199
  'oneline',
190
200
  'only',
191
201
  'op',
202
+ 'older-than',
192
203
  'original',
193
204
  'out',
194
205
  'outcome',
206
+ 'owner-pid',
207
+ 'owner-run',
195
208
  'output',
196
209
  'output-format',
197
210
  'override',
@@ -218,6 +231,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
218
231
  'promote',
219
232
  'proposal',
220
233
  'provenance',
234
+ 'prune',
221
235
  'prune-noise',
222
236
  'prune-quarantine',
223
237
  'pubkey',
@@ -241,8 +255,10 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
241
255
  'resume',
242
256
  'retention-days',
243
257
  'revise',
258
+ 'reviewer',
244
259
  'reward',
245
260
  'row',
261
+ 'round',
246
262
  'rounds',
247
263
  'run',
248
264
  'run-dir',
@@ -276,6 +292,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
276
292
  'stage-timeout',
277
293
  'stages-json',
278
294
  'stall-minutes',
295
+ 'state-root',
279
296
  'static',
280
297
  'stats',
281
298
  'status',
@@ -297,11 +314,14 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
297
314
  'tie-rate',
298
315
  'tier',
299
316
  'timeout',
317
+ 'timeout-min',
300
318
  'title',
301
319
  'to',
302
320
  'tolerance',
303
321
  'tools',
322
+ 'topic',
304
323
  'topics',
324
+ 'tokens',
305
325
  'transcript',
306
326
  'type',
307
327
  'untracked-files', // git status argument
@@ -324,4 +344,5 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
324
344
  'write',
325
345
  'year',
326
346
  'yes',
347
+ 'mirror-cmd', // dz publish epilogue (mirror-push-on-publish)
327
348
  ];