@pome-sh/cli 0.18.0 → 0.19.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/dist/build-info.json +3 -3
- package/dist/src/capture-server/index.js +1 -1
- package/dist/src/runner/mergeAdapterSignals.d.ts +23 -0
- package/dist/src/runner/mergeAdapterSignals.js +45 -3
- package/dist/src/scaffolds/mcp-loop/loop.js +3 -3
- package/node_modules/@pome-sh/sdk/dist/check-state-path.d.ts +71 -0
- package/node_modules/@pome-sh/sdk/dist/check-state-path.js +200 -0
- package/node_modules/@pome-sh/sdk/dist/check-state-path.js.map +1 -0
- package/node_modules/@pome-sh/sdk/dist/checks.d.ts +2 -0
- package/node_modules/@pome-sh/sdk/dist/checks.js +5 -0
- package/node_modules/@pome-sh/sdk/dist/checks.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/recorder.d.ts +10 -1
- package/node_modules/@pome-sh/sdk/dist/recorder.js +11 -2
- package/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -1
- package/node_modules/@pome-sh/sdk/package.json +2 -2
- package/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +111 -24
- package/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +3 -3
- package/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +6 -3
- package/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +7 -2
- package/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +1 -1
- package/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +68 -4
- package/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +19 -5
- package/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +60 -28
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.js +81 -10
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/package.json +1 -1
- package/node_modules/@pome-sh/shared-types/trace-contract.json +49 -1
- package/node_modules/@pome-sh/twin-github/dist/src/check-issues.js +35 -9
- package/node_modules/@pome-sh/twin-github/dist/src/check-issues.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/dist/src/check-pulls.js +21 -5
- package/node_modules/@pome-sh/twin-github/dist/src/check-pulls.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/dist/src/check-repos.js +26 -6
- package/node_modules/@pome-sh/twin-github/dist/src/check-repos.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/dist/src/check-state.d.ts +20 -1
- package/node_modules/@pome-sh/twin-github/dist/src/check-state.js +62 -10
- package/node_modules/@pome-sh/twin-github/dist/src/check-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/package.json +3 -3
- package/node_modules/@pome-sh/twin-gmail/CHANGELOG.md +29 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-drafts.js +19 -4
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-drafts.js.map +1 -1
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-labels.js +15 -4
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-labels.js.map +1 -1
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-messages.js +19 -3
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-messages.js.map +1 -1
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-state.d.ts +26 -1
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-state.js +52 -16
- package/node_modules/@pome-sh/twin-gmail/dist/src/check-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-gmail/package.json +2 -2
- package/node_modules/@pome-sh/twin-linear/CHANGELOG.md +29 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/check-comments.js +15 -3
- package/node_modules/@pome-sh/twin-linear/dist/src/check-comments.js.map +1 -1
- package/node_modules/@pome-sh/twin-linear/dist/src/check-issues.js +31 -4
- package/node_modules/@pome-sh/twin-linear/dist/src/check-issues.js.map +1 -1
- package/node_modules/@pome-sh/twin-linear/dist/src/check-state.d.ts +27 -2
- package/node_modules/@pome-sh/twin-linear/dist/src/check-state.js +73 -20
- package/node_modules/@pome-sh/twin-linear/dist/src/check-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-linear/package.json +2 -2
- package/node_modules/@pome-sh/twin-slack/dist/src/check-messages.js +28 -7
- package/node_modules/@pome-sh/twin-slack/dist/src/check-messages.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/dist/src/check-secrets.js +16 -3
- package/node_modules/@pome-sh/twin-slack/dist/src/check-secrets.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/dist/src/check-state.d.ts +26 -1
- package/node_modules/@pome-sh/twin-slack/dist/src/check-state.js +31 -4
- package/node_modules/@pome-sh/twin-slack/dist/src/check-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/package.json +3 -3
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-payments.d.ts +1 -1
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-payments.js +16 -0
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-payments.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-refunds.js +11 -3
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-refunds.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-state.d.ts +25 -1
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-state.js +31 -3
- package/node_modules/@pome-sh/twin-stripe/dist/src/check-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/package.json +3 -3
- package/package.json +8 -8
|
@@ -140,7 +140,8 @@ export declare const twinHttpEventSchema: z.ZodObject<{
|
|
|
140
140
|
error: z.ZodNullable<z.ZodString>;
|
|
141
141
|
kind: z.ZodLiteral<"TwinHttpEvent">;
|
|
142
142
|
event_id: z.ZodString;
|
|
143
|
-
|
|
143
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
144
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
144
145
|
}, z.core.$strip>;
|
|
145
146
|
export type TwinHttpEvent = z.infer<typeof twinHttpEventSchema>;
|
|
146
147
|
export declare const llmCallEventSchema: z.ZodObject<{
|
|
@@ -159,7 +160,8 @@ export declare const llmCallEventSchema: z.ZodObject<{
|
|
|
159
160
|
cost_usd: z.ZodNullable<z.ZodNumber>;
|
|
160
161
|
ts: z.ZodString;
|
|
161
162
|
event_id: z.ZodString;
|
|
162
|
-
|
|
163
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
164
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
163
165
|
}, z.core.$strip>;
|
|
164
166
|
export type LlmCallEvent = z.infer<typeof llmCallEventSchema>;
|
|
165
167
|
export declare const toolUseEventSchema: z.ZodObject<{
|
|
@@ -169,7 +171,8 @@ export declare const toolUseEventSchema: z.ZodObject<{
|
|
|
169
171
|
input: z.ZodUnknown;
|
|
170
172
|
ts: z.ZodString;
|
|
171
173
|
event_id: z.ZodString;
|
|
172
|
-
|
|
174
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
175
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
173
176
|
}, z.core.$strip>;
|
|
174
177
|
export type ToolUseEvent = z.infer<typeof toolUseEventSchema>;
|
|
175
178
|
export declare const toolResultEventSchema: z.ZodObject<{
|
|
@@ -179,7 +182,8 @@ export declare const toolResultEventSchema: z.ZodObject<{
|
|
|
179
182
|
is_error: z.ZodBoolean;
|
|
180
183
|
ts: z.ZodString;
|
|
181
184
|
event_id: z.ZodString;
|
|
182
|
-
|
|
185
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
186
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
183
187
|
}, z.core.$strip>;
|
|
184
188
|
export type ToolResultEvent = z.infer<typeof toolResultEventSchema>;
|
|
185
189
|
export declare const subagentSpawnEventSchema: z.ZodObject<{
|
|
@@ -187,16 +191,19 @@ export declare const subagentSpawnEventSchema: z.ZodObject<{
|
|
|
187
191
|
parent_tool_use_id: z.ZodString;
|
|
188
192
|
ts: z.ZodString;
|
|
189
193
|
event_id: z.ZodString;
|
|
190
|
-
|
|
194
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
195
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
191
196
|
}, z.core.$strip>;
|
|
192
197
|
export type SubagentSpawnEvent = z.infer<typeof subagentSpawnEventSchema>;
|
|
193
198
|
export declare const hookEventSchema: z.ZodObject<{
|
|
194
199
|
kind: z.ZodLiteral<"HookEvent">;
|
|
195
200
|
hook_name: z.ZodString;
|
|
196
201
|
tool_name: z.ZodNullable<z.ZodString>;
|
|
202
|
+
causing_tool_use_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
197
203
|
ts: z.ZodString;
|
|
198
204
|
event_id: z.ZodString;
|
|
199
|
-
|
|
205
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
206
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
200
207
|
}, z.core.$strip>;
|
|
201
208
|
export type HookEvent = z.infer<typeof hookEventSchema>;
|
|
202
209
|
export declare const llmTurnEventSchema: z.ZodObject<{
|
|
@@ -213,7 +220,8 @@ export declare const llmTurnEventSchema: z.ZodObject<{
|
|
|
213
220
|
session_id: z.ZodNullable<z.ZodString>;
|
|
214
221
|
ts: z.ZodString;
|
|
215
222
|
event_id: z.ZodString;
|
|
216
|
-
|
|
223
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
224
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
217
225
|
}, z.core.$strip>;
|
|
218
226
|
export type LlmTurnEvent = z.infer<typeof llmTurnEventSchema>;
|
|
219
227
|
export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -247,7 +255,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
247
255
|
error: z.ZodNullable<z.ZodString>;
|
|
248
256
|
kind: z.ZodLiteral<"TwinHttpEvent">;
|
|
249
257
|
event_id: z.ZodString;
|
|
250
|
-
|
|
258
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
259
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
251
260
|
}, z.core.$strip>, z.ZodObject<{
|
|
252
261
|
kind: z.ZodLiteral<"LlmCallEvent">;
|
|
253
262
|
host: z.ZodString;
|
|
@@ -264,7 +273,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
264
273
|
cost_usd: z.ZodNullable<z.ZodNumber>;
|
|
265
274
|
ts: z.ZodString;
|
|
266
275
|
event_id: z.ZodString;
|
|
267
|
-
|
|
276
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
277
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
268
278
|
}, z.core.$strip>, z.ZodObject<{
|
|
269
279
|
kind: z.ZodLiteral<"ToolUseEvent">;
|
|
270
280
|
tool_use_id: z.ZodString;
|
|
@@ -272,7 +282,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
272
282
|
input: z.ZodUnknown;
|
|
273
283
|
ts: z.ZodString;
|
|
274
284
|
event_id: z.ZodString;
|
|
275
|
-
|
|
285
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
286
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
276
287
|
}, z.core.$strip>, z.ZodObject<{
|
|
277
288
|
kind: z.ZodLiteral<"ToolResultEvent">;
|
|
278
289
|
tool_use_id: z.ZodString;
|
|
@@ -280,20 +291,24 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
280
291
|
is_error: z.ZodBoolean;
|
|
281
292
|
ts: z.ZodString;
|
|
282
293
|
event_id: z.ZodString;
|
|
283
|
-
|
|
294
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
295
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
284
296
|
}, z.core.$strip>, z.ZodObject<{
|
|
285
297
|
kind: z.ZodLiteral<"SubagentSpawnEvent">;
|
|
286
298
|
parent_tool_use_id: z.ZodString;
|
|
287
299
|
ts: z.ZodString;
|
|
288
300
|
event_id: z.ZodString;
|
|
289
|
-
|
|
301
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
302
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
290
303
|
}, z.core.$strip>, z.ZodObject<{
|
|
291
304
|
kind: z.ZodLiteral<"HookEvent">;
|
|
292
305
|
hook_name: z.ZodString;
|
|
293
306
|
tool_name: z.ZodNullable<z.ZodString>;
|
|
307
|
+
causing_tool_use_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
294
308
|
ts: z.ZodString;
|
|
295
309
|
event_id: z.ZodString;
|
|
296
|
-
|
|
310
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
311
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
297
312
|
}, z.core.$strip>, z.ZodObject<{
|
|
298
313
|
kind: z.ZodLiteral<"LlmTurnEvent">;
|
|
299
314
|
turn_index: z.ZodNumber;
|
|
@@ -308,7 +323,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
308
323
|
session_id: z.ZodNullable<z.ZodString>;
|
|
309
324
|
ts: z.ZodString;
|
|
310
325
|
event_id: z.ZodString;
|
|
311
|
-
|
|
326
|
+
parent_event_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
327
|
+
parent_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
312
328
|
}, z.core.$strip>], "kind">, z.ZodTransform<{
|
|
313
329
|
ts: string;
|
|
314
330
|
run_id: string;
|
|
@@ -331,13 +347,14 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
331
347
|
error: string | null;
|
|
332
348
|
kind: "TwinHttpEvent";
|
|
333
349
|
event_id: string;
|
|
334
|
-
parent_id: string | null;
|
|
335
350
|
correlation_id?: string | undefined;
|
|
336
351
|
task_step_id?: string | null | undefined;
|
|
337
352
|
scenario_step_id?: string | null | undefined;
|
|
338
353
|
request_headers?: Record<string, string> | undefined;
|
|
339
354
|
tool?: string | null | undefined;
|
|
340
355
|
idempotency_dedupe?: boolean | undefined;
|
|
356
|
+
parent_event_id?: string | null | undefined;
|
|
357
|
+
parent_id?: string | null | undefined;
|
|
341
358
|
} | {
|
|
342
359
|
kind: "LlmCallEvent";
|
|
343
360
|
host: string;
|
|
@@ -354,7 +371,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
354
371
|
cost_usd: number | null;
|
|
355
372
|
ts: string;
|
|
356
373
|
event_id: string;
|
|
357
|
-
|
|
374
|
+
parent_event_id?: string | null | undefined;
|
|
375
|
+
parent_id?: string | null | undefined;
|
|
358
376
|
} | {
|
|
359
377
|
kind: "ToolUseEvent";
|
|
360
378
|
tool_use_id: string;
|
|
@@ -362,7 +380,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
362
380
|
input: unknown;
|
|
363
381
|
ts: string;
|
|
364
382
|
event_id: string;
|
|
365
|
-
|
|
383
|
+
parent_event_id?: string | null | undefined;
|
|
384
|
+
parent_id?: string | null | undefined;
|
|
366
385
|
} | {
|
|
367
386
|
kind: "ToolResultEvent";
|
|
368
387
|
tool_use_id: string;
|
|
@@ -370,20 +389,24 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
370
389
|
is_error: boolean;
|
|
371
390
|
ts: string;
|
|
372
391
|
event_id: string;
|
|
373
|
-
|
|
392
|
+
parent_event_id?: string | null | undefined;
|
|
393
|
+
parent_id?: string | null | undefined;
|
|
374
394
|
} | {
|
|
375
395
|
kind: "SubagentSpawnEvent";
|
|
376
396
|
parent_tool_use_id: string;
|
|
377
397
|
ts: string;
|
|
378
398
|
event_id: string;
|
|
379
|
-
|
|
399
|
+
parent_event_id?: string | null | undefined;
|
|
400
|
+
parent_id?: string | null | undefined;
|
|
380
401
|
} | {
|
|
381
402
|
kind: "HookEvent";
|
|
382
403
|
hook_name: string;
|
|
383
404
|
tool_name: string | null;
|
|
384
405
|
ts: string;
|
|
385
406
|
event_id: string;
|
|
386
|
-
|
|
407
|
+
causing_tool_use_id?: string | null | undefined;
|
|
408
|
+
parent_event_id?: string | null | undefined;
|
|
409
|
+
parent_id?: string | null | undefined;
|
|
387
410
|
} | {
|
|
388
411
|
kind: "LlmTurnEvent";
|
|
389
412
|
turn_index: number;
|
|
@@ -398,7 +421,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
398
421
|
session_id: string | null;
|
|
399
422
|
ts: string;
|
|
400
423
|
event_id: string;
|
|
401
|
-
|
|
424
|
+
parent_event_id?: string | null | undefined;
|
|
425
|
+
parent_id?: string | null | undefined;
|
|
402
426
|
}, {
|
|
403
427
|
ts: string;
|
|
404
428
|
run_id: string;
|
|
@@ -421,13 +445,14 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
421
445
|
error: string | null;
|
|
422
446
|
kind: "TwinHttpEvent";
|
|
423
447
|
event_id: string;
|
|
424
|
-
parent_id: string | null;
|
|
425
448
|
correlation_id?: string | undefined;
|
|
426
449
|
task_step_id?: string | null | undefined;
|
|
427
450
|
scenario_step_id?: string | null | undefined;
|
|
428
451
|
request_headers?: Record<string, string> | undefined;
|
|
429
452
|
tool?: string | null | undefined;
|
|
430
453
|
idempotency_dedupe?: boolean | undefined;
|
|
454
|
+
parent_event_id?: string | null | undefined;
|
|
455
|
+
parent_id?: string | null | undefined;
|
|
431
456
|
} | {
|
|
432
457
|
kind: "LlmCallEvent";
|
|
433
458
|
host: string;
|
|
@@ -444,7 +469,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
444
469
|
cost_usd: number | null;
|
|
445
470
|
ts: string;
|
|
446
471
|
event_id: string;
|
|
447
|
-
|
|
472
|
+
parent_event_id?: string | null | undefined;
|
|
473
|
+
parent_id?: string | null | undefined;
|
|
448
474
|
} | {
|
|
449
475
|
kind: "ToolUseEvent";
|
|
450
476
|
tool_use_id: string;
|
|
@@ -452,7 +478,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
452
478
|
input: unknown;
|
|
453
479
|
ts: string;
|
|
454
480
|
event_id: string;
|
|
455
|
-
|
|
481
|
+
parent_event_id?: string | null | undefined;
|
|
482
|
+
parent_id?: string | null | undefined;
|
|
456
483
|
} | {
|
|
457
484
|
kind: "ToolResultEvent";
|
|
458
485
|
tool_use_id: string;
|
|
@@ -460,20 +487,24 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
460
487
|
is_error: boolean;
|
|
461
488
|
ts: string;
|
|
462
489
|
event_id: string;
|
|
463
|
-
|
|
490
|
+
parent_event_id?: string | null | undefined;
|
|
491
|
+
parent_id?: string | null | undefined;
|
|
464
492
|
} | {
|
|
465
493
|
kind: "SubagentSpawnEvent";
|
|
466
494
|
parent_tool_use_id: string;
|
|
467
495
|
ts: string;
|
|
468
496
|
event_id: string;
|
|
469
|
-
|
|
497
|
+
parent_event_id?: string | null | undefined;
|
|
498
|
+
parent_id?: string | null | undefined;
|
|
470
499
|
} | {
|
|
471
500
|
kind: "HookEvent";
|
|
472
501
|
hook_name: string;
|
|
473
502
|
tool_name: string | null;
|
|
474
503
|
ts: string;
|
|
475
504
|
event_id: string;
|
|
476
|
-
|
|
505
|
+
causing_tool_use_id?: string | null | undefined;
|
|
506
|
+
parent_event_id?: string | null | undefined;
|
|
507
|
+
parent_id?: string | null | undefined;
|
|
477
508
|
} | {
|
|
478
509
|
kind: "LlmTurnEvent";
|
|
479
510
|
turn_index: number;
|
|
@@ -488,7 +519,8 @@ export declare const eventSchema: z.ZodPipe<z.ZodDiscriminatedUnion<[z.ZodObject
|
|
|
488
519
|
session_id: string | null;
|
|
489
520
|
ts: string;
|
|
490
521
|
event_id: string;
|
|
491
|
-
|
|
522
|
+
parent_event_id?: string | null | undefined;
|
|
523
|
+
parent_id?: string | null | undefined;
|
|
492
524
|
}>>;
|
|
493
525
|
export type Event = z.infer<typeof eventSchema>;
|
|
494
526
|
export declare function isLegacyEventRow(row: unknown): boolean;
|
|
@@ -137,17 +137,56 @@ function normalizeTaskStepVocab(event) {
|
|
|
137
137
|
}
|
|
138
138
|
return event;
|
|
139
139
|
}
|
|
140
|
+
// F-1200 tolerant reader: populate the canonical `parent_event_id` from the
|
|
141
|
+
// pre-F-1200 `parent_id` when only the old key was written, and settle an
|
|
142
|
+
// absent parent to an explicit `null` so a parsed row never carries
|
|
143
|
+
// `undefined`. The old key is preserved as-sent (additive normalization — a
|
|
144
|
+
// re-serialized row still parses under a pre-F-1200 reader).
|
|
145
|
+
//
|
|
146
|
+
// The guard is `=== undefined`, NOT `== null` as the task-step normalizer uses.
|
|
147
|
+
// Here an explicit `parent_event_id: null` is the documented root-of-chain
|
|
148
|
+
// marker, so a disagreeing legacy `parent_id` must not silently re-parent a row
|
|
149
|
+
// the writer deliberately rooted.
|
|
150
|
+
// The return type stays `T` rather than `T & { parent_event_id: string | null }`
|
|
151
|
+
// even though the value always carries the key after this runs. Widening it
|
|
152
|
+
// breaks the identity `Event` = union of the variant types: the variants must
|
|
153
|
+
// keep `parent_event_id` OPTIONAL on the input side for the tolerant read, so a
|
|
154
|
+
// narrowed output type makes a hand-built `LlmCallEvent` no longer assignable
|
|
155
|
+
// to `Event`. Downstream code (the CLI's inspect, pome-cloud's readers) relies
|
|
156
|
+
// on that identity, and it is worth more than a type-level restatement of a
|
|
157
|
+
// runtime guarantee. Read it as `parent_event_id ?? null`.
|
|
158
|
+
function normalizeParentVocab(event) {
|
|
159
|
+
return event.parent_event_id === undefined
|
|
160
|
+
? { ...event, parent_event_id: event.parent_id ?? null }
|
|
161
|
+
: event;
|
|
162
|
+
}
|
|
163
|
+
// F-1200, the HookEvent arm of the same tolerant read. A pre-F-1200 HookEvent
|
|
164
|
+
// wrote the SDK's raw `tool_use_id` into `parent_id`, so the generic rule above
|
|
165
|
+
// would copy it into `parent_event_id` and mint a parent edge pointing at a row
|
|
166
|
+
// that does not exist — the exact confusion the vocab split removes. Route it to
|
|
167
|
+
// `causing_tool_use_id` instead and leave the hook rootless.
|
|
168
|
+
function normalizeHookCausingToolUseId(event) {
|
|
169
|
+
return {
|
|
170
|
+
...event,
|
|
171
|
+
causing_tool_use_id: event.causing_tool_use_id === undefined
|
|
172
|
+
? (event.parent_id ?? null)
|
|
173
|
+
: event.causing_tool_use_id,
|
|
174
|
+
parent_event_id: null,
|
|
175
|
+
};
|
|
176
|
+
}
|
|
140
177
|
export const recorderEventSchema = recorderEventObjectSchema.transform(normalizeTaskStepVocab);
|
|
141
178
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
142
179
|
// FDRS-398 — unified events.jsonl discriminated-union schema (v1).
|
|
143
180
|
//
|
|
144
181
|
// Hard-cut from the legacy single-shape `RecorderEvent`. The on-disk row is
|
|
145
182
|
// now a tagged union over `kind`. Every variant carries:
|
|
146
|
-
// - `event_id`
|
|
147
|
-
// - `
|
|
148
|
-
//
|
|
149
|
-
//
|
|
150
|
-
// - `
|
|
183
|
+
// - `event_id` — unique row id (uuid/nanoid, set by emitter)
|
|
184
|
+
// - `parent_event_id` — points at the spawning row's `event_id`, or null at
|
|
185
|
+
// the root of a parent chain (e.g. the first LLM call
|
|
186
|
+
// in a turn).
|
|
187
|
+
// - `parent_id` — the pre-F-1200 spelling of the same field. Legacy
|
|
188
|
+
// INPUT key only; no writer in this repo emits it.
|
|
189
|
+
// - `kind` — the discriminator literal (see each schema below)
|
|
151
190
|
//
|
|
152
191
|
// Provenance:
|
|
153
192
|
// - PR/FAQ: linear.app/pome-sh/project/agent-trace-v1-af8924d607f0
|
|
@@ -164,10 +203,27 @@ export const recorderEventSchema = recorderEventObjectSchema.transform(normalize
|
|
|
164
203
|
// ─────────────────────────────────────────────────────────────────────────────
|
|
165
204
|
// Common fields on every event variant. Spread (not extend) so the resulting
|
|
166
205
|
// Zod object types stay readable.
|
|
206
|
+
//
|
|
207
|
+
// F-1200 vocab split. `parent_id` used to mean four different things depending
|
|
208
|
+
// on which of five writers produced the row — a spawning `event_id`, a raw SDK
|
|
209
|
+
// `tool_use_id`, a hard null, and a mirror of `parent_span_id`. `parent_event_id`
|
|
210
|
+
// is now the one canonical meaning (the spawning row's `event_id`); the hook
|
|
211
|
+
// writer's raw SDK id lives on `HookEvent.causing_tool_use_id`.
|
|
212
|
+
//
|
|
213
|
+
// BOTH keys stay in the schema, and both are optional, for the same reason
|
|
214
|
+
// `scenario_step_id` does (FDRS-653): every shipped 0.13.0 emitter writes
|
|
215
|
+
// `parent_id`, and this shape is the only gate into the cloud's tape — a row
|
|
216
|
+
// that fails to parse is dropped SILENTLY, so a stored recording arriving as an
|
|
217
|
+
// empty tape would be worse than a duplicated key. The exported readers
|
|
218
|
+
// normalize (`normalizeParentVocab`), so a parsed row always carries an
|
|
219
|
+
// explicit `parent_event_id`, never `undefined`. Writer-side discipline is
|
|
220
|
+
// enforced out-of-band by the `lint:parent-vocab` CI gate, which fails on a
|
|
221
|
+
// bare `parent_id` in any emitter.
|
|
167
222
|
const eventBaseShape = {
|
|
168
223
|
ts: z.string().datetime(),
|
|
169
224
|
event_id: z.string().min(1),
|
|
170
|
-
|
|
225
|
+
parent_event_id: z.string().min(1).nullable().optional(),
|
|
226
|
+
parent_id: z.string().min(1).nullable().optional(),
|
|
171
227
|
};
|
|
172
228
|
// `TwinHttpEvent` is the legacy RecorderEvent shape extended with the union
|
|
173
229
|
// discriminator + parent-chain fields. `extend` keeps it in lockstep with
|
|
@@ -178,7 +234,8 @@ const eventBaseShape = {
|
|
|
178
234
|
export const twinHttpEventSchema = recorderEventObjectSchema.extend({
|
|
179
235
|
kind: z.literal("TwinHttpEvent"),
|
|
180
236
|
event_id: z.string().min(1),
|
|
181
|
-
|
|
237
|
+
parent_event_id: z.string().min(1).nullable().optional(),
|
|
238
|
+
parent_id: z.string().min(1).nullable().optional(),
|
|
182
239
|
});
|
|
183
240
|
// `LlmCallEvent` baseline fields are populated by the HTTP_PROXY CONNECT
|
|
184
241
|
// tunnel `pome capture-server` (M0). TLS-terminate-only fields stay null in
|
|
@@ -216,7 +273,7 @@ export const toolUseEventSchema = z.object({
|
|
|
216
273
|
});
|
|
217
274
|
// `ToolResultEvent` — emitted by the CAS adapter (FDRS-408) for each
|
|
218
275
|
// tool_result content block in a user message. `tool_use_id` matches the
|
|
219
|
-
// originating `ToolUseEvent.tool_use_id`; `
|
|
276
|
+
// originating `ToolUseEvent.tool_use_id`; `parent_event_id` points at
|
|
220
277
|
// that ToolUseEvent's `event_id`.
|
|
221
278
|
export const toolResultEventSchema = z.object({
|
|
222
279
|
...eventBaseShape,
|
|
@@ -237,11 +294,18 @@ export const subagentSpawnEventSchema = z.object({
|
|
|
237
294
|
// SDK's 25 hook invocations (FDRS-407). `tool_name` is null when the hook
|
|
238
295
|
// isn't tool-scoped (e.g. SessionStarted, PreCompact, PermissionGranted on a
|
|
239
296
|
// non-tool resource).
|
|
297
|
+
// F-1200: a hook fires *because of* a tool call, but it is not spawned by that
|
|
298
|
+
// call's row — the SDK hands the hook a raw `tool_use_id`, and the adapter has
|
|
299
|
+
// no `event_id` for it at hook time. Before F-1200 that raw id was written to
|
|
300
|
+
// `parent_id`, which is one of the four meanings that field carried. It now has
|
|
301
|
+
// its own name, and a HookEvent's `parent_event_id` is null: the hook is an
|
|
302
|
+
// audit-trail row, not a node in the causal tree.
|
|
240
303
|
export const hookEventSchema = z.object({
|
|
241
304
|
...eventBaseShape,
|
|
242
305
|
kind: z.literal("HookEvent"),
|
|
243
306
|
hook_name: z.string().min(1),
|
|
244
307
|
tool_name: z.string().min(1).nullable(),
|
|
308
|
+
causing_tool_use_id: z.string().min(1).nullable().optional(),
|
|
245
309
|
});
|
|
246
310
|
// `LlmTurnEvent` — emitted by the CAS adapter (F-766) once per assistant turn
|
|
247
311
|
// that reported usage (same turn detection as the OTLP `withGenAiSpans` lane).
|
|
@@ -254,7 +318,8 @@ export const hookEventSchema = z.object({
|
|
|
254
318
|
// Field discipline (grill 2026-07-14 + codex review 2026-07-15):
|
|
255
319
|
// - Absent SDK values are `nullable`, not `optional` — writers emit explicit
|
|
256
320
|
// null so the on-disk JSON shape is stable.
|
|
257
|
-
// - `
|
|
321
|
+
// - `parent_event_id: null` — a turn is a root within events.jsonl. The
|
|
322
|
+
// run is the TRACE, not an event row, so there is nothing to point at.
|
|
258
323
|
// - `session_id: null` in M1 (no session-id env plumbing — out of scope).
|
|
259
324
|
// - No cost fields (no OTEL convention; computed cloud-side from a pricing
|
|
260
325
|
// table at display time).
|
|
@@ -291,7 +356,13 @@ const eventUnionSchema = z.discriminatedUnion("kind", [
|
|
|
291
356
|
hookEventSchema,
|
|
292
357
|
llmTurnEventSchema,
|
|
293
358
|
]);
|
|
294
|
-
export const eventSchema = eventUnionSchema.transform((event) =>
|
|
359
|
+
export const eventSchema = eventUnionSchema.transform((event) => {
|
|
360
|
+
if (event.kind === "TwinHttpEvent")
|
|
361
|
+
return normalizeParentVocab(normalizeTaskStepVocab(event));
|
|
362
|
+
if (event.kind === "HookEvent")
|
|
363
|
+
return normalizeHookCausingToolUseId(event);
|
|
364
|
+
return normalizeParentVocab(event);
|
|
365
|
+
});
|
|
295
366
|
// Detect a pre-FDRS-398 legacy row on disk. A new-shape row always carries a
|
|
296
367
|
// string `kind` discriminator; a legacy row does not. Non-object inputs
|
|
297
368
|
// (`null`, arrays, primitives) are not event rows at all — return false so
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recorder-events.js","sourceRoot":"","sources":["../src/recorder-events.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"recorder-events.js","sourceRoot":"","sources":["../src/recorder-events.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@pome-sh/shared-types",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"zod": {
|
|
5
5
|
"range": "^4.1.13",
|
|
6
6
|
"major": 4
|
|
@@ -18,6 +18,39 @@
|
|
|
18
18
|
"otelEventSchema",
|
|
19
19
|
"runSchema"
|
|
20
20
|
],
|
|
21
|
+
"eventKinds": {
|
|
22
|
+
"TwinHttpEvent": [
|
|
23
|
+
"test/fixtures/v1/event/TwinHttpEvent/github-create-issue-mutation.json",
|
|
24
|
+
"test/fixtures/v1/event/TwinHttpEvent/idempotent-replay-legacy-step-vocab.json",
|
|
25
|
+
"test/fixtures/v1/event/TwinHttpEvent/linear-read-no-mutation.json"
|
|
26
|
+
],
|
|
27
|
+
"LlmCallEvent": [
|
|
28
|
+
"test/fixtures/v1/event/LlmCallEvent/baseline-connect-tunnel.json",
|
|
29
|
+
"test/fixtures/v1/event/LlmCallEvent/tls-terminate-full.json"
|
|
30
|
+
],
|
|
31
|
+
"ToolUseEvent": [
|
|
32
|
+
"test/fixtures/v1/event/ToolUseEvent/mcp-create-issue.json"
|
|
33
|
+
],
|
|
34
|
+
"ToolResultEvent": [
|
|
35
|
+
"test/fixtures/v1/event/ToolResultEvent/error.json",
|
|
36
|
+
"test/fixtures/v1/event/ToolResultEvent/success.json"
|
|
37
|
+
],
|
|
38
|
+
"SubagentSpawnEvent": [
|
|
39
|
+
"test/fixtures/v1/event/SubagentSpawnEvent/first-subagent-turn.json"
|
|
40
|
+
],
|
|
41
|
+
"HookEvent": [
|
|
42
|
+
"test/fixtures/v1/event/HookEvent/pre-tool-use.json",
|
|
43
|
+
"test/fixtures/v1/event/HookEvent/session-started-untooled.json"
|
|
44
|
+
],
|
|
45
|
+
"LlmTurnEvent": [
|
|
46
|
+
"test/fixtures/v1/event/LlmTurnEvent/cache-hit-turn.json",
|
|
47
|
+
"test/fixtures/v1/event/LlmTurnEvent/no-usage-reported.json"
|
|
48
|
+
],
|
|
49
|
+
"OtelSpanEvent": [
|
|
50
|
+
"test/fixtures/v1/event/OtelSpanEvent/gen-ai-chat.json",
|
|
51
|
+
"test/fixtures/v1/event/OtelSpanEvent/http-client-404.json"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
21
54
|
"fixtures": [
|
|
22
55
|
"test/fixtures/v1/createSessionRequest/multi-twin-permissive-seed-idempotency.json",
|
|
23
56
|
"test/fixtures/v1/createSessionRequest/scenario-source-github.json",
|
|
@@ -26,6 +59,21 @@
|
|
|
26
59
|
"test/fixtures/v1/createSessionRequestTaskVocab/task-source-github.json",
|
|
27
60
|
"test/fixtures/v1/createSessionResponse/full-multi-twin.json",
|
|
28
61
|
"test/fixtures/v1/createSessionResponse/legacy-single-twin.json",
|
|
62
|
+
"test/fixtures/v1/event/HookEvent/pre-tool-use.json",
|
|
63
|
+
"test/fixtures/v1/event/HookEvent/session-started-untooled.json",
|
|
64
|
+
"test/fixtures/v1/event/LlmCallEvent/baseline-connect-tunnel.json",
|
|
65
|
+
"test/fixtures/v1/event/LlmCallEvent/tls-terminate-full.json",
|
|
66
|
+
"test/fixtures/v1/event/LlmTurnEvent/cache-hit-turn.json",
|
|
67
|
+
"test/fixtures/v1/event/LlmTurnEvent/no-usage-reported.json",
|
|
68
|
+
"test/fixtures/v1/event/OtelSpanEvent/gen-ai-chat.json",
|
|
69
|
+
"test/fixtures/v1/event/OtelSpanEvent/http-client-404.json",
|
|
70
|
+
"test/fixtures/v1/event/SubagentSpawnEvent/first-subagent-turn.json",
|
|
71
|
+
"test/fixtures/v1/event/ToolResultEvent/error.json",
|
|
72
|
+
"test/fixtures/v1/event/ToolResultEvent/success.json",
|
|
73
|
+
"test/fixtures/v1/event/ToolUseEvent/mcp-create-issue.json",
|
|
74
|
+
"test/fixtures/v1/event/TwinHttpEvent/github-create-issue-mutation.json",
|
|
75
|
+
"test/fixtures/v1/event/TwinHttpEvent/idempotent-replay-legacy-step-vocab.json",
|
|
76
|
+
"test/fixtures/v1/event/TwinHttpEvent/linear-read-no-mutation.json",
|
|
29
77
|
"test/fixtures/v1/planTier/enterprise.json",
|
|
30
78
|
"test/fixtures/v1/planTier/free.json",
|
|
31
79
|
"test/fixtures/v1/planTier/hobby.json",
|