omp-conductor 0.19.2 → 0.19.3

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.
@@ -0,0 +1,546 @@
1
+ {
2
+ "_readme": [
3
+ "The 76 rows this fleet's ledger still classified as `unknown` on 2026-08-23,",
4
+ "projected to the fields classifyRun reads (#986). Not raw transcripts: each",
5
+ "report keeps its first line (the evidence a class quotes) plus every line",
6
+ "matching the two verdict spellings the result path reads, preserved verbatim",
7
+ "so a row that DID deliver a verdict cannot be mistaken for one that did not.",
8
+ "lastError is capped at 200 characters, which is longer than every signature",
9
+ "the table matches. Replayed by failure-class.test.ts as a floor on how much",
10
+ "of a real unknown backlog the table explains."
11
+ ],
12
+ "rows": [
13
+ {
14
+ "issue": 71,
15
+ "state": "failed",
16
+ "turns": 40,
17
+ "maxTurns": 180,
18
+ "report": "I now have a complete picture. Let me set up the todo list and start implementing."
19
+ },
20
+ {
21
+ "issue": 71,
22
+ "state": "failed",
23
+ "turns": 56,
24
+ "maxTurns": 180,
25
+ "report": "Now I'll write the full updated service test file, dropping per-row machinery tests and adding `active_holds_for_purge` coverage."
26
+ },
27
+ {
28
+ "issue": 290,
29
+ "state": "failed",
30
+ "turns": 38,
31
+ "maxTurns": 180,
32
+ "report": "Let me look at the worker-session test harness in daemon.test.ts and the `draft` helper"
33
+ },
34
+ {
35
+ "issue": 290,
36
+ "state": "failed",
37
+ "turns": 1,
38
+ "maxTurns": 180,
39
+ "report": "omp-conductor session child exited 143 before the session ended"
40
+ },
41
+ {
42
+ "issue": 300,
43
+ "state": "failed",
44
+ "turns": 1,
45
+ "maxTurns": 180,
46
+ "report": "omp-conductor session child exited 143 before the session ended"
47
+ },
48
+ {
49
+ "issue": 331,
50
+ "state": "failed",
51
+ "turns": 47,
52
+ "maxTurns": 180,
53
+ "lastError": "https://github.com/veltrosecurity/veltro/pull/332 closed without merging"
54
+ },
55
+ {
56
+ "issue": 357,
57
+ "state": "failed",
58
+ "turns": 97,
59
+ "maxTurns": 180,
60
+ "report": "The backlog is complete. Final state:"
61
+ },
62
+ {
63
+ "issue": 357,
64
+ "state": "failed",
65
+ "turns": 50,
66
+ "maxTurns": 180,
67
+ "lastError": "https://github.com/veltrosecurity/veltro/pull/569 closed without merging",
68
+ "report": "CI is **green** \u2014 the conductor merge-gate verdict reports 18 checks succeeded/skipped at head `9d908022197fd7de8316516490d37d57f5c13382`, matching the SHA I pushed.\nstate: pushed-green"
69
+ },
70
+ {
71
+ "issue": 359,
72
+ "state": "failed",
73
+ "turns": 39,
74
+ "maxTurns": 120,
75
+ "report": "Diff is coherent. Now the full gate suite:"
76
+ },
77
+ {
78
+ "issue": 359,
79
+ "state": "failed",
80
+ "turns": 24,
81
+ "maxTurns": 120,
82
+ "report": "`bun run check` passes. Now the full test suite:"
83
+ },
84
+ {
85
+ "issue": 359,
86
+ "state": "failed",
87
+ "turns": 20,
88
+ "maxTurns": 180,
89
+ "report": "`bun run check` passes. Running the test suites:"
90
+ },
91
+ {
92
+ "issue": 362,
93
+ "state": "failed",
94
+ "turns": 83,
95
+ "maxTurns": 180,
96
+ "report": "The implementation is correct on a real TTY \u2014 script's exit-130 was its own signal handling, not the select's. Now the full gate"
97
+ },
98
+ {
99
+ "issue": 364,
100
+ "state": "failed",
101
+ "turns": 10,
102
+ "maxTurns": 120,
103
+ "report": "Now let me read `worktree.ts` (the reattach/mirror logic) and the `pushVerb` in server.ts, plus actions.ts's update"
104
+ },
105
+ {
106
+ "issue": 364,
107
+ "state": "failed",
108
+ "turns": 35,
109
+ "maxTurns": 120,
110
+ "report": "tsc passes. Now run the full bun"
111
+ },
112
+ {
113
+ "issue": 369,
114
+ "state": "failed",
115
+ "turns": 16,
116
+ "maxTurns": 120,
117
+ "report": "Type check passes. Now the test suite"
118
+ },
119
+ {
120
+ "issue": 369,
121
+ "state": "failed",
122
+ "turns": 17,
123
+ "maxTurns": 180,
124
+ "report": "Type check passes. Now the test"
125
+ },
126
+ {
127
+ "issue": 370,
128
+ "state": "failed",
129
+ "turns": 15,
130
+ "maxTurns": 120,
131
+ "report": "Two failures: my new test writes a config the schema rejects (needs `routing` with \u22651 repo), and an existing `#172` test fails. Let me examine"
132
+ },
133
+ {
134
+ "issue": 370,
135
+ "state": "failed",
136
+ "turns": 8,
137
+ "maxTurns": 180,
138
+ "report": "Two failures to understand: the #370 test writes a schema-invalid config (routing required with \u22651 repo), and a #172 test fails at the \"unreadable transcript\" assertion. Let me look at both carefully."
139
+ },
140
+ {
141
+ "issue": 371,
142
+ "state": "failed",
143
+ "turns": 13,
144
+ "maxTurns": 120,
145
+ "report": "The WIP added `SETUP_USAGE` but never wired the help check into the `setup` case. Let me look at the test file and how `argv` is structured."
146
+ },
147
+ {
148
+ "issue": 371,
149
+ "state": "failed",
150
+ "turns": 9,
151
+ "maxTurns": 180,
152
+ "report": "Now let me check how existing subcommands handle help in this file, and look at the existing tests."
153
+ },
154
+ {
155
+ "issue": 374,
156
+ "state": "failed",
157
+ "turns": 22,
158
+ "maxTurns": 120,
159
+ "report": "Now implementing. First, the `DrainSignal` interface and `Deps` field:"
160
+ },
161
+ {
162
+ "issue": 387,
163
+ "state": "failed",
164
+ "turns": 9,
165
+ "maxTurns": 180,
166
+ "report": "Shell suites pass. Installing omp deps (frozen, as CI does), then running check and tests."
167
+ },
168
+ {
169
+ "issue": 401,
170
+ "state": "failed",
171
+ "turns": 163,
172
+ "maxTurns": 180
173
+ },
174
+ {
175
+ "issue": 406,
176
+ "state": "failed",
177
+ "turns": 113,
178
+ "maxTurns": 180
179
+ },
180
+ {
181
+ "issue": 413,
182
+ "state": "failed",
183
+ "turns": 8,
184
+ "maxTurns": 180,
185
+ "report": "Let me look at verify.yml and the relevant test files."
186
+ },
187
+ {
188
+ "issue": 423,
189
+ "state": "failed",
190
+ "turns": 158,
191
+ "maxTurns": 180,
192
+ "report": "The filter isn't excluding the `None`-snapshot rows \u2014 k20\u2013k29 are `NONE` yet appear in the sample. Likely the JSONB gets stored as JSON `null` (not SQL `NULL`), so `IS NOT NULL` doesn't filter it. Let"
193
+ },
194
+ {
195
+ "issue": 428,
196
+ "state": "failed",
197
+ "turns": 31,
198
+ "maxTurns": 180,
199
+ "report": "Now add `active_holds_for_purge` to holds.py"
200
+ },
201
+ {
202
+ "issue": 479,
203
+ "state": "failed",
204
+ "turns": 52,
205
+ "maxTurns": 180,
206
+ "report": "Now the core service \u2014 `backend/app/services/detection_pack.py`:"
207
+ },
208
+ {
209
+ "issue": 497,
210
+ "state": "failed",
211
+ "turns": 5,
212
+ "maxTurns": 180,
213
+ "report": "`gh` returns empty output (exit 0, zero bytes) \u2014 the issue brief says that's fine, work from the brief. Let me try the MCP route for the issue, and find repo guidance."
214
+ },
215
+ {
216
+ "issue": 508,
217
+ "state": "failed",
218
+ "turns": 1,
219
+ "maxTurns": 180,
220
+ "report": "omp-conductor session child exited 143 before the session ended"
221
+ },
222
+ {
223
+ "issue": 514,
224
+ "state": "failed",
225
+ "turns": 96,
226
+ "maxTurns": 180,
227
+ "report": "Todos are now complete."
228
+ },
229
+ {
230
+ "issue": 518,
231
+ "state": "failed",
232
+ "turns": 54,
233
+ "maxTurns": 180,
234
+ "report": "<\uff5cDSML\uff5ctool_calls>"
235
+ },
236
+ {
237
+ "issue": 521,
238
+ "state": "failed",
239
+ "turns": 50,
240
+ "maxTurns": 180,
241
+ "report": "Now the main refactor of retention.py. Let me rewrite it:"
242
+ },
243
+ {
244
+ "issue": 522,
245
+ "state": "failed",
246
+ "turns": 64,
247
+ "maxTurns": 180,
248
+ "report": "I need to make `cleanupWithDeleteMany` measure deleted and skipped independently so a count failure doesn't nuke the measured deleted count. Let me update that function."
249
+ },
250
+ {
251
+ "issue": 525,
252
+ "state": "failed",
253
+ "turns": 131,
254
+ "maxTurns": 180,
255
+ "report": "All implementation tasks are complete. The final state remains as reported: the full Warden consumer slice is implemented, verified locally (`ruff check .` \u2192 clean; 39 pure conformance/readiness tests"
256
+ },
257
+ {
258
+ "issue": 540,
259
+ "state": "failed",
260
+ "turns": 158,
261
+ "maxTurns": 180,
262
+ "report": "status: green"
263
+ },
264
+ {
265
+ "issue": 555,
266
+ "state": "failed",
267
+ "turns": 120,
268
+ "maxTurns": 180,
269
+ "report": "Let me read the settlement logic to understand run-state transitions for the release"
270
+ },
271
+ {
272
+ "issue": 566,
273
+ "state": "failed",
274
+ "turns": 126,
275
+ "maxTurns": 180,
276
+ "report": "Now reports.ts \u2014 imports, the seam adaptation, and the split-aware delivery loop"
277
+ },
278
+ {
279
+ "issue": 621,
280
+ "state": "failed",
281
+ "turns": 102,
282
+ "maxTurns": 180,
283
+ "report": "Now add the store probe to auth/runtime.ts"
284
+ },
285
+ {
286
+ "issue": 621,
287
+ "state": "failed",
288
+ "turns": 85,
289
+ "maxTurns": 180,
290
+ "report": "All targeted tests pass. Let me run the full identity unit suite (the postgres integration self-skips without its DSNs) to confirm nothing else broke."
291
+ },
292
+ {
293
+ "issue": 622,
294
+ "state": "failed",
295
+ "turns": 165,
296
+ "maxTurns": 180,
297
+ "report": "Done. veltro #622 implementation is complete, pushed, and the PR is green."
298
+ },
299
+ {
300
+ "issue": 636,
301
+ "state": "failed",
302
+ "turns": 40,
303
+ "maxTurns": 180,
304
+ "report": "Now I'll write the runbook. I'm deliberately crafting the vocabulary to avoid the composition-abuse `documentation: true` patterns (never \"non-default realm\", \"multiple organizations\", \"mssp\", etc.), "
305
+ },
306
+ {
307
+ "issue": 642,
308
+ "state": "failed",
309
+ "turns": 48,
310
+ "maxTurns": 180,
311
+ "report": "CI pending. Let me check the actual Actions runs to gauge progress:"
312
+ },
313
+ {
314
+ "issue": 651,
315
+ "state": "failed",
316
+ "turns": 23,
317
+ "maxTurns": 180,
318
+ "report": "Now let me check the hold command, liveWorkersReadOnly, and the lifecycle record API."
319
+ },
320
+ {
321
+ "issue": 653,
322
+ "state": "failed",
323
+ "turns": 46,
324
+ "maxTurns": 180,
325
+ "lastError": "PR head changed: expected 74ca56991e648b8a47d42f2c81da8a0f4298e0eb, found 74ca56991e648b8a47d42f2c81da8a0f8298e4eb",
326
+ "report": "PR #668 is green at the exact pushed head. Work complete.\nstate: pushed-green"
327
+ },
328
+ {
329
+ "issue": 653,
330
+ "state": "failed",
331
+ "turns": 46,
332
+ "maxTurns": 180,
333
+ "report": "Critical catch in review: section 3 **logs out** before section 4, so the mint (and the exit-time cleanup) would have no live session. The mint must re-establish the admin session. Fixing:"
334
+ },
335
+ {
336
+ "issue": 685,
337
+ "state": "failed",
338
+ "turns": 10,
339
+ "maxTurns": 180,
340
+ "report": "I now have the full picture. Let me check the import headers of the two files I'll edit, and the test script layout"
341
+ },
342
+ {
343
+ "issue": 690,
344
+ "state": "failed",
345
+ "turns": 21,
346
+ "maxTurns": 180,
347
+ "report": "Now I have the full picture. Let me set up the todo list and make the changes."
348
+ },
349
+ {
350
+ "issue": 740,
351
+ "state": "failed",
352
+ "turns": 11,
353
+ "maxTurns": 180,
354
+ "report": "Now the trace-free end-to-end test in `orchestrator-tick.test.ts`, inserted after the #683 auto-proceed test."
355
+ },
356
+ {
357
+ "issue": 781,
358
+ "state": "failed",
359
+ "turns": 150,
360
+ "maxTurns": 180,
361
+ "report": "review round 1: failed"
362
+ },
363
+ {
364
+ "issue": 781,
365
+ "state": "failed",
366
+ "turns": 63,
367
+ "maxTurns": 180,
368
+ "report": "Green at the exact pushed head. Yielding the settlement:"
369
+ },
370
+ {
371
+ "issue": 789,
372
+ "state": "failed",
373
+ "turns": 175,
374
+ "maxTurns": 180,
375
+ "report": "review round 1: failed"
376
+ },
377
+ {
378
+ "issue": 789,
379
+ "state": "failed",
380
+ "turns": 49,
381
+ "maxTurns": 180,
382
+ "report": "<\uff5cDSML\uff5cnode at the host block schema location of the config schema types for adding the worker identity (the distinct unprivileged identities as a demand: a new `identity for the session subtree: (uid"
383
+ },
384
+ {
385
+ "issue": 797,
386
+ "state": "failed",
387
+ "turns": 75,
388
+ "maxTurns": 180,
389
+ "report": "Green at `852140735542fed11316b4afe6401acf8408bc36`. Yielding the settlement"
390
+ },
391
+ {
392
+ "issue": 797,
393
+ "state": "failed",
394
+ "turns": 55,
395
+ "maxTurns": 180,
396
+ "report": "Settled **green** for #797 \u2014 PR [#803](https://github.com/TerrifiedBug/conductor/pull/803) at head `5c524dcf0ee0b2c25c7984a6a65b91823934366c`, merge gate confirmed by the dispatcher (both checks green"
397
+ },
398
+ {
399
+ "issue": 798,
400
+ "state": "failed",
401
+ "turns": 45,
402
+ "maxTurns": 180,
403
+ "report": "<\uff5cDSML\uff5ctool_args\": [],"
404
+ },
405
+ {
406
+ "issue": 806,
407
+ "state": "failed",
408
+ "turns": 0,
409
+ "maxTurns": 180,
410
+ "lastError": "Error: omp-conductor session child exited 1 before connecting\nchild output:\nerror: ENOENT while resolving package 'zod' from '/root/node_modules/omp-conductor/src/config-schema.ts'\nBun v1.3.14 (Linux "
411
+ },
412
+ {
413
+ "issue": 806,
414
+ "state": "failed",
415
+ "turns": 0,
416
+ "maxTurns": 180,
417
+ "lastError": "Error: Failed to read settings config /var/lib/omp-worker/.omp/agent/config.yml: Error: EACCES: permission denied, open '/var/lib/omp-worker/.omp/agent/config.yml'\n at fail (/root/node_modules/omp-"
418
+ },
419
+ {
420
+ "issue": 806,
421
+ "state": "failed",
422
+ "turns": 24,
423
+ "maxTurns": 180,
424
+ "report": "The exact constants are pinned: recorded `52949c8` (7 hex) \u2192 canonical full `52949c8d5f9f62dd18d007364a3a83c9aa871ef5`. Now I need to check how refusal codes are typed (a new `ambiguous-abbrev-\u2026` refu"
425
+ },
426
+ {
427
+ "issue": 832,
428
+ "state": "failed",
429
+ "turns": 0,
430
+ "maxTurns": 180,
431
+ "lastError": "Error: omp-conductor session child exited 1 before connecting\nchild output:\nerror: ENOENT while resolving package 'zod' from '/root/node_modules/omp-conductor/src/config-schema.ts'\nBun v1.3.14 (Linux "
432
+ },
433
+ {
434
+ "issue": 832,
435
+ "state": "failed",
436
+ "turns": 0,
437
+ "maxTurns": 180,
438
+ "lastError": "Error: Failed to read settings config /var/lib/omp-worker/.omp/agent/config.yml: Error: EACCES: permission denied, open '/var/lib/omp-worker/.omp/agent/config.yml'\n at fail (/root/node_modules/omp-"
439
+ },
440
+ {
441
+ "issue": 835,
442
+ "state": "failed",
443
+ "turns": 66,
444
+ "maxTurns": 180,
445
+ "report": "These are wall-clock-dependent tests (`nextDay` availability window). Let me see exactly why they fail now, and prove they fail"
446
+ },
447
+ {
448
+ "issue": 848,
449
+ "state": "failed",
450
+ "turns": 82,
451
+ "maxTurns": 180,
452
+ "report": "`tsc --noEmit` passed. The trailing-newline check needs a git root \u2014 copy `.git` into the /tmp copy:"
453
+ },
454
+ {
455
+ "issue": 848,
456
+ "state": "failed",
457
+ "turns": 1,
458
+ "maxTurns": 180,
459
+ "report": ""
460
+ },
461
+ {
462
+ "issue": 856,
463
+ "state": "failed",
464
+ "turns": 0,
465
+ "maxTurns": 180,
466
+ "lastError": "Error: Failed to read settings config /var/lib/omp-worker/.omp/agent/config.yml: Error: EACCES: permission denied, open '/var/lib/omp-worker/.omp/agent/config.yml'\n at fail (/root/node_modules/omp-"
467
+ },
468
+ {
469
+ "issue": 856,
470
+ "state": "failed",
471
+ "turns": 0,
472
+ "maxTurns": 180,
473
+ "lastError": "Error: Failed to read settings config /var/lib/omp-worker/.omp/agent/config.yml: Error: EACCES: permission denied, open '/var/lib/omp-worker/.omp/agent/config.yml'\n at fail (/root/node_modules/omp-"
474
+ },
475
+ {
476
+ "issue": 856,
477
+ "state": "failed",
478
+ "turns": 0,
479
+ "maxTurns": 180,
480
+ "lastError": "Error: Failed to read settings config /var/lib/omp-worker/.omp/agent/config.yml: Error: EACCES: permission denied, open '/var/lib/omp-worker/.omp/agent/config.yml'\n at fail (/root/node_modules/omp-"
481
+ },
482
+ {
483
+ "issue": 875,
484
+ "state": "failed",
485
+ "turns": 1,
486
+ "maxTurns": 180,
487
+ "report": ""
488
+ },
489
+ {
490
+ "issue": 879,
491
+ "state": "failed",
492
+ "turns": 0,
493
+ "maxTurns": 180,
494
+ "lastError": "Error: Failed to read settings config /var/lib/omp-worker/.omp/agent/config.yml: Error: EACCES: permission denied, open '/var/lib/omp-worker/.omp/agent/config.yml'\n at fail (/root/node_modules/omp-"
495
+ },
496
+ {
497
+ "issue": 879,
498
+ "state": "failed",
499
+ "turns": 0,
500
+ "maxTurns": 180,
501
+ "lastError": "Error: Failed to read settings config /var/lib/omp-worker/.omp/agent/config.yml: Error: EACCES: permission denied, open '/var/lib/omp-worker/.omp/agent/config.yml'\n at fail (/root/node_modules/omp-"
502
+ },
503
+ {
504
+ "issue": 889,
505
+ "state": "failed",
506
+ "turns": 0,
507
+ "maxTurns": 180,
508
+ "lastError": "Error: omp-conductor session child exited 1 before connecting\nchild output:\nerror: Cannot find package 'zod' from '/var/lib/omp-worker-harness/node_modules/omp-conductor/src/config-schema.ts'\nBun v1.3"
509
+ },
510
+ {
511
+ "issue": 889,
512
+ "state": "failed",
513
+ "turns": 0,
514
+ "maxTurns": 180,
515
+ "lastError": "Error: omp-conductor session child exited 1 before connecting\nchild output:\nerror: Cannot find package 'zod' from '/var/lib/omp-worker-harness/node_modules/omp-conductor/src/config-schema.ts'\nBun v1.3"
516
+ },
517
+ {
518
+ "issue": 889,
519
+ "state": "failed",
520
+ "turns": 0,
521
+ "maxTurns": 180,
522
+ "lastError": "Error: omp-conductor session child exited 1 before connecting\nchild output:\nerror: Cannot find package 'zod' from '/var/lib/omp-worker-harness/node_modules/omp-conductor/src/config-schema.ts'\nBun v1.3"
523
+ },
524
+ {
525
+ "issue": 895,
526
+ "state": "failed",
527
+ "turns": 54,
528
+ "maxTurns": 180,
529
+ "report": "Now I'll execute the setup-host.ts retirement edits."
530
+ },
531
+ {
532
+ "issue": 986,
533
+ "state": "failed",
534
+ "turns": 100,
535
+ "maxTurns": 180,
536
+ "report": "Store layer complete and parse-verified. Now the classifier rules in failure-class.ts."
537
+ },
538
+ {
539
+ "issue": 989,
540
+ "state": "failed",
541
+ "turns": 54,
542
+ "maxTurns": 180,
543
+ "report": "Docs done. Now the pre-push gates \u2014 parse gate first (the sanctioned local shell check), then the omp gates:"
544
+ }
545
+ ]
546
+ }