@pellux/goodvibes-contracts 0.30.3 → 0.33.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.
Files changed (37) hide show
  1. package/README.md +2 -2
  2. package/artifacts/operator-contract.json +31 -417
  3. package/dist/generated/foundation-client-types.d.ts +18 -72
  4. package/dist/generated/foundation-client-types.d.ts.map +1 -1
  5. package/dist/generated/foundation-metadata.d.ts +2 -2
  6. package/dist/generated/foundation-metadata.js +2 -2
  7. package/dist/generated/operator-contract.d.ts.map +1 -1
  8. package/dist/generated/operator-contract.js +31 -417
  9. package/dist/generated/operator-method-ids.d.ts +1 -1
  10. package/dist/generated/operator-method-ids.d.ts.map +1 -1
  11. package/dist/generated/operator-method-ids.js +0 -1
  12. package/dist/generated/runtime-event-domains.d.ts +8 -0
  13. package/dist/generated/runtime-event-domains.d.ts.map +1 -1
  14. package/dist/index.d.ts +4 -3
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +38 -6
  17. package/dist/node.d.ts.map +1 -1
  18. package/dist/node.js +26 -2
  19. package/dist/types.d.ts +30 -23
  20. package/dist/types.d.ts.map +1 -1
  21. package/dist/types.js +7 -1
  22. package/dist/zod-schemas/accounts.d.ts +4 -4
  23. package/dist/zod-schemas/accounts.d.ts.map +1 -1
  24. package/dist/zod-schemas/accounts.js +4 -4
  25. package/dist/zod-schemas/events.d.ts +5 -5
  26. package/dist/zod-schemas/events.d.ts.map +1 -1
  27. package/dist/zod-schemas/events.js +4 -3
  28. package/dist/zod-schemas/index.d.ts +2 -2
  29. package/dist/zod-schemas/index.d.ts.map +1 -1
  30. package/dist/zod-schemas/index.js +1 -1
  31. package/dist/zod-schemas/providers.d.ts +30 -30
  32. package/dist/zod-schemas/providers.d.ts.map +1 -1
  33. package/dist/zod-schemas/providers.js +19 -19
  34. package/dist/zod-schemas/session.d.ts +17 -10
  35. package/dist/zod-schemas/session.d.ts.map +1 -1
  36. package/dist/zod-schemas/session.js +20 -6
  37. package/package.json +3 -2
