@openclaw/gateway-protocol 2026.7.2-beta.5 → 2026.7.2-beta.7

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.
@@ -289,75 +289,75 @@
289
289
  },
290
290
  "talk.client.create": {
291
291
  "since": "<=2026.7",
292
- "scope": "operator.write"
292
+ "scope": "operator.talk"
293
293
  },
294
294
  "talk.client.transcript": {
295
295
  "since": "<=2026.7",
296
- "scope": "operator.write"
296
+ "scope": "operator.talk"
297
297
  },
298
298
  "talk.client.close": {
299
299
  "since": "<=2026.7",
300
- "scope": "operator.write"
300
+ "scope": "operator.talk"
301
301
  },
302
302
  "talk.client.toolCall": {
303
303
  "since": "<=2026.7",
304
- "scope": "operator.write"
304
+ "scope": "operator.talk"
305
305
  },
306
306
  "talk.client.steer": {
307
307
  "since": "<=2026.7",
308
- "scope": "operator.write"
308
+ "scope": "operator.talk"
309
309
  },
310
310
  "talk.session.create": {
311
311
  "since": "<=2026.7",
312
- "scope": "operator.write"
312
+ "scope": "operator.talk"
313
313
  },
314
314
  "talk.session.join": {
315
315
  "since": "<=2026.7",
316
- "scope": "operator.write"
316
+ "scope": "operator.talk"
317
317
  },
318
318
  "talk.session.appendAudio": {
319
319
  "since": "<=2026.7",
320
- "scope": "operator.write"
320
+ "scope": "operator.talk"
321
321
  },
322
322
  "talk.session.startTurn": {
323
323
  "since": "<=2026.7",
324
- "scope": "operator.write"
324
+ "scope": "operator.talk"
325
325
  },
326
326
  "talk.session.endTurn": {
327
327
  "since": "<=2026.7",
328
- "scope": "operator.write"
328
+ "scope": "operator.talk"
329
329
  },
330
330
  "talk.session.cancelTurn": {
331
331
  "since": "<=2026.7",
332
- "scope": "operator.write"
332
+ "scope": "operator.talk"
333
333
  },
334
334
  "talk.session.cancelOutput": {
335
335
  "since": "<=2026.7",
336
- "scope": "operator.write"
336
+ "scope": "operator.talk"
337
337
  },
338
338
  "talk.session.acknowledgeMark": {
339
339
  "since": "<=2026.7",
340
- "scope": "operator.write"
340
+ "scope": "operator.talk"
341
341
  },
342
342
  "talk.session.submitToolResult": {
343
343
  "since": "<=2026.7",
344
- "scope": "operator.write"
344
+ "scope": "operator.talk"
345
345
  },
346
346
  "talk.session.steer": {
347
347
  "since": "<=2026.7",
348
- "scope": "operator.write"
348
+ "scope": "operator.talk"
349
349
  },
350
350
  "talk.session.close": {
351
351
  "since": "<=2026.7",
352
- "scope": "operator.write"
352
+ "scope": "operator.talk"
353
353
  },
354
354
  "talk.speak": {
355
355
  "since": "<=2026.7",
356
- "scope": "operator.write"
356
+ "scope": "operator.talk"
357
357
  },
358
358
  "talk.mode": {
359
359
  "since": "<=2026.7",
360
- "scope": "operator.write"
360
+ "scope": "operator.talk"
361
361
  },
362
362
  "commands.list": {
363
363
  "since": "<=2026.7",
@@ -743,6 +743,10 @@
743
743
  "since": "<=2026.7",
744
744
  "scope": "operator.read"
745
745
  },
746
+ "sessions.viewers.set": {
747
+ "since": "2026.7",
748
+ "scope": "operator.read"
749
+ },
746
750
  "sessions.preview": {
747
751
  "since": "<=2026.7",
748
752
  "scope": "operator.read"
@@ -1235,8 +1239,8 @@
1235
1239
  "since": "<=2026.7",
1236
1240
  "scope": "operator.admin"
1237
1241
  },
1238
- "controlUi.sessionPullRequests": {
1239
- "since": "<=2026.7",
1242
+ "controlUi.sessionPullRequests.subscribe": {
1243
+ "since": "2026.7",
1240
1244
  "scope": "operator.read"
1241
1245
  },
1242
1246
  "gateway.suspend.prepare": {
@@ -1406,6 +1410,18 @@
1406
1410
  "sessions.companion.reset": {
1407
1411
  "since": "2026.7",
1408
1412
  "scope": "operator.write"
1413
+ },
1414
+ "memory.search": {
1415
+ "since": "2026.7",
1416
+ "scope": "operator.read"
1417
+ },
1418
+ "skills.proposals.events.list": {
1419
+ "since": "2026.7",
1420
+ "scope": "operator.read"
1421
+ },
1422
+ "skills.proposals.evaluate": {
1423
+ "since": "2026.7",
1424
+ "scope": "operator.admin"
1409
1425
  }
1410
1426
  },
1411
1427
  "definitions": {
@@ -4890,7 +4906,11 @@
4890
4906
  "type": "string",
4891
4907
  "minLength": 1
4892
4908
  },
4893
- "params": {}
4909
+ "params": {},
4910
+ "traceparent": {
4911
+ "type": "string",
4912
+ "maxLength": 128
4913
+ }
4894
4914
  },
4895
4915
  "additionalProperties": false
4896
4916
  },
@@ -5006,7 +5026,11 @@
5006
5026
  "type": "string",
5007
5027
  "minLength": 1
5008
5028
  },
5009
- "params": {}
5029
+ "params": {},
5030
+ "traceparent": {
5031
+ "type": "string",
5032
+ "maxLength": 128
5033
+ }
5010
5034
  },
5011
5035
  "additionalProperties": false
5012
5036
  },
@@ -9354,6 +9378,18 @@
9354
9378
  },
9355
9379
  "name": {
9356
9380
  "type": "string"
9381
+ },
9382
+ "sizeBytes": {
9383
+ "type": "number"
9384
+ },
9385
+ "durationMs": {
9386
+ "type": "number"
9387
+ },
9388
+ "width": {
9389
+ "type": "number"
9390
+ },
9391
+ "height": {
9392
+ "type": "number"
9357
9393
  }
9358
9394
  },
9359
9395
  "additionalProperties": false
@@ -9446,6 +9482,9 @@
9446
9482
  "forceRestartSafeTools": {
9447
9483
  "type": "boolean"
9448
9484
  },
9485
+ "forceCodeModeTools": {
9486
+ "type": "boolean"
9487
+ },
9449
9488
  "voiceWakeTrigger": {
9450
9489
  "type": "string"
9451
9490
  },
@@ -11835,6 +11874,10 @@
11835
11874
  "label": {
11836
11875
  "type": "string",
11837
11876
  "minLength": 1
11877
+ },
11878
+ "avatarUrl": {
11879
+ "type": "string",
11880
+ "minLength": 1
11838
11881
  }
11839
11882
  },
11840
11883
  "additionalProperties": false
@@ -12014,6 +12057,10 @@
12014
12057
  "label": {
12015
12058
  "type": "string",
12016
12059
  "minLength": 1
12060
+ },
12061
+ "avatarUrl": {
12062
+ "type": "string",
12063
+ "minLength": 1
12017
12064
  }
12018
12065
  },
12019
12066
  "additionalProperties": false
@@ -12269,6 +12316,10 @@
12269
12316
  "label": {
12270
12317
  "type": "string",
12271
12318
  "minLength": 1
12319
+ },
12320
+ "avatarUrl": {
12321
+ "type": "string",
12322
+ "minLength": 1
12272
12323
  }
12273
12324
  },
12274
12325
  "additionalProperties": false
@@ -12648,6 +12699,10 @@
12648
12699
  "label": {
12649
12700
  "type": "string",
12650
12701
  "minLength": 1
12702
+ },
12703
+ "avatarUrl": {
12704
+ "type": "string",
12705
+ "minLength": 1
12651
12706
  }
12652
12707
  },
12653
12708
  "additionalProperties": false
@@ -13353,6 +13408,10 @@
13353
13408
  "label": {
13354
13409
  "type": "string",
13355
13410
  "minLength": 1
13411
+ },
13412
+ "avatarUrl": {
13413
+ "type": "string",
13414
+ "minLength": 1
13356
13415
  }
13357
13416
  },
13358
13417
  "additionalProperties": false
@@ -13650,6 +13709,10 @@
13650
13709
  "label": {
13651
13710
  "type": "string",
13652
13711
  "minLength": 1
13712
+ },
13713
+ "avatarUrl": {
13714
+ "type": "string",
13715
+ "minLength": 1
13653
13716
  }
13654
13717
  },
13655
13718
  "additionalProperties": false
@@ -13857,6 +13920,10 @@
13857
13920
  "label": {
13858
13921
  "type": "string",
13859
13922
  "minLength": 1
13923
+ },
13924
+ "avatarUrl": {
13925
+ "type": "string",
13926
+ "minLength": 1
13860
13927
  }
13861
13928
  },
13862
13929
  "additionalProperties": false
@@ -13948,6 +14015,43 @@
13948
14015
  },
13949
14016
  "modelProvider": {
13950
14017
  "type": "string"
14018
+ },
14019
+ "toolOverrides": {
14020
+ "type": "object",
14021
+ "properties": {
14022
+ "mcpServers": {
14023
+ "type": "object",
14024
+ "patternProperties": {
14025
+ "^.*$": {
14026
+ "type": "boolean"
14027
+ }
14028
+ }
14029
+ },
14030
+ "mcpToolsDeny": {
14031
+ "type": "object",
14032
+ "patternProperties": {
14033
+ "^.*$": {
14034
+ "type": "array",
14035
+ "items": {
14036
+ "type": "string",
14037
+ "minLength": 1
14038
+ }
14039
+ }
14040
+ }
14041
+ },
14042
+ "skills": {
14043
+ "type": "object",
14044
+ "patternProperties": {
14045
+ "^.*$": {
14046
+ "type": "boolean"
14047
+ }
14048
+ }
14049
+ },
14050
+ "webSearch": {
14051
+ "type": "boolean"
14052
+ }
14053
+ },
14054
+ "additionalProperties": false
13951
14055
  }
13952
14056
  },
13953
14057
  "additionalProperties": true
@@ -14142,6 +14246,10 @@
14142
14246
  "label": {
14143
14247
  "type": "string",
14144
14248
  "minLength": 1
14249
+ },
14250
+ "avatarUrl": {
14251
+ "type": "string",
14252
+ "minLength": 1
14145
14253
  }
14146
14254
  },
14147
14255
  "additionalProperties": false
@@ -14327,6 +14435,10 @@
14327
14435
  "label": {
14328
14436
  "type": "string",
14329
14437
  "minLength": 1
14438
+ },
14439
+ "avatarUrl": {
14440
+ "type": "string",
14441
+ "minLength": 1
14330
14442
  }
14331
14443
  },
14332
14444
  "additionalProperties": false
@@ -14389,6 +14501,10 @@
14389
14501
  "label": {
14390
14502
  "type": "string",
14391
14503
  "minLength": 1
14504
+ },
14505
+ "avatarUrl": {
14506
+ "type": "string",
14507
+ "minLength": 1
14392
14508
  }
14393
14509
  },
14394
14510
  "additionalProperties": false
@@ -14587,6 +14703,10 @@
14587
14703
  "label": {
14588
14704
  "type": "string",
14589
14705
  "minLength": 1
14706
+ },
14707
+ "avatarUrl": {
14708
+ "type": "string",
14709
+ "minLength": 1
14590
14710
  }
14591
14711
  },
14592
14712
  "additionalProperties": false
@@ -14724,6 +14844,10 @@
14724
14844
  "label": {
14725
14845
  "type": "string",
14726
14846
  "minLength": 1
14847
+ },
14848
+ "avatarUrl": {
14849
+ "type": "string",
14850
+ "minLength": 1
14727
14851
  }
14728
14852
  },
14729
14853
  "additionalProperties": false
@@ -14839,6 +14963,10 @@
14839
14963
  "label": {
14840
14964
  "type": "string",
14841
14965
  "minLength": 1
14966
+ },
14967
+ "avatarUrl": {
14968
+ "type": "string",
14969
+ "minLength": 1
14842
14970
  }
14843
14971
  },
14844
14972
  "additionalProperties": false
@@ -14954,6 +15082,10 @@
14954
15082
  "label": {
14955
15083
  "type": "string",
14956
15084
  "minLength": 1
15085
+ },
15086
+ "avatarUrl": {
15087
+ "type": "string",
15088
+ "minLength": 1
14957
15089
  }
14958
15090
  },
14959
15091
  "additionalProperties": false
