@dzhechkov/harness-cli 0.8.16 → 0.8.18

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.
@@ -61,6 +61,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
61
61
  'compare',
62
62
  'component',
63
63
  'config',
64
+ 'commit-quote',
64
65
  'confirm',
65
66
  'confirmed',
66
67
  'context-only',
@@ -84,6 +85,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
84
85
  'emit-policy',
85
86
  'enrich',
86
87
  'epsilon',
88
+ 'event',
87
89
  'expect',
88
90
  'expect-commands',
89
91
  'export',
@@ -111,6 +113,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
111
113
  'gates',
112
114
  'gen-critic',
113
115
  'goal',
116
+ 'git-path',
114
117
  'guard',
115
118
  'guards',
116
119
  'half-year',
@@ -123,6 +126,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
123
126
  'include-pairs',
124
127
  'init',
125
128
  'input-hash',
129
+ 'is-ancestor', // git merge-base argument, included by the source census
126
130
  'install',
127
131
  'install-driver',
128
132
  'install-hook',
@@ -187,6 +191,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
187
191
  'op',
188
192
  'original',
189
193
  'out',
194
+ 'outcome',
190
195
  'output',
191
196
  'output-format',
192
197
  'override',
@@ -194,9 +199,11 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
194
199
  'pack-destination',
195
200
  'package',
196
201
  'pair',
202
+ 'parent-run-id',
197
203
  'pattern',
198
204
  'periods',
199
205
  'pick',
206
+ 'pid',
200
207
  'plan',
201
208
  'plugin-dir',
202
209
  'porcelain',
@@ -204,7 +211,10 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
204
211
  'preset',
205
212
  'pretty',
206
213
  'preview',
214
+ 'probe-pid',
207
215
  'project',
216
+ 'quote',
217
+ 'ref',
208
218
  'promote',
209
219
  'proposal',
210
220
  'provenance',
@@ -229,6 +239,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
229
239
  'rerank',
230
240
  'result',
231
241
  'resume',
242
+ 'retention-days',
232
243
  'revise',
233
244
  'reward',
234
245
  'row',
@@ -246,6 +257,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
246
257
  'score',
247
258
  'seed',
248
259
  'select',
260
+ 'settle',
249
261
  'semantic',
250
262
  'send',
251
263
  'session',
@@ -263,6 +275,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
263
275
  'stage',
264
276
  'stage-timeout',
265
277
  'stages-json',
278
+ 'stall-minutes',
266
279
  'static',
267
280
  'stats',
268
281
  'status',
@@ -291,6 +304,7 @@ export const KNOWN_CLI_FLAGS: readonly string[] = [
291
304
  'topics',
292
305
  'transcript',
293
306
  'type',
307
+ 'untracked-files', // git status argument
294
308
  'usage',
295
309
  'validate',
296
310
  'verbose',