@@ -378,16 +378,6 @@ export interface OperatorMethodInputMap {
378
378
  "channels.lifecycle.get": {
379
379
  surface: string;
380
380
  };
381
- "channels.lifecycle.migrate": ({
382
- accountId?: string;
383
- metadata?: ({} & {
384
- readonly [key: string]: ({} & {
385
- readonly [key: string]: JsonValue;
386
- }) | boolean | null | number | readonly JsonValue[] | string;
387
- });
388
- } & {
389
- readonly [key: string]: unknown;
390
- });
391
381
  "channels.policies.audit": {
392
382
  limit?: number;
393
383
  };
@@ -1273,7 +1263,6 @@ export interface OperatorMethodInputMap {
1273
1263
  providerId?: string;
1274
1264
  modelId?: string;
1275
1265
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
1276
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
1277
1266
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
1278
1267
  fallbackModels?: readonly string[];
1279
1268
  helperModel?: {
@@ -1314,7 +1303,6 @@ export interface OperatorMethodInputMap {
1314
1303
  providerId?: string;
1315
1304
  modelId?: string;
1316
1305
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
1317
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
1318
1306
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
1319
1307
  fallbackModels?: readonly string[];
1320
1308
  helperModel?: {
@@ -1349,7 +1337,6 @@ export interface OperatorMethodInputMap {
1349
1337
  providerId?: string;
1350
1338
  modelId?: string;
1351
1339
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
1352
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
1353
1340
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
1354
1341
  fallbackModels?: readonly string[];
1355
1342
  helperModel?: {
@@ -1383,7 +1370,6 @@ export interface OperatorMethodInputMap {
1383
1370
  providerId?: string;
1384
1371
  modelId?: string;
1385
1372
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
1386
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
1387
1373
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
1388
1374
  fallbackModels?: readonly string[];
1389
1375
  helperModel?: {
@@ -2112,7 +2098,7 @@ export interface OperatorMethodOutputMap {
2112
2098
  pending: readonly ({
2113
2099
  jobId: string;
2114
2100
  jobName: string;
2115
- trigger: "catch_up" | "manual" | "migration" | "scheduled" | "surface" | "watcher" | "webhook";
2101
+ trigger: "catch_up" | "manual" | "scheduled" | "surface" | "watcher" | "webhook";
2116
2102
  dueRun: boolean;
2117
2103
  attempt: number;
2118
2104
  queuedAt: number;
@@ -2130,7 +2116,7 @@ export interface OperatorMethodOutputMap {
2130
2116
  agentId?: string;
2131
2117
  triggeredBy: ({
2132
2118
  id: string;
2133
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
2119
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
2134
2120
  label: string;
2135
2121
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
2136
2122
  routeId?: string;
@@ -2176,7 +2162,6 @@ export interface OperatorMethodOutputMap {
2176
2162
  fallbackModels?: readonly string[];
2177
2163
  routing?: {
2178
2164
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
2179
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
2180
2165
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
2181
2166
  fallbackModels?: readonly string[];
2182
2167
  };
@@ -2310,7 +2295,7 @@ export interface OperatorMethodOutputMap {
2310
2295
  pending: readonly ({
2311
2296
  jobId: string;
2312
2297
  jobName: string;
2313
- trigger: "catch_up" | "manual" | "migration" | "scheduled" | "surface" | "watcher" | "webhook";
2298
+ trigger: "catch_up" | "manual" | "scheduled" | "surface" | "watcher" | "webhook";
2314
2299
  dueRun: boolean;
2315
2300
  attempt: number;
2316
2301
  queuedAt: number;
@@ -2405,7 +2390,6 @@ export interface OperatorMethodOutputMap {
2405
2390
  fallbackModels?: readonly string[];
2406
2391
  routing?: {
2407
2392
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
2408
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
2409
2393
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
2410
2394
  fallbackModels?: readonly string[];
2411
2395
  };
@@ -2476,7 +2460,7 @@ export interface OperatorMethodOutputMap {
2476
2460
  };
2477
2461
  source: ({
2478
2462
  id: string;
2479
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
2463
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
2480
2464
  label: string;
2481
2465
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
2482
2466
  routeId?: string;
@@ -2569,7 +2553,6 @@ export interface OperatorMethodOutputMap {
2569
2553
  fallbackModels?: readonly string[];
2570
2554
  routing?: {
2571
2555
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
2572
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
2573
2556
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
2574
2557
  fallbackModels?: readonly string[];
2575
2558
  };
@@ -2640,7 +2623,7 @@ export interface OperatorMethodOutputMap {
2640
2623
  };
2641
2624
  source: ({
2642
2625
  id: string;
2643
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
2626
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
2644
2627
  label: string;
2645
2628
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
2646
2629
  routeId?: string;
@@ -2715,7 +2698,6 @@ export interface OperatorMethodOutputMap {
2715
2698
  fallbackModels?: readonly string[];
2716
2699
  routing?: {
2717
2700
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
2718
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
2719
2701
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
2720
2702
  fallbackModels?: readonly string[];
2721
2703
  };
@@ -2786,7 +2768,7 @@ export interface OperatorMethodOutputMap {
2786
2768
  };
2787
2769
  source: ({
2788
2770
  id: string;
2789
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
2771
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
2790
2772
  label: string;
2791
2773
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
2792
2774
  routeId?: string;
@@ -2850,7 +2832,7 @@ export interface OperatorMethodOutputMap {
2850
2832
  agentId?: string;
2851
2833
  triggeredBy: ({
2852
2834
  id: string;
2853
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
2835
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
2854
2836
  label: string;
2855
2837
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
2856
2838
  routeId?: string;
@@ -2896,7 +2878,6 @@ export interface OperatorMethodOutputMap {
2896
2878
  fallbackModels?: readonly string[];
2897
2879
  routing?: {
2898
2880
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
2899
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
2900
2881
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
2901
2882
  fallbackModels?: readonly string[];
2902
2883
  };
@@ -3035,7 +3016,7 @@ export interface OperatorMethodOutputMap {
3035
3016
  agentId?: string;
3036
3017
  triggeredBy: ({
3037
3018
  id: string;
3038
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
3019
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
3039
3020
  label: string;
3040
3021
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
3041
3022
  routeId?: string;
@@ -3081,7 +3062,6 @@ export interface OperatorMethodOutputMap {
3081
3062
  fallbackModels?: readonly string[];
3082
3063
  routing?: {
3083
3064
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
3084
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
3085
3065
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
3086
3066
  fallbackModels?: readonly string[];
3087
3067
  };
@@ -3239,7 +3219,7 @@ export interface OperatorMethodOutputMap {
3239
3219
  agentId?: string;
3240
3220
  triggeredBy: ({
3241
3221
  id: string;
3242
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
3222
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
3243
3223
  label: string;
3244
3224
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
3245
3225
  routeId?: string;
@@ -3285,7 +3265,6 @@ export interface OperatorMethodOutputMap {
3285
3265
  fallbackModels?: readonly string[];
3286
3266
  routing?: {
3287
3267
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
3288
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
3289
3268
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
3290
3269
  fallbackModels?: readonly string[];
3291
3270
  };
@@ -3424,7 +3403,7 @@ export interface OperatorMethodOutputMap {
3424
3403
  agentId?: string;
3425
3404
  triggeredBy: ({
3426
3405
  id: string;
3427
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
3406
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
3428
3407
  label: string;
3429
3408
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
3430
3409
  routeId?: string;
@@ -3470,7 +3449,6 @@ export interface OperatorMethodOutputMap {
3470
3449
  fallbackModels?: readonly string[];
3471
3450
  routing?: {
3472
3451
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
3473
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
3474
3452
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
3475
3453
  fallbackModels?: readonly string[];
3476
3454
  };
@@ -4127,30 +4105,6 @@ export interface OperatorMethodOutputMap {
4127
4105
  }) | boolean | null | number | readonly JsonValue[] | string;
4128
4106
  });
4129
4107
  };
4130
- "channels.lifecycle.migrate": {
4131
- surface: string;
4132
- accountId?: string;
4133
- currentVersion: number;
4134
- targetVersion: number;
4135
- migrations: readonly ({
4136
- id: string;
4137
- fromVersion: number;
4138
- toVersion: number;
4139
- action: string;
4140
- applied: boolean;
4141
- detail: string;
4142
- metadata?: ({} & {
4143
- readonly [key: string]: ({} & {
4144
- readonly [key: string]: JsonValue;
4145
- }) | boolean | null | number | readonly JsonValue[] | string;
4146
- });
4147
- })[];
4148
- metadata: ({} & {
4149
- readonly [key: string]: ({} & {
4150
- readonly [key: string]: JsonValue;
4151
- }) | boolean | null | number | readonly JsonValue[] | string;
4152
- });
4153
- };
4154
4108
  "channels.policies.audit": {
4155
4109
  audit: readonly ({
4156
4110
  id: string;
@@ -6755,7 +6709,7 @@ export interface OperatorMethodOutputMap {
6755
6709
  embeddingModel?: string;
6756
6710
  embeddingDimensions?: number;
6757
6711
  aliases?: readonly string[];
6758
- suppressedModels?: readonly string[];
6712
+ suppressedModelRegistryKeys?: readonly string[];
6759
6713
  } & {
6760
6714
  readonly [key: string]: unknown;
6761
6715
  });
@@ -6843,7 +6797,7 @@ export interface OperatorMethodOutputMap {
6843
6797
  embeddingModel?: string;
6844
6798
  embeddingDimensions?: number;
6845
6799
  aliases?: readonly string[];
6846
- suppressedModels?: readonly string[];
6800
+ suppressedModelRegistryKeys?: readonly string[];
6847
6801
  } & {
6848
6802
  readonly [key: string]: unknown;
6849
6803
  });
@@ -6900,7 +6854,7 @@ export interface OperatorMethodOutputMap {
6900
6854
  "providers.usage.get": ({
6901
6855
  providerId: string;
6902
6856
  active: boolean;
6903
- currentModelId?: string;
6857
+ currentModelRegistryKey?: string;
6904
6858
  pricingSource: "catalog" | "none" | "provider";
6905
6859
  models: readonly (({
6906
6860
  id: string;
@@ -7860,7 +7814,6 @@ export interface OperatorMethodOutputMap {
7860
7814
  fallbackModels?: readonly string[];
7861
7815
  routing?: {
7862
7816
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
7863
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
7864
7817
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
7865
7818
  fallbackModels?: readonly string[];
7866
7819
  };
@@ -7931,7 +7884,7 @@ export interface OperatorMethodOutputMap {
7931
7884
  };
7932
7885
  source: ({
7933
7886
  id: string;
7934
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
7887
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
7935
7888
  label: string;
7936
7889
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
7937
7890
  routeId?: string;
@@ -8024,7 +7977,6 @@ export interface OperatorMethodOutputMap {
8024
7977
  fallbackModels?: readonly string[];
8025
7978
  routing?: {
8026
7979
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
8027
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
8028
7980
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
8029
7981
  fallbackModels?: readonly string[];
8030
7982
  };
@@ -8095,7 +8047,7 @@ export interface OperatorMethodOutputMap {
8095
8047
  };
8096
8048
  source: ({
8097
8049
  id: string;
8098
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
8050
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
8099
8051
  label: string;
8100
8052
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
8101
8053
  routeId?: string;
@@ -8138,7 +8090,7 @@ export interface OperatorMethodOutputMap {
8138
8090
  agentId?: string;
8139
8091
  triggeredBy: ({
8140
8092
  id: string;
8141
- kind: "hook" | "manual" | "migration" | "schedule" | "surface" | "watcher" | "webhook";
8093
+ kind: "hook" | "manual" | "schedule" | "surface" | "watcher" | "webhook";
8142
8094
  label: string;
8143
8095
  surfaceKind?: "bluebubbles" | "discord" | "google-chat" | "imessage" | "matrix" | "mattermost" | "msteams" | "ntfy" | "service" | "signal" | "slack" | "telegram" | "tui" | "web" | "webhook" | "whatsapp";
8144
8096
  routeId?: string;
@@ -8184,7 +8136,6 @@ export interface OperatorMethodOutputMap {
8184
8136
  fallbackModels?: readonly string[];
8185
8137
  routing?: {
8186
8138
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
8187
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
8188
8139
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
8189
8140
  fallbackModels?: readonly string[];
8190
8141
  };
@@ -8840,7 +8791,6 @@ export interface OperatorMethodOutputMap {
8840
8791
  providerId?: string;
8841
8792
  modelId?: string;
8842
8793
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
8843
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
8844
8794
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
8845
8795
  fallbackModels?: readonly string[];
8846
8796
  helperModel?: {
@@ -8939,7 +8889,6 @@ export interface OperatorMethodOutputMap {
8939
8889
  providerId?: string;
8940
8890
  modelId?: string;
8941
8891
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
8942
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
8943
8892
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
8944
8893
  fallbackModels?: readonly string[];
8945
8894
  helperModel?: {
@@ -9016,7 +8965,6 @@ export interface OperatorMethodOutputMap {
9016
8965
  providerId?: string;
9017
8966
  modelId?: string;
9018
8967
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
9019
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
9020
8968
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
9021
8969
  fallbackModels?: readonly string[];
9022
8970
  helperModel?: {
@@ -9160,7 +9108,6 @@ export interface OperatorMethodOutputMap {
9160
9108
  providerId?: string;
9161
9109
  modelId?: string;
9162
9110
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
9163
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
9164
9111
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
9165
9112
  fallbackModels?: readonly string[];
9166
9113
  helperModel?: {
@@ -9341,7 +9288,6 @@ export interface OperatorMethodOutputMap {
9341
9288
  providerId?: string;
9342
9289
  modelId?: string;
9343
9290
  providerSelection?: "concrete" | "inherit-current" | "synthetic";
9344
- unresolvedModelPolicy?: "fail" | "fallback-to-current";
9345
9291
  providerFailurePolicy?: "fail" | "ordered-fallbacks";
9346
9292
  fallbackModels?: readonly string[];
9347
9293
  helperModel?: {
@@ -10469,7 +10415,7 @@ export interface OperatorMethodOutputMap {
10469
10415
  paused: number;
10470
10416
  kept: number;
10471
10417
  discard: number;
10472
- cleanupPending: number;
10418
+ pendingCleanup: number;
10473
10419
  sessionAttached: number;
10474
10420
  taskAttached: number;
10475
10421
  agentOwned: number;
@@ -10479,7 +10425,7 @@ export interface OperatorMethodOutputMap {
10479
10425
  records: readonly ({
10480
10426
  path: string;
10481
10427
  kind: "agent" | "manual" | "orchestrator";
10482
- state: "active" | "cleanup-pending" | "discard" | "kept" | "paused";
10428
+ state: "active" | "pending-cleanup" | "discard" | "kept" | "paused";
10483
10429
  ownerId?: string;
10484
10430
  sessionId?: string;
10485
10431
  taskId?: string;