@@ -15113,6 +15245,10 @@
15113
15245
  "label": {
15114
15246
  "type": "string",
15115
15247
  "minLength": 1
15248
+ },
15249
+ "avatarUrl": {
15250
+ "type": "string",
15251
+ "minLength": 1
15116
15252
  }
15117
15253
  },
15118
15254
  "additionalProperties": false
@@ -15221,6 +15357,10 @@
15221
15357
  "label": {
15222
15358
  "type": "string",
15223
15359
  "minLength": 1
15360
+ },
15361
+ "avatarUrl": {
15362
+ "type": "string",
15363
+ "minLength": 1
15224
15364
  }
15225
15365
  },
15226
15366
  "additionalProperties": false
@@ -15352,6 +15492,10 @@
15352
15492
  "label": {
15353
15493
  "type": "string",
15354
15494
  "minLength": 1
15495
+ },
15496
+ "avatarUrl": {
15497
+ "type": "string",
15498
+ "minLength": 1
15355
15499
  }
15356
15500
  },
15357
15501
  "additionalProperties": false
@@ -18402,10 +18546,58 @@
18402
18546
  "minLength": 64,
18403
18547
  "maxLength": 64,
18404
18548
  "pattern": "^[a-f0-9]{64}$"
18549
+ },
18550
+ "mimeType": {
18551
+ "type": "string",
18552
+ "minLength": 1
18553
+ },
18554
+ "contentEncoding": {
18555
+ "anyOf": [
18556
+ {
18557
+ "type": "string",
18558
+ "const": "utf8"
18559
+ },
18560
+ {
18561
+ "type": "string",
18562
+ "const": "base64"
18563
+ }
18564
+ ]
18565
+ },
18566
+ "previewKind": {
18567
+ "anyOf": [
18568
+ {
18569
+ "type": "string",
18570
+ "const": "text"
18571
+ },
18572
+ {
18573
+ "type": "string",
18574
+ "const": "image"
18575
+ },
18576
+ {
18577
+ "type": "string",
18578
+ "const": "unsupported"
18579
+ }
18580
+ ]
18405
18581
  }
18406
18582
  },
18407
18583
  "additionalProperties": false
18408
18584
  },
18585
+ "SessionFilePreviewKind": {
18586
+ "anyOf": [
18587
+ {
18588
+ "type": "string",
18589
+ "const": "text"
18590
+ },
18591
+ {
18592
+ "type": "string",
18593
+ "const": "image"
18594
+ },
18595
+ {
18596
+ "type": "string",
18597
+ "const": "unsupported"
18598
+ }
18599
+ ]
18600
+ },
18409
18601
  "SessionFileRelevance": {
18410
18602
  "anyOf": [
18411
18603
  {
@@ -18517,6 +18709,38 @@
18517
18709
  "minLength": 64,
18518
18710
  "maxLength": 64,
18519
18711
  "pattern": "^[a-f0-9]{64}$"
18712
+ },
18713
+ "mimeType": {
18714
+ "type": "string",
18715
+ "minLength": 1
18716
+ },
18717
+ "contentEncoding": {
18718
+ "anyOf": [
18719
+ {
18720
+ "type": "string",
18721
+ "const": "utf8"
18722
+ },
18723
+ {
18724
+ "type": "string",
18725
+ "const": "base64"
18726
+ }
18727
+ ]
18728
+ },
18729
+ "previewKind": {
18730
+ "anyOf": [
18731
+ {
18732
+ "type": "string",
18733
+ "const": "text"
18734
+ },
18735
+ {
18736
+ "type": "string",
18737
+ "const": "image"
18738
+ },
18739
+ {
18740
+ "type": "string",
18741
+ "const": "unsupported"
18742
+ }
18743
+ ]
18520
18744
  }
18521
18745
  },
18522
18746
  "additionalProperties": false
@@ -18693,6 +18917,38 @@
18693
18917
  "minLength": 64,
18694
18918
  "maxLength": 64,
18695
18919
  "pattern": "^[a-f0-9]{64}$"
18920
+ },
18921
+ "mimeType": {
18922
+ "type": "string",
18923
+ "minLength": 1
18924
+ },
18925
+ "contentEncoding": {
18926
+ "anyOf": [
18927
+ {
18928
+ "type": "string",
18929
+ "const": "utf8"
18930
+ },
18931
+ {
18932
+ "type": "string",
18933
+ "const": "base64"
18934
+ }
18935
+ ]
18936
+ },
18937
+ "previewKind": {
18938
+ "anyOf": [
18939
+ {
18940
+ "type": "string",
18941
+ "const": "text"
18942
+ },
18943
+ {
18944
+ "type": "string",
18945
+ "const": "image"
18946
+ },
18947
+ {
18948
+ "type": "string",
18949
+ "const": "unsupported"
18950
+ }
18951
+ ]
18696
18952
  }
18697
18953
  },
18698
18954
  "additionalProperties": false
@@ -18837,6 +19093,38 @@
18837
19093
  "minLength": 64,
18838
19094
  "maxLength": 64,
18839
19095
  "pattern": "^[a-f0-9]{64}$"
19096
+ },
19097
+ "mimeType": {
19098
+ "type": "string",
19099
+ "minLength": 1
19100
+ },
19101
+ "contentEncoding": {
19102
+ "anyOf": [
19103
+ {
19104
+ "type": "string",
19105
+ "const": "utf8"
19106
+ },
19107
+ {
19108
+ "type": "string",
19109
+ "const": "base64"
19110
+ }
19111
+ ]
19112
+ },
19113
+ "previewKind": {
19114
+ "anyOf": [
19115
+ {
19116
+ "type": "string",
19117
+ "const": "text"
19118
+ },
19119
+ {
19120
+ "type": "string",
19121
+ "const": "image"
19122
+ },
19123
+ {
19124
+ "type": "string",
19125
+ "const": "unsupported"
19126
+ }
19127
+ ]
18840
19128
  }
18841
19129
  },
18842
19130
  "additionalProperties": false
@@ -19157,7 +19445,34 @@
19157
19445
  },
19158
19446
  "attachments": {
19159
19447
  "type": "array",
19160
- "items": {}
19448
+ "items": {
19449
+ "type": "object",
19450
+ "properties": {
19451
+ "type": {
19452
+ "type": "string"
19453
+ },
19454
+ "mimeType": {
19455
+ "type": "string"
19456
+ },
19457
+ "fileName": {
19458
+ "type": "string"
19459
+ },
19460
+ "content": {},
19461
+ "sizeBytes": {
19462
+ "type": "number"
19463
+ },
19464
+ "durationMs": {
19465
+ "type": "number"
19466
+ },
19467
+ "width": {
19468
+ "type": "number"
19469
+ },
19470
+ "height": {
19471
+ "type": "number"
19472
+ }
19473
+ },
19474
+ "additionalProperties": true
19475
+ }
19161
19476
  },
19162
19477
  "worktree": {
19163
19478
  "type": "boolean"
@@ -19296,7 +19611,34 @@
19296
19611
  },
19297
19612
  "attachments": {
19298
19613
  "type": "array",
19299
- "items": {}
19614
+ "items": {
19615
+ "type": "object",
19616
+ "properties": {
19617
+ "type": {
19618
+ "type": "string"
19619
+ },
19620
+ "mimeType": {
19621
+ "type": "string"
19622
+ },
19623
+ "fileName": {
19624
+ "type": "string"
19625
+ },
19626
+ "content": {},
19627
+ "sizeBytes": {
19628
+ "type": "number"
19629
+ },
19630
+ "durationMs": {
19631
+ "type": "number"
19632
+ },
19633
+ "width": {
19634
+ "type": "number"
19635
+ },
19636
+ "height": {
19637
+ "type": "number"
19638
+ }
19639
+ },
19640
+ "additionalProperties": true
19641
+ }
19300
19642
  },
19301
19643
  "timeoutMs": {
19302
19644
  "type": "integer",
@@ -19347,6 +19689,42 @@
19347
19689
  },
19348
19690
  "additionalProperties": false
19349
19691
  },
19692
+ "SessionsViewerPresenceSetParams": {
19693
+ "type": "object",
19694
+ "required": [
19695
+ "sessionKeys"
19696
+ ],
19697
+ "properties": {
19698
+ "sessionKeys": {
19699
+ "type": "array",
19700
+ "items": {
19701
+ "type": "string",
19702
+ "minLength": 1,
19703
+ "maxLength": 512
19704
+ },
19705
+ "maxItems": 32
19706
+ }
19707
+ },
19708
+ "additionalProperties": false
19709
+ },
19710
+ "SessionsViewerPresenceSetResult": {
19711
+ "type": "object",
19712
+ "required": [
19713
+ "sessionKeys"
19714
+ ],
19715
+ "properties": {
19716
+ "sessionKeys": {
19717
+ "type": "array",
19718
+ "items": {
19719
+ "type": "string",
19720
+ "minLength": 1,
19721
+ "maxLength": 512
19722
+ },
19723
+ "maxItems": 32
19724
+ }
19725
+ },
19726
+ "additionalProperties": false
19727
+ },
19350
19728
  "SessionsAbortParams": {
19351
19729
  "type": "object",
19352
19730
  "properties": {
@@ -19508,6 +19886,50 @@
19508
19886
  }
19509
19887
  ]
19510
19888
  },
19889
+ "toolOverrides": {
19890
+ "anyOf": [
19891
+ {
19892
+ "type": "object",
19893
+ "properties": {
19894
+ "mcpServers": {
19895
+ "type": "object",
19896
+ "patternProperties": {
19897
+ "^.*$": {
19898
+ "type": "boolean"
19899
+ }
19900
+ }
19901
+ },
19902
+ "mcpToolsDeny": {
19903
+ "type": "object",
19904
+ "patternProperties": {
19905
+ "^.*$": {
19906
+ "type": "array",
19907
+ "items": {
19908
+ "type": "string",
19909
+ "minLength": 1
19910
+ }
19911
+ }
19912
+ }
19913
+ },
19914
+ "skills": {
19915
+ "type": "object",
19916
+ "patternProperties": {
19917
+ "^.*$": {
19918
+ "type": "boolean"
19919
+ }
19920
+ }
19921
+ },
19922
+ "webSearch": {
19923
+ "type": "boolean"
19924
+ }
19925
+ },
19926
+ "additionalProperties": false
19927
+ },
19928
+ {
19929
+ "type": "null"
19930
+ }
19931
+ ]
19932
+ },
19511
19933
  "verboseLevel": {
19512
19934
  "anyOf": [
19513
19935
  {
@@ -26672,6 +27094,9 @@
26672
27094
  "help": {
26673
27095
  "type": "string"
26674
27096
  },
27097
+ "docsUrl": {
27098
+ "type": "string"
27099
+ },
26675
27100
  "tags": {
26676
27101
  "type": "array",
26677
27102
  "items": {
@@ -26752,6 +27177,9 @@
26752
27177
  "help": {
26753
27178
  "type": "string"
26754
27179
  },
27180
+ "docsUrl": {
27181
+ "type": "string"
27182
+ },
26755
27183
  "tags": {
26756
27184
  "type": "array",
26757
27185
  "items": {
@@ -26847,6 +27275,9 @@
26847
27275
  "help": {
26848
27276
  "type": "string"
26849
27277
  },
27278
+ "docsUrl": {
27279
+ "type": "string"
27280
+ },
26850
27281
  "tags": {
26851
27282
  "type": "array",
26852
27283
  "items": {
@@ -26914,6 +27345,21 @@
26914
27345
  "reset": {
26915
27346
  "type": "boolean"
26916
27347
  },
27348
+ "context": {
27349
+ "type": "object",
27350
+ "required": [
27351
+ "page"
27352
+ ],
27353
+ "properties": {
27354
+ "page": {
27355
+ "type": "string",
27356
+ "minLength": 1,
27357
+ "maxLength": 64,
27358
+ "pattern": "^[A-Za-z0-9/_-]{1,64}$"
27359
+ }
27360
+ },
27361
+ "additionalProperties": false
27362
+ },
26917
27363
  "delegation": {
26918
27364
  "type": "object",
26919
27365
  "properties": {
@@ -27506,6 +27952,10 @@
27506
27952
  "type": "string",
27507
27953
  "minLength": 1
27508
27954
  },
27955
+ "brandId": {
27956
+ "type": "string",
27957
+ "minLength": 1
27958
+ },
27509
27959
  "label": {
27510
27960
  "type": "string",
27511
27961
  "minLength": 1
@@ -27516,6 +27966,26 @@
27516
27966
  "reason": {
27517
27967
  "type": "string",
27518
27968
  "minLength": 1
27969
+ },
27970
+ "authOptionId": {
27971
+ "type": "string",
27972
+ "minLength": 1
27973
+ },
27974
+ "manualProviderId": {
27975
+ "type": "string",
27976
+ "minLength": 1
27977
+ },
27978
+ "icon": {
27979
+ "type": "string",
27980
+ "minLength": 1,
27981
+ "maxLength": 2048,
27982
+ "pattern": "^https://"
27983
+ },
27984
+ "website": {
27985
+ "type": "string",
27986
+ "minLength": 1,
27987
+ "maxLength": 2048,
27988
+ "pattern": "^https://"
27519
27989
  }
27520
27990
  },
27521
27991
  "additionalProperties": false
@@ -27538,6 +28008,10 @@
27538
28008
  "type": "string",
27539
28009
  "minLength": 1
27540
28010
  },
28011
+ "groupLabel": {
28012
+ "type": "string",
28013
+ "minLength": 1
28014
+ },
27541
28015
  "label": {
27542
28016
  "type": "string",
27543
28017
  "minLength": 1
@@ -28115,6 +28589,9 @@
28115
28589
  "workspace": {
28116
28590
  "type": "string"
28117
28591
  },
28592
+ "installDaemon": {
28593
+ "type": "boolean"
28594
+ },
28118
28595
  "flow": {
28119
28596
  "anyOf": [
28120
28597
  {
@@ -34119,6 +34596,10 @@
34119
34596
  "url": {
34120
34597
  "type": "string",
34121
34598
  "minLength": 1
34599
+ },
34600
+ "expiresAt": {
34601
+ "type": "string",
34602
+ "minLength": 1
34122
34603
  }
34123
34604
  },
34124
34605
  "additionalProperties": false
@@ -34959,6 +35440,9 @@
34959
35440
  }
34960
35441
  ]
34961
35442
  },
35443
+ "skillModelVisible": {
35444
+ "type": "boolean"
35445
+ },
34962
35446
  "scope": {
34963
35447
  "anyOf": [
34964
35448
  {
@@ -35171,6 +35655,9 @@
35171
35655
  }
35172
35656
  ]
35173
35657
  },
35658
+ "skillModelVisible": {
35659
+ "type": "boolean"
35660
+ },
35174
35661
  "scope": {
35175
35662
  "anyOf": [
35176
35663
  {
@@ -35792,6 +36279,18 @@
35792
36279
  "type": "string",
35793
36280
  "minLength": 1
35794
36281
  },
36282
+ "mcpServer": {
36283
+ "type": "string",
36284
+ "minLength": 1
36285
+ },
36286
+ "mcpToolName": {
36287
+ "type": "string",
36288
+ "minLength": 1
36289
+ },
36290
+ "deniedBySession": {
36291
+ "type": "boolean",
36292
+ "const": true
36293
+ },
35795
36294
  "risk": {
35796
36295
  "anyOf": [
35797
36296
  {
@@ -35925,6 +36424,18 @@
35925
36424
  "type": "string",
35926
36425
  "minLength": 1
35927
36426
  },
36427
+ "mcpServer": {
36428
+ "type": "string",
36429
+ "minLength": 1
36430
+ },
36431
+ "mcpToolName": {
36432
+ "type": "string",
36433
+ "minLength": 1
36434
+ },
36435
+ "deniedBySession": {
36436
+ "type": "boolean",
36437
+ "const": true
36438
+ },
35928
36439
  "risk": {
35929
36440
  "anyOf": [
35930
36441
  {
@@ -35981,6 +36492,13 @@
35981
36492
  },
35982
36493
  "message": {
35983
36494
  "type": "string"
36495
+ },
36496
+ "servers": {
36497
+ "type": "array",
36498
+ "items": {
36499
+ "type": "string",
36500
+ "minLength": 1
36501
+ }
35984
36502
  }
35985
36503
  },
35986
36504
  "additionalProperties": false
@@ -36110,6 +36628,18 @@
36110
36628
  "type": "string",
36111
36629
  "minLength": 1
36112
36630
  },
36631
+ "mcpServer": {
36632
+ "type": "string",
36633
+ "minLength": 1
36634
+ },
36635
+ "mcpToolName": {
36636
+ "type": "string",
36637
+ "minLength": 1
36638
+ },
36639
+ "deniedBySession": {
36640
+ "type": "boolean",
36641
+ "const": true
36642
+ },
36113
36643
  "risk": {
36114
36644
  "anyOf": [
36115
36645
  {
@@ -36169,6 +36699,13 @@
36169
36699
  },
36170
36700
  "message": {
36171
36701
  "type": "string"
36702
+ },
36703
+ "servers": {
36704
+ "type": "array",
36705
+ "items": {
36706
+ "type": "string",
36707
+ "minLength": 1
36708
+ }
36172
36709
  }
36173
36710
  },
36174
36711
  "additionalProperties": false
@@ -37008,113 +37545,39 @@
37008
37545
  },
37009
37546
  "additionalProperties": false
37010
37547
  },
37011
- "SkillsProposalHistoryStatusParams": {
37012
- "type": "object",
37013
- "properties": {
37014
- "agentId": {
37015
- "type": "string",
37016
- "minLength": 1
37017
- }
37018
- },
37019
- "additionalProperties": false
37020
- },
37021
- "SkillsProposalHistoryScanParams": {
37022
- "type": "object",
37023
- "properties": {
37024
- "agentId": {
37025
- "type": "string",
37026
- "minLength": 1
37027
- },
37028
- "direction": {
37029
- "anyOf": [
37030
- {
37031
- "type": "string",
37032
- "const": "older"
37033
- },
37034
- {
37035
- "type": "string",
37036
- "const": "newer"
37037
- }
37038
- ]
37039
- }
37040
- },
37041
- "additionalProperties": false
37042
- },
37043
- "SkillsProposalHistoryScanResult": {
37548
+ "SkillsProposalEvaluateParams": {
37044
37549
  "type": "object",
37045
37550
  "required": [
37046
- "schema",
37047
- "hasScanned",
37048
- "reviewedSessions",
37049
- "ideasFound",
37050
- "hasMore",
37051
- "lastScanReviewed",
37052
- "lastScanIdeas"
37551
+ "proposalId"
37053
37552
  ],
37054
37553
  "properties": {
37055
- "schema": {
37056
- "type": "string",
37057
- "const": "openclaw.skill-workshop.history-scan.v1"
37058
- },
37059
- "hasScanned": {
37060
- "type": "boolean"
37061
- },
37062
- "reviewedSessions": {
37063
- "type": "integer",
37064
- "minimum": 0
37065
- },
37066
- "ideasFound": {
37067
- "type": "integer",
37068
- "minimum": 0
37069
- },
37070
- "hasMore": {
37071
- "type": "boolean"
37072
- },
37073
- "lastScanReviewed": {
37074
- "type": "integer",
37075
- "minimum": 0
37076
- },
37077
- "lastScanIdeas": {
37078
- "type": "integer",
37079
- "minimum": 0
37080
- },
37081
- "lastScanAt": {
37554
+ "agentId": {
37082
37555
  "type": "string",
37083
37556
  "minLength": 1
37084
37557
  },
37085
- "oldestReviewedAt": {
37558
+ "proposalId": {
37086
37559
  "type": "string",
37087
37560
  "minLength": 1
37088
37561
  },
37089
- "newestReviewedAt": {
37562
+ "expectedRevisionHash": {
37090
37563
  "type": "string",
37091
- "minLength": 1
37092
- }
37093
- },
37094
- "additionalProperties": false
37095
- },
37096
- "SkillsProposalInspectParams": {
37097
- "type": "object",
37098
- "required": [
37099
- "proposalId"
37100
- ],
37101
- "properties": {
37102
- "agentId": {
37103
- "type": "string",
37104
- "minLength": 1
37564
+ "minLength": 64,
37565
+ "maxLength": 64,
37566
+ "pattern": "^[a-fA-F0-9]{64}$"
37105
37567
  },
37106
- "proposalId": {
37568
+ "correlationId": {
37107
37569
  "type": "string",
37108
- "minLength": 1
37570
+ "minLength": 1,
37571
+ "maxLength": 256
37109
37572
  }
37110
37573
  },
37111
37574
  "additionalProperties": false
37112
37575
  },
37113
- "SkillsProposalInspectResult": {
37576
+ "SkillsProposalEvaluateResult": {
37114
37577
  "type": "object",
37115
37578
  "required": [
37116
37579
  "record",
37117
- "content"
37580
+ "evaluation"
37118
37581
  ],
37119
37582
  "properties": {
37120
37583
  "record": {
@@ -37447,10 +37910,1757 @@
37447
37910
  },
37448
37911
  "statusReason": {
37449
37912
  "type": "string"
37913
+ },
37914
+ "evaluation": {
37915
+ "type": "object",
37916
+ "required": [
37917
+ "id",
37918
+ "proposedVersion",
37919
+ "revisionHash",
37920
+ "trigger",
37921
+ "startedAt",
37922
+ "completedAt",
37923
+ "outcomes"
37924
+ ],
37925
+ "properties": {
37926
+ "id": {
37927
+ "type": "string",
37928
+ "minLength": 1
37929
+ },
37930
+ "proposedVersion": {
37931
+ "type": "string",
37932
+ "minLength": 1
37933
+ },
37934
+ "revisionHash": {
37935
+ "type": "string",
37936
+ "minLength": 64,
37937
+ "maxLength": 64,
37938
+ "pattern": "^[a-fA-F0-9]{64}$"
37939
+ },
37940
+ "trigger": {
37941
+ "anyOf": [
37942
+ {
37943
+ "type": "string",
37944
+ "const": "manual"
37945
+ },
37946
+ {
37947
+ "type": "string",
37948
+ "const": "apply"
37949
+ }
37950
+ ]
37951
+ },
37952
+ "startedAt": {
37953
+ "type": "string",
37954
+ "minLength": 1
37955
+ },
37956
+ "completedAt": {
37957
+ "type": "string",
37958
+ "minLength": 1
37959
+ },
37960
+ "correlationId": {
37961
+ "type": "string",
37962
+ "minLength": 1
37963
+ },
37964
+ "targetTreeSha256": {
37965
+ "type": "string",
37966
+ "minLength": 64,
37967
+ "maxLength": 64,
37968
+ "pattern": "^[a-fA-F0-9]{64}$"
37969
+ },
37970
+ "outcomes": {
37971
+ "type": "array",
37972
+ "items": {
37973
+ "anyOf": [
37974
+ {
37975
+ "type": "object",
37976
+ "required": [
37977
+ "pluginId",
37978
+ "evaluatorId",
37979
+ "status",
37980
+ "result"
37981
+ ],
37982
+ "properties": {
37983
+ "pluginId": {
37984
+ "type": "string",
37985
+ "minLength": 1,
37986
+ "maxLength": 128
37987
+ },
37988
+ "pluginVersion": {
37989
+ "type": "string",
37990
+ "minLength": 1,
37991
+ "maxLength": 128
37992
+ },
37993
+ "evaluatorId": {
37994
+ "type": "string",
37995
+ "minLength": 1,
37996
+ "maxLength": 128
37997
+ },
37998
+ "status": {
37999
+ "type": "string",
38000
+ "const": "completed"
38001
+ },
38002
+ "result": {
38003
+ "type": "object",
38004
+ "properties": {
38005
+ "summary": {
38006
+ "type": "string",
38007
+ "maxLength": 8000
38008
+ },
38009
+ "findings": {
38010
+ "type": "array",
38011
+ "items": {
38012
+ "type": "object",
38013
+ "required": [
38014
+ "ruleId",
38015
+ "severity",
38016
+ "message"
38017
+ ],
38018
+ "properties": {
38019
+ "ruleId": {
38020
+ "type": "string",
38021
+ "minLength": 1,
38022
+ "maxLength": 256
38023
+ },
38024
+ "severity": {
38025
+ "anyOf": [
38026
+ {
38027
+ "type": "string",
38028
+ "const": "info"
38029
+ },
38030
+ {
38031
+ "type": "string",
38032
+ "const": "warn"
38033
+ },
38034
+ {
38035
+ "type": "string",
38036
+ "const": "critical"
38037
+ }
38038
+ ]
38039
+ },
38040
+ "message": {
38041
+ "type": "string",
38042
+ "minLength": 1,
38043
+ "maxLength": 4000
38044
+ },
38045
+ "file": {
38046
+ "type": "string",
38047
+ "minLength": 1,
38048
+ "maxLength": 1024
38049
+ },
38050
+ "line": {
38051
+ "type": "integer",
38052
+ "minimum": 1
38053
+ }
38054
+ },
38055
+ "additionalProperties": false
38056
+ },
38057
+ "maxItems": 200
38058
+ },
38059
+ "metrics": {
38060
+ "type": "object",
38061
+ "patternProperties": {
38062
+ "^.*$": {
38063
+ "anyOf": [
38064
+ {
38065
+ "type": "string",
38066
+ "maxLength": 4000
38067
+ },
38068
+ {
38069
+ "type": "number"
38070
+ },
38071
+ {
38072
+ "type": "boolean"
38073
+ }
38074
+ ]
38075
+ }
38076
+ },
38077
+ "maxProperties": 64,
38078
+ "propertyNames": {
38079
+ "type": "string",
38080
+ "minLength": 1,
38081
+ "maxLength": 128
38082
+ }
38083
+ },
38084
+ "evaluatorVersion": {
38085
+ "type": "string",
38086
+ "minLength": 1,
38087
+ "maxLength": 128
38088
+ },
38089
+ "mode": {
38090
+ "type": "string",
38091
+ "minLength": 1,
38092
+ "maxLength": 128
38093
+ },
38094
+ "decision": {
38095
+ "anyOf": [
38096
+ {
38097
+ "type": "string",
38098
+ "const": "pass"
38099
+ },
38100
+ {
38101
+ "type": "string",
38102
+ "const": "revise"
38103
+ },
38104
+ {
38105
+ "type": "string",
38106
+ "const": "block"
38107
+ }
38108
+ ]
38109
+ },
38110
+ "decisionReason": {
38111
+ "type": "string",
38112
+ "maxLength": 2000
38113
+ }
38114
+ },
38115
+ "additionalProperties": false
38116
+ }
38117
+ },
38118
+ "additionalProperties": false
38119
+ },
38120
+ {
38121
+ "type": "object",
38122
+ "required": [
38123
+ "pluginId",
38124
+ "evaluatorId",
38125
+ "status"
38126
+ ],
38127
+ "properties": {
38128
+ "pluginId": {
38129
+ "type": "string",
38130
+ "minLength": 1,
38131
+ "maxLength": 128
38132
+ },
38133
+ "pluginVersion": {
38134
+ "type": "string",
38135
+ "minLength": 1,
38136
+ "maxLength": 128
38137
+ },
38138
+ "evaluatorId": {
38139
+ "type": "string",
38140
+ "minLength": 1,
38141
+ "maxLength": 128
38142
+ },
38143
+ "status": {
38144
+ "type": "string",
38145
+ "const": "skipped"
38146
+ }
38147
+ },
38148
+ "additionalProperties": false
38149
+ },
38150
+ {
38151
+ "type": "object",
38152
+ "required": [
38153
+ "pluginId",
38154
+ "evaluatorId",
38155
+ "status",
38156
+ "error"
38157
+ ],
38158
+ "properties": {
38159
+ "pluginId": {
38160
+ "type": "string",
38161
+ "minLength": 1,
38162
+ "maxLength": 128
38163
+ },
38164
+ "pluginVersion": {
38165
+ "type": "string",
38166
+ "minLength": 1,
38167
+ "maxLength": 128
38168
+ },
38169
+ "evaluatorId": {
38170
+ "type": "string",
38171
+ "minLength": 1,
38172
+ "maxLength": 128
38173
+ },
38174
+ "status": {
38175
+ "type": "string",
38176
+ "const": "error"
38177
+ },
38178
+ "error": {
38179
+ "type": "string",
38180
+ "minLength": 1,
38181
+ "maxLength": 2000
38182
+ }
38183
+ },
38184
+ "additionalProperties": false
38185
+ }
38186
+ ]
38187
+ },
38188
+ "maxItems": 64
38189
+ }
38190
+ },
38191
+ "additionalProperties": false
38192
+ }
38193
+ },
38194
+ "additionalProperties": false
38195
+ },
38196
+ "evaluation": {
38197
+ "type": "object",
38198
+ "required": [
38199
+ "id",
38200
+ "proposedVersion",
38201
+ "revisionHash",
38202
+ "trigger",
38203
+ "startedAt",
38204
+ "completedAt",
38205
+ "outcomes"
38206
+ ],
38207
+ "properties": {
38208
+ "id": {
38209
+ "type": "string",
38210
+ "minLength": 1
38211
+ },
38212
+ "proposedVersion": {
38213
+ "type": "string",
38214
+ "minLength": 1
38215
+ },
38216
+ "revisionHash": {
38217
+ "type": "string",
38218
+ "minLength": 64,
38219
+ "maxLength": 64,
38220
+ "pattern": "^[a-fA-F0-9]{64}$"
38221
+ },
38222
+ "trigger": {
38223
+ "anyOf": [
38224
+ {
38225
+ "type": "string",
38226
+ "const": "manual"
38227
+ },
38228
+ {
38229
+ "type": "string",
38230
+ "const": "apply"
38231
+ }
38232
+ ]
38233
+ },
38234
+ "startedAt": {
38235
+ "type": "string",
38236
+ "minLength": 1
38237
+ },
38238
+ "completedAt": {
38239
+ "type": "string",
38240
+ "minLength": 1
38241
+ },
38242
+ "correlationId": {
38243
+ "type": "string",
38244
+ "minLength": 1
38245
+ },
38246
+ "targetTreeSha256": {
38247
+ "type": "string",
38248
+ "minLength": 64,
38249
+ "maxLength": 64,
38250
+ "pattern": "^[a-fA-F0-9]{64}$"
38251
+ },
38252
+ "outcomes": {
38253
+ "type": "array",
38254
+ "items": {
38255
+ "anyOf": [
38256
+ {
38257
+ "type": "object",
38258
+ "required": [
38259
+ "pluginId",
38260
+ "evaluatorId",
38261
+ "status",
38262
+ "result"
38263
+ ],
38264
+ "properties": {
38265
+ "pluginId": {
38266
+ "type": "string",
38267
+ "minLength": 1,
38268
+ "maxLength": 128
38269
+ },
38270
+ "pluginVersion": {
38271
+ "type": "string",
38272
+ "minLength": 1,
38273
+ "maxLength": 128
38274
+ },
38275
+ "evaluatorId": {
38276
+ "type": "string",
38277
+ "minLength": 1,
38278
+ "maxLength": 128
38279
+ },
38280
+ "status": {
38281
+ "type": "string",
38282
+ "const": "completed"
38283
+ },
38284
+ "result": {
38285
+ "type": "object",
38286
+ "properties": {
38287
+ "summary": {
38288
+ "type": "string",
38289
+ "maxLength": 8000
38290
+ },
38291
+ "findings": {
38292
+ "type": "array",
38293
+ "items": {
38294
+ "type": "object",
38295
+ "required": [
38296
+ "ruleId",
38297
+ "severity",
38298
+ "message"
38299
+ ],
38300
+ "properties": {
38301
+ "ruleId": {
38302
+ "type": "string",
38303
+ "minLength": 1,
38304
+ "maxLength": 256
38305
+ },
38306
+ "severity": {
38307
+ "anyOf": [
38308
+ {
38309
+ "type": "string",
38310
+ "const": "info"
38311
+ },
38312
+ {
38313
+ "type": "string",
38314
+ "const": "warn"
38315
+ },
38316
+ {
38317
+ "type": "string",
38318
+ "const": "critical"
38319
+ }
38320
+ ]
38321
+ },
38322
+ "message": {
38323
+ "type": "string",
38324
+ "minLength": 1,
38325
+ "maxLength": 4000
38326
+ },
38327
+ "file": {
38328
+ "type": "string",
38329
+ "minLength": 1,
38330
+ "maxLength": 1024
38331
+ },
38332
+ "line": {
38333
+ "type": "integer",
38334
+ "minimum": 1
38335
+ }
38336
+ },
38337
+ "additionalProperties": false
38338
+ },
38339
+ "maxItems": 200
38340
+ },
38341
+ "metrics": {
38342
+ "type": "object",
38343
+ "patternProperties": {
38344
+ "^.*$": {
38345
+ "anyOf": [
38346
+ {
38347
+ "type": "string",
38348
+ "maxLength": 4000
38349
+ },
38350
+ {
38351
+ "type": "number"
38352
+ },
38353
+ {
38354
+ "type": "boolean"
38355
+ }
38356
+ ]
38357
+ }
38358
+ },
38359
+ "maxProperties": 64,
38360
+ "propertyNames": {
38361
+ "type": "string",
38362
+ "minLength": 1,
38363
+ "maxLength": 128
38364
+ }
38365
+ },
38366
+ "evaluatorVersion": {
38367
+ "type": "string",
38368
+ "minLength": 1,
38369
+ "maxLength": 128
38370
+ },
38371
+ "mode": {
38372
+ "type": "string",
38373
+ "minLength": 1,
38374
+ "maxLength": 128
38375
+ },
38376
+ "decision": {
38377
+ "anyOf": [
38378
+ {
38379
+ "type": "string",
38380
+ "const": "pass"
38381
+ },
38382
+ {
38383
+ "type": "string",
38384
+ "const": "revise"
38385
+ },
38386
+ {
38387
+ "type": "string",
38388
+ "const": "block"
38389
+ }
38390
+ ]
38391
+ },
38392
+ "decisionReason": {
38393
+ "type": "string",
38394
+ "maxLength": 2000
38395
+ }
38396
+ },
38397
+ "additionalProperties": false
38398
+ }
38399
+ },
38400
+ "additionalProperties": false
38401
+ },
38402
+ {
38403
+ "type": "object",
38404
+ "required": [
38405
+ "pluginId",
38406
+ "evaluatorId",
38407
+ "status"
38408
+ ],
38409
+ "properties": {
38410
+ "pluginId": {
38411
+ "type": "string",
38412
+ "minLength": 1,
38413
+ "maxLength": 128
38414
+ },
38415
+ "pluginVersion": {
38416
+ "type": "string",
38417
+ "minLength": 1,
38418
+ "maxLength": 128
38419
+ },
38420
+ "evaluatorId": {
38421
+ "type": "string",
38422
+ "minLength": 1,
38423
+ "maxLength": 128
38424
+ },
38425
+ "status": {
38426
+ "type": "string",
38427
+ "const": "skipped"
38428
+ }
38429
+ },
38430
+ "additionalProperties": false
38431
+ },
38432
+ {
38433
+ "type": "object",
38434
+ "required": [
38435
+ "pluginId",
38436
+ "evaluatorId",
38437
+ "status",
38438
+ "error"
38439
+ ],
38440
+ "properties": {
38441
+ "pluginId": {
38442
+ "type": "string",
38443
+ "minLength": 1,
38444
+ "maxLength": 128
38445
+ },
38446
+ "pluginVersion": {
38447
+ "type": "string",
38448
+ "minLength": 1,
38449
+ "maxLength": 128
38450
+ },
38451
+ "evaluatorId": {
38452
+ "type": "string",
38453
+ "minLength": 1,
38454
+ "maxLength": 128
38455
+ },
38456
+ "status": {
38457
+ "type": "string",
38458
+ "const": "error"
38459
+ },
38460
+ "error": {
38461
+ "type": "string",
38462
+ "minLength": 1,
38463
+ "maxLength": 2000
38464
+ }
38465
+ },
38466
+ "additionalProperties": false
38467
+ }
38468
+ ]
38469
+ },
38470
+ "maxItems": 64
38471
+ }
38472
+ },
38473
+ "additionalProperties": false
38474
+ }
38475
+ },
38476
+ "additionalProperties": false
38477
+ },
38478
+ "SkillsProposalEventsListParams": {
38479
+ "type": "object",
38480
+ "properties": {
38481
+ "agentId": {
38482
+ "type": "string",
38483
+ "minLength": 1
38484
+ },
38485
+ "proposalId": {
38486
+ "type": "string",
38487
+ "minLength": 1
38488
+ },
38489
+ "afterSequence": {
38490
+ "type": "integer",
38491
+ "minimum": 0
38492
+ },
38493
+ "limit": {
38494
+ "type": "integer",
38495
+ "minimum": 1,
38496
+ "maximum": 200
38497
+ }
38498
+ },
38499
+ "additionalProperties": false
38500
+ },
38501
+ "SkillsProposalEventsListResult": {
38502
+ "type": "object",
38503
+ "required": [
38504
+ "events"
38505
+ ],
38506
+ "properties": {
38507
+ "events": {
38508
+ "type": "array",
38509
+ "items": {
38510
+ "type": "object",
38511
+ "required": [
38512
+ "sequence",
38513
+ "eventId",
38514
+ "proposalId",
38515
+ "proposedVersion",
38516
+ "revisionHash",
38517
+ "type",
38518
+ "occurredAt",
38519
+ "actor"
38520
+ ],
38521
+ "properties": {
38522
+ "sequence": {
38523
+ "type": "integer",
38524
+ "minimum": 1
38525
+ },
38526
+ "eventId": {
38527
+ "type": "string",
38528
+ "minLength": 1
38529
+ },
38530
+ "proposalId": {
38531
+ "type": "string",
38532
+ "minLength": 1
38533
+ },
38534
+ "proposedVersion": {
38535
+ "type": "string",
38536
+ "minLength": 1
38537
+ },
38538
+ "revisionHash": {
38539
+ "type": "string",
38540
+ "minLength": 64,
38541
+ "maxLength": 64,
38542
+ "pattern": "^[a-fA-F0-9]{64}$"
38543
+ },
38544
+ "type": {
38545
+ "anyOf": [
38546
+ {
38547
+ "type": "string",
38548
+ "const": "created"
38549
+ },
38550
+ {
38551
+ "type": "string",
38552
+ "const": "revised"
38553
+ },
38554
+ {
38555
+ "type": "string",
38556
+ "const": "evaluation_completed"
38557
+ },
38558
+ {
38559
+ "type": "string",
38560
+ "const": "applied"
38561
+ },
38562
+ {
38563
+ "type": "string",
38564
+ "const": "rejected"
38565
+ },
38566
+ {
38567
+ "type": "string",
38568
+ "const": "quarantined"
38569
+ },
38570
+ {
38571
+ "type": "string",
38572
+ "const": "stale"
38573
+ }
38574
+ ]
38575
+ },
38576
+ "occurredAt": {
38577
+ "type": "string",
38578
+ "minLength": 1
38579
+ },
38580
+ "actor": {
38581
+ "type": "object",
38582
+ "required": [
38583
+ "type"
38584
+ ],
38585
+ "properties": {
38586
+ "type": {
38587
+ "anyOf": [
38588
+ {
38589
+ "type": "string",
38590
+ "const": "agent"
38591
+ },
38592
+ {
38593
+ "type": "string",
38594
+ "const": "gateway"
38595
+ },
38596
+ {
38597
+ "type": "string",
38598
+ "const": "plugin"
38599
+ },
38600
+ {
38601
+ "type": "string",
38602
+ "const": "system"
38603
+ }
38604
+ ]
38605
+ },
38606
+ "id": {
38607
+ "type": "string",
38608
+ "minLength": 1
38609
+ }
38610
+ },
38611
+ "additionalProperties": false
38612
+ },
38613
+ "correlationId": {
38614
+ "type": "string",
38615
+ "minLength": 1
38616
+ },
38617
+ "payload": {
38618
+ "type": "object",
38619
+ "patternProperties": {
38620
+ "^.*$": {
38621
+ "anyOf": [
38622
+ {
38623
+ "type": "string",
38624
+ "maxLength": 4000
38625
+ },
38626
+ {
38627
+ "type": "number"
38628
+ },
38629
+ {
38630
+ "type": "boolean"
38631
+ },
38632
+ {
38633
+ "type": "null"
38634
+ }
38635
+ ]
38636
+ }
38637
+ },
38638
+ "maxProperties": 32,
38639
+ "propertyNames": {
38640
+ "type": "string",
38641
+ "minLength": 1,
38642
+ "maxLength": 80
38643
+ }
38644
+ },
38645
+ "evaluation": {
38646
+ "type": "object",
38647
+ "required": [
38648
+ "id",
38649
+ "proposedVersion",
38650
+ "revisionHash",
38651
+ "trigger",
38652
+ "startedAt",
38653
+ "completedAt",
38654
+ "outcomes"
38655
+ ],
38656
+ "properties": {
38657
+ "id": {
38658
+ "type": "string",
38659
+ "minLength": 1
38660
+ },
38661
+ "proposedVersion": {
38662
+ "type": "string",
38663
+ "minLength": 1
38664
+ },
38665
+ "revisionHash": {
38666
+ "type": "string",
38667
+ "minLength": 64,
38668
+ "maxLength": 64,
38669
+ "pattern": "^[a-fA-F0-9]{64}$"
38670
+ },
38671
+ "trigger": {
38672
+ "anyOf": [
38673
+ {
38674
+ "type": "string",
38675
+ "const": "manual"
38676
+ },
38677
+ {
38678
+ "type": "string",
38679
+ "const": "apply"
38680
+ }
38681
+ ]
38682
+ },
38683
+ "startedAt": {
38684
+ "type": "string",
38685
+ "minLength": 1
38686
+ },
38687
+ "completedAt": {
38688
+ "type": "string",
38689
+ "minLength": 1
38690
+ },
38691
+ "correlationId": {
38692
+ "type": "string",
38693
+ "minLength": 1
38694
+ },
38695
+ "targetTreeSha256": {
38696
+ "type": "string",
38697
+ "minLength": 64,
38698
+ "maxLength": 64,
38699
+ "pattern": "^[a-fA-F0-9]{64}$"
38700
+ },
38701
+ "outcomes": {
38702
+ "type": "array",
38703
+ "items": {
38704
+ "anyOf": [
38705
+ {
38706
+ "type": "object",
38707
+ "required": [
38708
+ "pluginId",
38709
+ "evaluatorId",
38710
+ "status",
38711
+ "result"
38712
+ ],
38713
+ "properties": {
38714
+ "pluginId": {
38715
+ "type": "string",
38716
+ "minLength": 1,
38717
+ "maxLength": 128
38718
+ },
38719
+ "pluginVersion": {
38720
+ "type": "string",
38721
+ "minLength": 1,
38722
+ "maxLength": 128
38723
+ },
38724
+ "evaluatorId": {
38725
+ "type": "string",
38726
+ "minLength": 1,
38727
+ "maxLength": 128
38728
+ },
38729
+ "status": {
38730
+ "type": "string",
38731
+ "const": "completed"
38732
+ },
38733
+ "result": {
38734
+ "type": "object",
38735
+ "properties": {
38736
+ "summary": {
38737
+ "type": "string",
38738
+ "maxLength": 8000
38739
+ },
38740
+ "findings": {
38741
+ "type": "array",
38742
+ "items": {
38743
+ "type": "object",
38744
+ "required": [
38745
+ "ruleId",
38746
+ "severity",
38747
+ "message"
38748
+ ],
38749
+ "properties": {
38750
+ "ruleId": {
38751
+ "type": "string",
38752
+ "minLength": 1,
38753
+ "maxLength": 256
38754
+ },
38755
+ "severity": {
38756
+ "anyOf": [
38757
+ {
38758
+ "type": "string",
38759
+ "const": "info"
38760
+ },
38761
+ {
38762
+ "type": "string",
38763
+ "const": "warn"
38764
+ },
38765
+ {
38766
+ "type": "string",
38767
+ "const": "critical"
38768
+ }
38769
+ ]
38770
+ },
38771
+ "message": {
38772
+ "type": "string",
38773
+ "minLength": 1,
38774
+ "maxLength": 4000
38775
+ },
38776
+ "file": {
38777
+ "type": "string",
38778
+ "minLength": 1,
38779
+ "maxLength": 1024
38780
+ },
38781
+ "line": {
38782
+ "type": "integer",
38783
+ "minimum": 1
38784
+ }
38785
+ },
38786
+ "additionalProperties": false
38787
+ },
38788
+ "maxItems": 200
38789
+ },
38790
+ "metrics": {
38791
+ "type": "object",
38792
+ "patternProperties": {
38793
+ "^.*$": {
38794
+ "anyOf": [
38795
+ {
38796
+ "type": "string",
38797
+ "maxLength": 4000
38798
+ },
38799
+ {
38800
+ "type": "number"
38801
+ },
38802
+ {
38803
+ "type": "boolean"
38804
+ }
38805
+ ]
38806
+ }
38807
+ },
38808
+ "maxProperties": 64,
38809
+ "propertyNames": {
38810
+ "type": "string",
38811
+ "minLength": 1,
38812
+ "maxLength": 128
38813
+ }
38814
+ },
38815
+ "evaluatorVersion": {
38816
+ "type": "string",
38817
+ "minLength": 1,
38818
+ "maxLength": 128
38819
+ },
38820
+ "mode": {
38821
+ "type": "string",
38822
+ "minLength": 1,
38823
+ "maxLength": 128
38824
+ },
38825
+ "decision": {
38826
+ "anyOf": [
38827
+ {
38828
+ "type": "string",
38829
+ "const": "pass"
38830
+ },
38831
+ {
38832
+ "type": "string",
38833
+ "const": "revise"
38834
+ },
38835
+ {
38836
+ "type": "string",
38837
+ "const": "block"
38838
+ }
38839
+ ]
38840
+ },
38841
+ "decisionReason": {
38842
+ "type": "string",
38843
+ "maxLength": 2000
38844
+ }
38845
+ },
38846
+ "additionalProperties": false
38847
+ }
38848
+ },
38849
+ "additionalProperties": false
38850
+ },
38851
+ {
38852
+ "type": "object",
38853
+ "required": [
38854
+ "pluginId",
38855
+ "evaluatorId",
38856
+ "status"
38857
+ ],
38858
+ "properties": {
38859
+ "pluginId": {
38860
+ "type": "string",
38861
+ "minLength": 1,
38862
+ "maxLength": 128
38863
+ },
38864
+ "pluginVersion": {
38865
+ "type": "string",
38866
+ "minLength": 1,
38867
+ "maxLength": 128
38868
+ },
38869
+ "evaluatorId": {
38870
+ "type": "string",
38871
+ "minLength": 1,
38872
+ "maxLength": 128
38873
+ },
38874
+ "status": {
38875
+ "type": "string",
38876
+ "const": "skipped"
38877
+ }
38878
+ },
38879
+ "additionalProperties": false
38880
+ },
38881
+ {
38882
+ "type": "object",
38883
+ "required": [
38884
+ "pluginId",
38885
+ "evaluatorId",
38886
+ "status",
38887
+ "error"
38888
+ ],
38889
+ "properties": {
38890
+ "pluginId": {
38891
+ "type": "string",
38892
+ "minLength": 1,
38893
+ "maxLength": 128
38894
+ },
38895
+ "pluginVersion": {
38896
+ "type": "string",
38897
+ "minLength": 1,
38898
+ "maxLength": 128
38899
+ },
38900
+ "evaluatorId": {
38901
+ "type": "string",
38902
+ "minLength": 1,
38903
+ "maxLength": 128
38904
+ },
38905
+ "status": {
38906
+ "type": "string",
38907
+ "const": "error"
38908
+ },
38909
+ "error": {
38910
+ "type": "string",
38911
+ "minLength": 1,
38912
+ "maxLength": 2000
38913
+ }
38914
+ },
38915
+ "additionalProperties": false
38916
+ }
38917
+ ]
38918
+ },
38919
+ "maxItems": 64
38920
+ }
38921
+ },
38922
+ "additionalProperties": false
38923
+ }
38924
+ },
38925
+ "additionalProperties": false
38926
+ },
38927
+ "maxItems": 200
38928
+ },
38929
+ "nextSequence": {
38930
+ "type": "integer",
38931
+ "minimum": 1
38932
+ }
38933
+ },
38934
+ "additionalProperties": false
38935
+ },
38936
+ "SkillsProposalHistoryStatusParams": {
38937
+ "type": "object",
38938
+ "properties": {
38939
+ "agentId": {
38940
+ "type": "string",
38941
+ "minLength": 1
38942
+ }
38943
+ },
38944
+ "additionalProperties": false
38945
+ },
38946
+ "SkillsProposalHistoryScanParams": {
38947
+ "type": "object",
38948
+ "properties": {
38949
+ "agentId": {
38950
+ "type": "string",
38951
+ "minLength": 1
38952
+ },
38953
+ "direction": {
38954
+ "anyOf": [
38955
+ {
38956
+ "type": "string",
38957
+ "const": "older"
38958
+ },
38959
+ {
38960
+ "type": "string",
38961
+ "const": "newer"
38962
+ }
38963
+ ]
38964
+ }
38965
+ },
38966
+ "additionalProperties": false
38967
+ },
38968
+ "SkillsProposalHistoryScanResult": {
38969
+ "type": "object",
38970
+ "required": [
38971
+ "schema",
38972
+ "hasScanned",
38973
+ "reviewedSessions",
38974
+ "ideasFound",
38975
+ "hasMore",
38976
+ "lastScanReviewed",
38977
+ "lastScanIdeas"
38978
+ ],
38979
+ "properties": {
38980
+ "schema": {
38981
+ "type": "string",
38982
+ "const": "openclaw.skill-workshop.history-scan.v1"
38983
+ },
38984
+ "hasScanned": {
38985
+ "type": "boolean"
38986
+ },
38987
+ "reviewedSessions": {
38988
+ "type": "integer",
38989
+ "minimum": 0
38990
+ },
38991
+ "ideasFound": {
38992
+ "type": "integer",
38993
+ "minimum": 0
38994
+ },
38995
+ "hasMore": {
38996
+ "type": "boolean"
38997
+ },
38998
+ "lastScanReviewed": {
38999
+ "type": "integer",
39000
+ "minimum": 0
39001
+ },
39002
+ "lastScanIdeas": {
39003
+ "type": "integer",
39004
+ "minimum": 0
39005
+ },
39006
+ "lastScanAt": {
39007
+ "type": "string",
39008
+ "minLength": 1
39009
+ },
39010
+ "oldestReviewedAt": {
39011
+ "type": "string",
39012
+ "minLength": 1
39013
+ },
39014
+ "newestReviewedAt": {
39015
+ "type": "string",
39016
+ "minLength": 1
39017
+ }
39018
+ },
39019
+ "additionalProperties": false
39020
+ },
39021
+ "SkillsProposalInspectParams": {
39022
+ "type": "object",
39023
+ "required": [
39024
+ "proposalId"
39025
+ ],
39026
+ "properties": {
39027
+ "agentId": {
39028
+ "type": "string",
39029
+ "minLength": 1
39030
+ },
39031
+ "proposalId": {
39032
+ "type": "string",
39033
+ "minLength": 1
39034
+ }
39035
+ },
39036
+ "additionalProperties": false
39037
+ },
39038
+ "SkillsProposalInspectResult": {
39039
+ "type": "object",
39040
+ "required": [
39041
+ "record",
39042
+ "content"
39043
+ ],
39044
+ "properties": {
39045
+ "record": {
39046
+ "type": "object",
39047
+ "required": [
39048
+ "schema",
39049
+ "id",
39050
+ "kind",
39051
+ "status",
39052
+ "title",
39053
+ "description",
39054
+ "createdAt",
39055
+ "updatedAt",
39056
+ "createdBy",
39057
+ "proposedVersion",
39058
+ "draftFile",
39059
+ "draftHash",
39060
+ "target",
39061
+ "scan"
39062
+ ],
39063
+ "properties": {
39064
+ "schema": {
39065
+ "type": "string",
39066
+ "const": "openclaw.skill-workshop.proposal.v1"
39067
+ },
39068
+ "id": {
39069
+ "type": "string",
39070
+ "minLength": 1
39071
+ },
39072
+ "kind": {
39073
+ "anyOf": [
39074
+ {
39075
+ "type": "string",
39076
+ "const": "create"
39077
+ },
39078
+ {
39079
+ "type": "string",
39080
+ "const": "update"
39081
+ }
39082
+ ]
39083
+ },
39084
+ "status": {
39085
+ "anyOf": [
39086
+ {
39087
+ "type": "string",
39088
+ "const": "pending"
39089
+ },
39090
+ {
39091
+ "type": "string",
39092
+ "const": "applied"
39093
+ },
39094
+ {
39095
+ "type": "string",
39096
+ "const": "rejected"
39097
+ },
39098
+ {
39099
+ "type": "string",
39100
+ "const": "quarantined"
39101
+ },
39102
+ {
39103
+ "type": "string",
39104
+ "const": "stale"
39105
+ }
39106
+ ]
39107
+ },
39108
+ "title": {
39109
+ "type": "string",
39110
+ "minLength": 1
39111
+ },
39112
+ "description": {
39113
+ "type": "string",
39114
+ "minLength": 1
39115
+ },
39116
+ "createdAt": {
39117
+ "type": "string",
39118
+ "minLength": 1
39119
+ },
39120
+ "updatedAt": {
39121
+ "type": "string",
39122
+ "minLength": 1
39123
+ },
39124
+ "createdBy": {
39125
+ "anyOf": [
39126
+ {
39127
+ "type": "string",
39128
+ "const": "skill-workshop"
39129
+ },
39130
+ {
39131
+ "type": "string",
39132
+ "const": "cli"
39133
+ },
39134
+ {
39135
+ "type": "string",
39136
+ "const": "gateway"
39137
+ }
39138
+ ]
39139
+ },
39140
+ "origin": {
39141
+ "type": "object",
39142
+ "properties": {
39143
+ "agentId": {
39144
+ "type": "string",
39145
+ "minLength": 1
39146
+ },
39147
+ "sessionKey": {
39148
+ "type": "string",
39149
+ "minLength": 1
39150
+ },
39151
+ "runId": {
39152
+ "type": "string",
39153
+ "minLength": 1
39154
+ },
39155
+ "messageId": {
39156
+ "type": "string",
39157
+ "minLength": 1
39158
+ }
39159
+ },
39160
+ "additionalProperties": false
39161
+ },
39162
+ "proposedVersion": {
39163
+ "type": "string",
39164
+ "minLength": 1
39165
+ },
39166
+ "draftFile": {
39167
+ "type": "string",
39168
+ "const": "PROPOSAL.md"
39169
+ },
39170
+ "draftHash": {
39171
+ "type": "string",
39172
+ "minLength": 1
39173
+ },
39174
+ "supportFiles": {
39175
+ "type": "array",
39176
+ "items": {
39177
+ "type": "object",
39178
+ "required": [
39179
+ "path",
39180
+ "sizeBytes",
39181
+ "hash"
39182
+ ],
39183
+ "properties": {
39184
+ "path": {
39185
+ "type": "string",
39186
+ "minLength": 1
39187
+ },
39188
+ "sizeBytes": {
39189
+ "type": "integer",
39190
+ "minimum": 0,
39191
+ "maximum": 262144
39192
+ },
39193
+ "hash": {
39194
+ "type": "string",
39195
+ "minLength": 64,
39196
+ "maxLength": 64,
39197
+ "pattern": "^[a-fA-F0-9]{64}$"
39198
+ },
39199
+ "targetExisted": {
39200
+ "type": "boolean"
39201
+ },
39202
+ "targetContentHash": {
39203
+ "type": "string",
39204
+ "minLength": 64,
39205
+ "maxLength": 64,
39206
+ "pattern": "^[a-fA-F0-9]{64}$"
39207
+ }
39208
+ },
39209
+ "additionalProperties": false
39210
+ },
39211
+ "maxItems": 64
39212
+ },
39213
+ "target": {
39214
+ "type": "object",
39215
+ "required": [
39216
+ "skillName",
39217
+ "skillKey",
39218
+ "skillDir",
39219
+ "skillFile"
39220
+ ],
39221
+ "properties": {
39222
+ "skillName": {
39223
+ "type": "string",
39224
+ "minLength": 1
39225
+ },
39226
+ "skillKey": {
39227
+ "type": "string",
39228
+ "minLength": 1
39229
+ },
39230
+ "skillDir": {
39231
+ "type": "string",
39232
+ "minLength": 1
39233
+ },
39234
+ "skillFile": {
39235
+ "type": "string",
39236
+ "minLength": 1
39237
+ },
39238
+ "source": {
39239
+ "type": "string",
39240
+ "minLength": 1
39241
+ },
39242
+ "currentContentHash": {
39243
+ "type": "string",
39244
+ "minLength": 1
39245
+ }
39246
+ },
39247
+ "additionalProperties": false
39248
+ },
39249
+ "scan": {
39250
+ "type": "object",
39251
+ "required": [
39252
+ "state",
39253
+ "scannedAt",
39254
+ "critical",
39255
+ "warn",
39256
+ "info",
39257
+ "findings"
39258
+ ],
39259
+ "properties": {
39260
+ "state": {
39261
+ "anyOf": [
39262
+ {
39263
+ "type": "string",
39264
+ "const": "pending"
39265
+ },
39266
+ {
39267
+ "type": "string",
39268
+ "const": "clean"
39269
+ },
39270
+ {
39271
+ "type": "string",
39272
+ "const": "failed"
39273
+ },
39274
+ {
39275
+ "type": "string",
39276
+ "const": "quarantined"
39277
+ }
39278
+ ]
39279
+ },
39280
+ "scannedAt": {
39281
+ "type": "string",
39282
+ "minLength": 1
39283
+ },
39284
+ "critical": {
39285
+ "type": "integer",
39286
+ "minimum": 0
39287
+ },
39288
+ "warn": {
39289
+ "type": "integer",
39290
+ "minimum": 0
39291
+ },
39292
+ "info": {
39293
+ "type": "integer",
39294
+ "minimum": 0
39295
+ },
39296
+ "findings": {
39297
+ "type": "array",
39298
+ "items": {
39299
+ "type": "object",
39300
+ "required": [
39301
+ "ruleId",
39302
+ "severity",
39303
+ "file",
39304
+ "line",
39305
+ "message",
39306
+ "evidence"
39307
+ ],
39308
+ "properties": {
39309
+ "ruleId": {
39310
+ "type": "string",
39311
+ "minLength": 1
39312
+ },
39313
+ "severity": {
39314
+ "anyOf": [
39315
+ {
39316
+ "type": "string",
39317
+ "const": "info"
39318
+ },
39319
+ {
39320
+ "type": "string",
39321
+ "const": "warn"
39322
+ },
39323
+ {
39324
+ "type": "string",
39325
+ "const": "critical"
39326
+ }
39327
+ ]
39328
+ },
39329
+ "file": {
39330
+ "type": "string",
39331
+ "minLength": 1
39332
+ },
39333
+ "line": {
39334
+ "type": "integer",
39335
+ "minimum": 1
39336
+ },
39337
+ "message": {
39338
+ "type": "string",
39339
+ "minLength": 1
39340
+ },
39341
+ "evidence": {
39342
+ "type": "string"
39343
+ }
39344
+ },
39345
+ "additionalProperties": false
39346
+ }
39347
+ }
39348
+ },
39349
+ "additionalProperties": false
39350
+ },
39351
+ "goal": {
39352
+ "type": "string"
39353
+ },
39354
+ "evidence": {
39355
+ "type": "string"
39356
+ },
39357
+ "appliedAt": {
39358
+ "type": "string",
39359
+ "minLength": 1
39360
+ },
39361
+ "rejectedAt": {
39362
+ "type": "string",
39363
+ "minLength": 1
39364
+ },
39365
+ "quarantinedAt": {
39366
+ "type": "string",
39367
+ "minLength": 1
39368
+ },
39369
+ "staleAt": {
39370
+ "type": "string",
39371
+ "minLength": 1
39372
+ },
39373
+ "statusReason": {
39374
+ "type": "string"
39375
+ },
39376
+ "evaluation": {
39377
+ "type": "object",
39378
+ "required": [
39379
+ "id",
39380
+ "proposedVersion",
39381
+ "revisionHash",
39382
+ "trigger",
39383
+ "startedAt",
39384
+ "completedAt",
39385
+ "outcomes"
39386
+ ],
39387
+ "properties": {
39388
+ "id": {
39389
+ "type": "string",
39390
+ "minLength": 1
39391
+ },
39392
+ "proposedVersion": {
39393
+ "type": "string",
39394
+ "minLength": 1
39395
+ },
39396
+ "revisionHash": {
39397
+ "type": "string",
39398
+ "minLength": 64,
39399
+ "maxLength": 64,
39400
+ "pattern": "^[a-fA-F0-9]{64}$"
39401
+ },
39402
+ "trigger": {
39403
+ "anyOf": [
39404
+ {
39405
+ "type": "string",
39406
+ "const": "manual"
39407
+ },
39408
+ {
39409
+ "type": "string",
39410
+ "const": "apply"
39411
+ }
39412
+ ]
39413
+ },
39414
+ "startedAt": {
39415
+ "type": "string",
39416
+ "minLength": 1
39417
+ },
39418
+ "completedAt": {
39419
+ "type": "string",
39420
+ "minLength": 1
39421
+ },
39422
+ "correlationId": {
39423
+ "type": "string",
39424
+ "minLength": 1
39425
+ },
39426
+ "targetTreeSha256": {
39427
+ "type": "string",
39428
+ "minLength": 64,
39429
+ "maxLength": 64,
39430
+ "pattern": "^[a-fA-F0-9]{64}$"
39431
+ },
39432
+ "outcomes": {
39433
+ "type": "array",
39434
+ "items": {
39435
+ "anyOf": [
39436
+ {
39437
+ "type": "object",
39438
+ "required": [
39439
+ "pluginId",
39440
+ "evaluatorId",
39441
+ "status",
39442
+ "result"
39443
+ ],
39444
+ "properties": {
39445
+ "pluginId": {
39446
+ "type": "string",
39447
+ "minLength": 1,
39448
+ "maxLength": 128
39449
+ },
39450
+ "pluginVersion": {
39451
+ "type": "string",
39452
+ "minLength": 1,
39453
+ "maxLength": 128
39454
+ },
39455
+ "evaluatorId": {
39456
+ "type": "string",
39457
+ "minLength": 1,
39458
+ "maxLength": 128
39459
+ },
39460
+ "status": {
39461
+ "type": "string",
39462
+ "const": "completed"
39463
+ },
39464
+ "result": {
39465
+ "type": "object",
39466
+ "properties": {
39467
+ "summary": {
39468
+ "type": "string",
39469
+ "maxLength": 8000
39470
+ },
39471
+ "findings": {
39472
+ "type": "array",
39473
+ "items": {
39474
+ "type": "object",
39475
+ "required": [
39476
+ "ruleId",
39477
+ "severity",
39478
+ "message"
39479
+ ],
39480
+ "properties": {
39481
+ "ruleId": {
39482
+ "type": "string",
39483
+ "minLength": 1,
39484
+ "maxLength": 256
39485
+ },
39486
+ "severity": {
39487
+ "anyOf": [
39488
+ {
39489
+ "type": "string",
39490
+ "const": "info"
39491
+ },
39492
+ {
39493
+ "type": "string",
39494
+ "const": "warn"
39495
+ },
39496
+ {
39497
+ "type": "string",
39498
+ "const": "critical"
39499
+ }
39500
+ ]
39501
+ },
39502
+ "message": {
39503
+ "type": "string",
39504
+ "minLength": 1,
39505
+ "maxLength": 4000
39506
+ },
39507
+ "file": {
39508
+ "type": "string",
39509
+ "minLength": 1,
39510
+ "maxLength": 1024
39511
+ },
39512
+ "line": {
39513
+ "type": "integer",
39514
+ "minimum": 1
39515
+ }
39516
+ },
39517
+ "additionalProperties": false
39518
+ },
39519
+ "maxItems": 200
39520
+ },
39521
+ "metrics": {
39522
+ "type": "object",
39523
+ "patternProperties": {
39524
+ "^.*$": {
39525
+ "anyOf": [
39526
+ {
39527
+ "type": "string",
39528
+ "maxLength": 4000
39529
+ },
39530
+ {
39531
+ "type": "number"
39532
+ },
39533
+ {
39534
+ "type": "boolean"
39535
+ }
39536
+ ]
39537
+ }
39538
+ },
39539
+ "maxProperties": 64,
39540
+ "propertyNames": {
39541
+ "type": "string",
39542
+ "minLength": 1,
39543
+ "maxLength": 128
39544
+ }
39545
+ },
39546
+ "evaluatorVersion": {
39547
+ "type": "string",
39548
+ "minLength": 1,
39549
+ "maxLength": 128
39550
+ },
39551
+ "mode": {
39552
+ "type": "string",
39553
+ "minLength": 1,
39554
+ "maxLength": 128
39555
+ },
39556
+ "decision": {
39557
+ "anyOf": [
39558
+ {
39559
+ "type": "string",
39560
+ "const": "pass"
39561
+ },
39562
+ {
39563
+ "type": "string",
39564
+ "const": "revise"
39565
+ },
39566
+ {
39567
+ "type": "string",
39568
+ "const": "block"
39569
+ }
39570
+ ]
39571
+ },
39572
+ "decisionReason": {
39573
+ "type": "string",
39574
+ "maxLength": 2000
39575
+ }
39576
+ },
39577
+ "additionalProperties": false
39578
+ }
39579
+ },
39580
+ "additionalProperties": false
39581
+ },
39582
+ {
39583
+ "type": "object",
39584
+ "required": [
39585
+ "pluginId",
39586
+ "evaluatorId",
39587
+ "status"
39588
+ ],
39589
+ "properties": {
39590
+ "pluginId": {
39591
+ "type": "string",
39592
+ "minLength": 1,
39593
+ "maxLength": 128
39594
+ },
39595
+ "pluginVersion": {
39596
+ "type": "string",
39597
+ "minLength": 1,
39598
+ "maxLength": 128
39599
+ },
39600
+ "evaluatorId": {
39601
+ "type": "string",
39602
+ "minLength": 1,
39603
+ "maxLength": 128
39604
+ },
39605
+ "status": {
39606
+ "type": "string",
39607
+ "const": "skipped"
39608
+ }
39609
+ },
39610
+ "additionalProperties": false
39611
+ },
39612
+ {
39613
+ "type": "object",
39614
+ "required": [
39615
+ "pluginId",
39616
+ "evaluatorId",
39617
+ "status",
39618
+ "error"
39619
+ ],
39620
+ "properties": {
39621
+ "pluginId": {
39622
+ "type": "string",
39623
+ "minLength": 1,
39624
+ "maxLength": 128
39625
+ },
39626
+ "pluginVersion": {
39627
+ "type": "string",
39628
+ "minLength": 1,
39629
+ "maxLength": 128
39630
+ },
39631
+ "evaluatorId": {
39632
+ "type": "string",
39633
+ "minLength": 1,
39634
+ "maxLength": 128
39635
+ },
39636
+ "status": {
39637
+ "type": "string",
39638
+ "const": "error"
39639
+ },
39640
+ "error": {
39641
+ "type": "string",
39642
+ "minLength": 1,
39643
+ "maxLength": 2000
39644
+ }
39645
+ },
39646
+ "additionalProperties": false
39647
+ }
39648
+ ]
39649
+ },
39650
+ "maxItems": 64
39651
+ }
39652
+ },
39653
+ "additionalProperties": false
37450
39654
  }
37451
39655
  },
37452
39656
  "additionalProperties": false
37453
39657
  },
39658
+ "revisionHash": {
39659
+ "type": "string",
39660
+ "minLength": 64,
39661
+ "maxLength": 64,
39662
+ "pattern": "^[a-fA-F0-9]{64}$"
39663
+ },
37454
39664
  "content": {
37455
39665
  "type": "string"
37456
39666
  },
@@ -37593,8 +39803,7 @@
37593
39803
  "SkillsProposalReviseParams": {
37594
39804
  "type": "object",
37595
39805
  "required": [
37596
- "proposalId",
37597
- "content"
39806
+ "proposalId"
37598
39807
  ],
37599
39808
  "properties": {
37600
39809
  "agentId": {
@@ -37605,6 +39814,17 @@
37605
39814
  "type": "string",
37606
39815
  "minLength": 1
37607
39816
  },
39817
+ "expectedRevisionHash": {
39818
+ "type": "string",
39819
+ "minLength": 64,
39820
+ "maxLength": 64,
39821
+ "pattern": "^[a-fA-F0-9]{64}$"
39822
+ },
39823
+ "correlationId": {
39824
+ "type": "string",
39825
+ "minLength": 1,
39826
+ "maxLength": 256
39827
+ },
37608
39828
  "content": {
37609
39829
  "type": "string",
37610
39830
  "minLength": 1,
@@ -37666,6 +39886,12 @@
37666
39886
  "type": "string",
37667
39887
  "minLength": 1
37668
39888
  },
39889
+ "expectedRevisionHash": {
39890
+ "type": "string",
39891
+ "minLength": 64,
39892
+ "maxLength": 64,
39893
+ "pattern": "^[a-fA-F0-9]{64}$"
39894
+ },
37669
39895
  "instructions": {
37670
39896
  "type": "string",
37671
39897
  "minLength": 1,
@@ -37738,6 +39964,17 @@
37738
39964
  "type": "string",
37739
39965
  "minLength": 1
37740
39966
  },
39967
+ "expectedRevisionHash": {
39968
+ "type": "string",
39969
+ "minLength": 64,
39970
+ "maxLength": 64,
39971
+ "pattern": "^[a-fA-F0-9]{64}$"
39972
+ },
39973
+ "correlationId": {
39974
+ "type": "string",
39975
+ "minLength": 1,
39976
+ "maxLength": 256
39977
+ },
37741
39978
  "reason": {
37742
39979
  "type": "string"
37743
39980
  }
@@ -38081,6 +40318,285 @@
38081
40318
  },
38082
40319
  "statusReason": {
38083
40320
  "type": "string"
40321
+ },
40322
+ "evaluation": {
40323
+ "type": "object",
40324
+ "required": [
40325
+ "id",
40326
+ "proposedVersion",
40327
+ "revisionHash",
40328
+ "trigger",
40329
+ "startedAt",
40330
+ "completedAt",
40331
+ "outcomes"
40332
+ ],
40333
+ "properties": {
40334
+ "id": {
40335
+ "type": "string",
40336
+ "minLength": 1
40337
+ },
40338
+ "proposedVersion": {
40339
+ "type": "string",
40340
+ "minLength": 1
40341
+ },
40342
+ "revisionHash": {
40343
+ "type": "string",
40344
+ "minLength": 64,
40345
+ "maxLength": 64,
40346
+ "pattern": "^[a-fA-F0-9]{64}$"
40347
+ },
40348
+ "trigger": {
40349
+ "anyOf": [
40350
+ {
40351
+ "type": "string",
40352
+ "const": "manual"
40353
+ },
40354
+ {
40355
+ "type": "string",
40356
+ "const": "apply"
40357
+ }
40358
+ ]
40359
+ },
40360
+ "startedAt": {
40361
+ "type": "string",
40362
+ "minLength": 1
40363
+ },
40364
+ "completedAt": {
40365
+ "type": "string",
40366
+ "minLength": 1
40367
+ },
40368
+ "correlationId": {
40369
+ "type": "string",
40370
+ "minLength": 1
40371
+ },
40372
+ "targetTreeSha256": {
40373
+ "type": "string",
40374
+ "minLength": 64,
40375
+ "maxLength": 64,
40376
+ "pattern": "^[a-fA-F0-9]{64}$"
40377
+ },
40378
+ "outcomes": {
40379
+ "type": "array",
40380
+ "items": {
40381
+ "anyOf": [
40382
+ {
40383
+ "type": "object",
40384
+ "required": [
40385
+ "pluginId",
40386
+ "evaluatorId",
40387
+ "status",
40388
+ "result"
40389
+ ],
40390
+ "properties": {
40391
+ "pluginId": {
40392
+ "type": "string",
40393
+ "minLength": 1,
40394
+ "maxLength": 128
40395
+ },
40396
+ "pluginVersion": {
40397
+ "type": "string",
40398
+ "minLength": 1,
40399
+ "maxLength": 128
40400
+ },
40401
+ "evaluatorId": {
40402
+ "type": "string",
40403
+ "minLength": 1,
40404
+ "maxLength": 128
40405
+ },
40406
+ "status": {
40407
+ "type": "string",
40408
+ "const": "completed"
40409
+ },
40410
+ "result": {
40411
+ "type": "object",
40412
+ "properties": {
40413
+ "summary": {
40414
+ "type": "string",
40415
+ "maxLength": 8000
40416
+ },
40417
+ "findings": {
40418
+ "type": "array",
40419
+ "items": {
40420
+ "type": "object",
40421
+ "required": [
40422
+ "ruleId",
40423
+ "severity",
40424
+ "message"
40425
+ ],
40426
+ "properties": {
40427
+ "ruleId": {
40428
+ "type": "string",
40429
+ "minLength": 1,
40430
+ "maxLength": 256
40431
+ },
40432
+ "severity": {
40433
+ "anyOf": [
40434
+ {
40435
+ "type": "string",
40436
+ "const": "info"
40437
+ },
40438
+ {
40439
+ "type": "string",
40440
+ "const": "warn"
40441
+ },
40442
+ {
40443
+ "type": "string",
40444
+ "const": "critical"
40445
+ }
40446
+ ]
40447
+ },
40448
+ "message": {
40449
+ "type": "string",
40450
+ "minLength": 1,
40451
+ "maxLength": 4000
40452
+ },
40453
+ "file": {
40454
+ "type": "string",
40455
+ "minLength": 1,
40456
+ "maxLength": 1024
40457
+ },
40458
+ "line": {
40459
+ "type": "integer",
40460
+ "minimum": 1
40461
+ }
40462
+ },
40463
+ "additionalProperties": false
40464
+ },
40465
+ "maxItems": 200
40466
+ },
40467
+ "metrics": {
40468
+ "type": "object",
40469
+ "patternProperties": {
40470
+ "^.*$": {
40471
+ "anyOf": [
40472
+ {
40473
+ "type": "string",
40474
+ "maxLength": 4000
40475
+ },
40476
+ {
40477
+ "type": "number"
40478
+ },
40479
+ {
40480
+ "type": "boolean"
40481
+ }
40482
+ ]
40483
+ }
40484
+ },
40485
+ "maxProperties": 64,
40486
+ "propertyNames": {
40487
+ "type": "string",
40488
+ "minLength": 1,
40489
+ "maxLength": 128
40490
+ }
40491
+ },
40492
+ "evaluatorVersion": {
40493
+ "type": "string",
40494
+ "minLength": 1,
40495
+ "maxLength": 128
40496
+ },
40497
+ "mode": {
40498
+ "type": "string",
40499
+ "minLength": 1,
40500
+ "maxLength": 128
40501
+ },
40502
+ "decision": {
40503
+ "anyOf": [
40504
+ {
40505
+ "type": "string",
40506
+ "const": "pass"
40507
+ },
40508
+ {
40509
+ "type": "string",
40510
+ "const": "revise"
40511
+ },
40512
+ {
40513
+ "type": "string",
40514
+ "const": "block"
40515
+ }
40516
+ ]
40517
+ },
40518
+ "decisionReason": {
40519
+ "type": "string",
40520
+ "maxLength": 2000
40521
+ }
40522
+ },
40523
+ "additionalProperties": false
40524
+ }
40525
+ },
40526
+ "additionalProperties": false
40527
+ },
40528
+ {
40529
+ "type": "object",
40530
+ "required": [
40531
+ "pluginId",
40532
+ "evaluatorId",
40533
+ "status"
40534
+ ],
40535
+ "properties": {
40536
+ "pluginId": {
40537
+ "type": "string",
40538
+ "minLength": 1,
40539
+ "maxLength": 128
40540
+ },
40541
+ "pluginVersion": {
40542
+ "type": "string",
40543
+ "minLength": 1,
40544
+ "maxLength": 128
40545
+ },
40546
+ "evaluatorId": {
40547
+ "type": "string",
40548
+ "minLength": 1,
40549
+ "maxLength": 128
40550
+ },
40551
+ "status": {
40552
+ "type": "string",
40553
+ "const": "skipped"
40554
+ }
40555
+ },
40556
+ "additionalProperties": false
40557
+ },
40558
+ {
40559
+ "type": "object",
40560
+ "required": [
40561
+ "pluginId",
40562
+ "evaluatorId",
40563
+ "status",
40564
+ "error"
40565
+ ],
40566
+ "properties": {
40567
+ "pluginId": {
40568
+ "type": "string",
40569
+ "minLength": 1,
40570
+ "maxLength": 128
40571
+ },
40572
+ "pluginVersion": {
40573
+ "type": "string",
40574
+ "minLength": 1,
40575
+ "maxLength": 128
40576
+ },
40577
+ "evaluatorId": {
40578
+ "type": "string",
40579
+ "minLength": 1,
40580
+ "maxLength": 128
40581
+ },
40582
+ "status": {
40583
+ "type": "string",
40584
+ "const": "error"
40585
+ },
40586
+ "error": {
40587
+ "type": "string",
40588
+ "minLength": 1,
40589
+ "maxLength": 2000
40590
+ }
40591
+ },
40592
+ "additionalProperties": false
40593
+ }
40594
+ ]
40595
+ },
40596
+ "maxItems": 64
40597
+ }
40598
+ },
40599
+ "additionalProperties": false
38084
40600
  }
38085
40601
  },
38086
40602
  "additionalProperties": false
@@ -38422,6 +40938,285 @@
38422
40938
  },
38423
40939
  "statusReason": {
38424
40940
  "type": "string"
40941
+ },
40942
+ "evaluation": {
40943
+ "type": "object",
40944
+ "required": [
40945
+ "id",
40946
+ "proposedVersion",
40947
+ "revisionHash",
40948
+ "trigger",
40949
+ "startedAt",
40950
+ "completedAt",
40951
+ "outcomes"
40952
+ ],
40953
+ "properties": {
40954
+ "id": {
40955
+ "type": "string",
40956
+ "minLength": 1
40957
+ },
40958
+ "proposedVersion": {
40959
+ "type": "string",
40960
+ "minLength": 1
40961
+ },
40962
+ "revisionHash": {
40963
+ "type": "string",
40964
+ "minLength": 64,
40965
+ "maxLength": 64,
40966
+ "pattern": "^[a-fA-F0-9]{64}$"
40967
+ },
40968
+ "trigger": {
40969
+ "anyOf": [
40970
+ {
40971
+ "type": "string",
40972
+ "const": "manual"
40973
+ },
40974
+ {
40975
+ "type": "string",
40976
+ "const": "apply"
40977
+ }
40978
+ ]
40979
+ },
40980
+ "startedAt": {
40981
+ "type": "string",
40982
+ "minLength": 1
40983
+ },
40984
+ "completedAt": {
40985
+ "type": "string",
40986
+ "minLength": 1
40987
+ },
40988
+ "correlationId": {
40989
+ "type": "string",
40990
+ "minLength": 1
40991
+ },
40992
+ "targetTreeSha256": {
40993
+ "type": "string",
40994
+ "minLength": 64,
40995
+ "maxLength": 64,
40996
+ "pattern": "^[a-fA-F0-9]{64}$"
40997
+ },
40998
+ "outcomes": {
40999
+ "type": "array",
41000
+ "items": {
41001
+ "anyOf": [
41002
+ {
41003
+ "type": "object",
41004
+ "required": [
41005
+ "pluginId",
41006
+ "evaluatorId",
41007
+ "status",
41008
+ "result"
41009
+ ],
41010
+ "properties": {
41011
+ "pluginId": {
41012
+ "type": "string",
41013
+ "minLength": 1,
41014
+ "maxLength": 128
41015
+ },
41016
+ "pluginVersion": {
41017
+ "type": "string",
41018
+ "minLength": 1,
41019
+ "maxLength": 128
41020
+ },
41021
+ "evaluatorId": {
41022
+ "type": "string",
41023
+ "minLength": 1,
41024
+ "maxLength": 128
41025
+ },
41026
+ "status": {
41027
+ "type": "string",
41028
+ "const": "completed"
41029
+ },
41030
+ "result": {
41031
+ "type": "object",
41032
+ "properties": {
41033
+ "summary": {
41034
+ "type": "string",
41035
+ "maxLength": 8000
41036
+ },
41037
+ "findings": {
41038
+ "type": "array",
41039
+ "items": {
41040
+ "type": "object",
41041
+ "required": [
41042
+ "ruleId",
41043
+ "severity",
41044
+ "message"
41045
+ ],
41046
+ "properties": {
41047
+ "ruleId": {
41048
+ "type": "string",
41049
+ "minLength": 1,
41050
+ "maxLength": 256
41051
+ },
41052
+ "severity": {
41053
+ "anyOf": [
41054
+ {
41055
+ "type": "string",
41056
+ "const": "info"
41057
+ },
41058
+ {
41059
+ "type": "string",
41060
+ "const": "warn"
41061
+ },
41062
+ {
41063
+ "type": "string",
41064
+ "const": "critical"
41065
+ }
41066
+ ]
41067
+ },
41068
+ "message": {
41069
+ "type": "string",
41070
+ "minLength": 1,
41071
+ "maxLength": 4000
41072
+ },
41073
+ "file": {
41074
+ "type": "string",
41075
+ "minLength": 1,
41076
+ "maxLength": 1024
41077
+ },
41078
+ "line": {
41079
+ "type": "integer",
41080
+ "minimum": 1
41081
+ }
41082
+ },
41083
+ "additionalProperties": false
41084
+ },
41085
+ "maxItems": 200
41086
+ },
41087
+ "metrics": {
41088
+ "type": "object",
41089
+ "patternProperties": {
41090
+ "^.*$": {
41091
+ "anyOf": [
41092
+ {
41093
+ "type": "string",
41094
+ "maxLength": 4000
41095
+ },
41096
+ {
41097
+ "type": "number"
41098
+ },
41099
+ {
41100
+ "type": "boolean"
41101
+ }
41102
+ ]
41103
+ }
41104
+ },
41105
+ "maxProperties": 64,
41106
+ "propertyNames": {
41107
+ "type": "string",
41108
+ "minLength": 1,
41109
+ "maxLength": 128
41110
+ }
41111
+ },
41112
+ "evaluatorVersion": {
41113
+ "type": "string",
41114
+ "minLength": 1,
41115
+ "maxLength": 128
41116
+ },
41117
+ "mode": {
41118
+ "type": "string",
41119
+ "minLength": 1,
41120
+ "maxLength": 128
41121
+ },
41122
+ "decision": {
41123
+ "anyOf": [
41124
+ {
41125
+ "type": "string",
41126
+ "const": "pass"
41127
+ },
41128
+ {
41129
+ "type": "string",
41130
+ "const": "revise"
41131
+ },
41132
+ {
41133
+ "type": "string",
41134
+ "const": "block"
41135
+ }
41136
+ ]
41137
+ },
41138
+ "decisionReason": {
41139
+ "type": "string",
41140
+ "maxLength": 2000
41141
+ }
41142
+ },
41143
+ "additionalProperties": false
41144
+ }
41145
+ },
41146
+ "additionalProperties": false
41147
+ },
41148
+ {
41149
+ "type": "object",
41150
+ "required": [
41151
+ "pluginId",
41152
+ "evaluatorId",
41153
+ "status"
41154
+ ],
41155
+ "properties": {
41156
+ "pluginId": {
41157
+ "type": "string",
41158
+ "minLength": 1,
41159
+ "maxLength": 128
41160
+ },
41161
+ "pluginVersion": {
41162
+ "type": "string",
41163
+ "minLength": 1,
41164
+ "maxLength": 128
41165
+ },
41166
+ "evaluatorId": {
41167
+ "type": "string",
41168
+ "minLength": 1,
41169
+ "maxLength": 128
41170
+ },
41171
+ "status": {
41172
+ "type": "string",
41173
+ "const": "skipped"
41174
+ }
41175
+ },
41176
+ "additionalProperties": false
41177
+ },
41178
+ {
41179
+ "type": "object",
41180
+ "required": [
41181
+ "pluginId",
41182
+ "evaluatorId",
41183
+ "status",
41184
+ "error"
41185
+ ],
41186
+ "properties": {
41187
+ "pluginId": {
41188
+ "type": "string",
41189
+ "minLength": 1,
41190
+ "maxLength": 128
41191
+ },
41192
+ "pluginVersion": {
41193
+ "type": "string",
41194
+ "minLength": 1,
41195
+ "maxLength": 128
41196
+ },
41197
+ "evaluatorId": {
41198
+ "type": "string",
41199
+ "minLength": 1,
41200
+ "maxLength": 128
41201
+ },
41202
+ "status": {
41203
+ "type": "string",
41204
+ "const": "error"
41205
+ },
41206
+ "error": {
41207
+ "type": "string",
41208
+ "minLength": 1,
41209
+ "maxLength": 2000
41210
+ }
41211
+ },
41212
+ "additionalProperties": false
41213
+ }
41214
+ ]
41215
+ },
41216
+ "maxItems": 64
41217
+ }
41218
+ },
41219
+ "additionalProperties": false
38425
41220
  }
38426
41221
  },
38427
41222
  "additionalProperties": false
@@ -39797,6 +42592,10 @@
39797
42592
  "type": "integer",
39798
42593
  "minimum": 0
39799
42594
  },
42595
+ "scheduleActivatedAtMs": {
42596
+ "type": "integer",
42597
+ "minimum": 0
42598
+ },
39800
42599
  "runningAtMs": {
39801
42600
  "type": "integer",
39802
42601
  "minimum": 0
@@ -42085,6 +44884,10 @@
42085
44884
  "type": "integer",
42086
44885
  "minimum": 0
42087
44886
  },
44887
+ "scheduleActivatedAtMs": {
44888
+ "type": "integer",
44889
+ "minimum": 0
44890
+ },
42088
44891
  "runningAtMs": {
42089
44892
  "type": "integer",
42090
44893
  "minimum": 0
@@ -43414,6 +46217,10 @@
43414
46217
  "type": "integer",
43415
46218
  "minimum": 0
43416
46219
  },
46220
+ "scheduleActivatedAtMs": {
46221
+ "type": "integer",
46222
+ "minimum": 0
46223
+ },
43417
46224
  "runningAtMs": {
43418
46225
  "type": "integer",
43419
46226
  "minimum": 0
@@ -44748,6 +47555,10 @@
44748
47555
  "type": "integer",
44749
47556
  "minimum": 0
44750
47557
  },
47558
+ "scheduleActivatedAtMs": {
47559
+ "type": "integer",
47560
+ "minimum": 0
47561
+ },
44751
47562
  "runningAtMs": {
44752
47563
  "type": "integer",
44753
47564
  "minimum": 0
@@ -68561,7 +71372,34 @@
68561
71372
  },
68562
71373
  "attachments": {
68563
71374
  "type": "array",
68564
- "items": {}
71375
+ "items": {
71376
+ "type": "object",
71377
+ "properties": {
71378
+ "type": {
71379
+ "type": "string"
71380
+ },
71381
+ "mimeType": {
71382
+ "type": "string"
71383
+ },
71384
+ "fileName": {
71385
+ "type": "string"
71386
+ },
71387
+ "content": {},
71388
+ "sizeBytes": {
71389
+ "type": "number"
71390
+ },
71391
+ "durationMs": {
71392
+ "type": "number"
71393
+ },
71394
+ "width": {
71395
+ "type": "number"
71396
+ },
71397
+ "height": {
71398
+ "type": "number"
71399
+ }
71400
+ },
71401
+ "additionalProperties": true
71402
+ }
68565
71403
  },
68566
71404
  "toolBindings": {
68567
71405
  "type": "object",