@bendyline/gilde 0.1.25 → 0.1.27

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.
@@ -1033,6 +1033,28 @@
1033
1033
  }
1034
1034
  ]
1035
1035
  },
1036
+ "consumes": {
1037
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
1038
+ "minItems": 1,
1039
+ "type": "array",
1040
+ "items": {
1041
+ "type": "object",
1042
+ "properties": {
1043
+ "file": {
1044
+ "type": "string",
1045
+ "minLength": 1,
1046
+ "description": "Path relative to the selected drawer root."
1047
+ },
1048
+ "artifact": {
1049
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
1050
+ "type": "boolean"
1051
+ }
1052
+ },
1053
+ "required": [
1054
+ "file"
1055
+ ]
1056
+ }
1057
+ },
1036
1058
  "advanceWhen": {
1037
1059
  "type": "object",
1038
1060
  "properties": {
@@ -1684,6 +1706,36 @@
1684
1706
  "tools"
1685
1707
  ]
1686
1708
  },
1709
+ {
1710
+ "type": "object",
1711
+ "properties": {
1712
+ "kind": {
1713
+ "type": "string",
1714
+ "const": "corpusCoverage"
1715
+ },
1716
+ "file": {
1717
+ "type": "string",
1718
+ "minLength": 1
1719
+ },
1720
+ "corpusDir": {
1721
+ "type": "string",
1722
+ "minLength": 1
1723
+ },
1724
+ "reviewedField": {
1725
+ "type": "string",
1726
+ "minLength": 1
1727
+ },
1728
+ "recordField": {
1729
+ "type": "string",
1730
+ "minLength": 1
1731
+ }
1732
+ },
1733
+ "required": [
1734
+ "kind",
1735
+ "file",
1736
+ "corpusDir"
1737
+ ]
1738
+ },
1687
1739
  {
1688
1740
  "type": "object",
1689
1741
  "properties": {
@@ -2555,6 +2607,36 @@
2555
2607
  "tools"
2556
2608
  ]
2557
2609
  },
2610
+ {
2611
+ "type": "object",
2612
+ "properties": {
2613
+ "kind": {
2614
+ "type": "string",
2615
+ "const": "corpusCoverage"
2616
+ },
2617
+ "file": {
2618
+ "type": "string",
2619
+ "minLength": 1
2620
+ },
2621
+ "corpusDir": {
2622
+ "type": "string",
2623
+ "minLength": 1
2624
+ },
2625
+ "reviewedField": {
2626
+ "type": "string",
2627
+ "minLength": 1
2628
+ },
2629
+ "recordField": {
2630
+ "type": "string",
2631
+ "minLength": 1
2632
+ }
2633
+ },
2634
+ "required": [
2635
+ "kind",
2636
+ "file",
2637
+ "corpusDir"
2638
+ ]
2639
+ },
2558
2640
  {
2559
2641
  "type": "object",
2560
2642
  "properties": {
@@ -3680,6 +3762,28 @@
3680
3762
  }
3681
3763
  ]
3682
3764
  },
3765
+ "consumes": {
3766
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
3767
+ "minItems": 1,
3768
+ "type": "array",
3769
+ "items": {
3770
+ "type": "object",
3771
+ "properties": {
3772
+ "file": {
3773
+ "type": "string",
3774
+ "minLength": 1,
3775
+ "description": "Path relative to the selected drawer root."
3776
+ },
3777
+ "artifact": {
3778
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
3779
+ "type": "boolean"
3780
+ }
3781
+ },
3782
+ "required": [
3783
+ "file"
3784
+ ]
3785
+ }
3786
+ },
3683
3787
  "advanceWhen": {
3684
3788
  "type": "object",
3685
3789
  "properties": {
@@ -4331,6 +4435,36 @@
4331
4435
  "tools"
4332
4436
  ]
4333
4437
  },
4438
+ {
4439
+ "type": "object",
4440
+ "properties": {
4441
+ "kind": {
4442
+ "type": "string",
4443
+ "const": "corpusCoverage"
4444
+ },
4445
+ "file": {
4446
+ "type": "string",
4447
+ "minLength": 1
4448
+ },
4449
+ "corpusDir": {
4450
+ "type": "string",
4451
+ "minLength": 1
4452
+ },
4453
+ "reviewedField": {
4454
+ "type": "string",
4455
+ "minLength": 1
4456
+ },
4457
+ "recordField": {
4458
+ "type": "string",
4459
+ "minLength": 1
4460
+ }
4461
+ },
4462
+ "required": [
4463
+ "kind",
4464
+ "file",
4465
+ "corpusDir"
4466
+ ]
4467
+ },
4334
4468
  {
4335
4469
  "type": "object",
4336
4470
  "properties": {
@@ -5202,6 +5336,36 @@
5202
5336
  "tools"
5203
5337
  ]
5204
5338
  },
5339
+ {
5340
+ "type": "object",
5341
+ "properties": {
5342
+ "kind": {
5343
+ "type": "string",
5344
+ "const": "corpusCoverage"
5345
+ },
5346
+ "file": {
5347
+ "type": "string",
5348
+ "minLength": 1
5349
+ },
5350
+ "corpusDir": {
5351
+ "type": "string",
5352
+ "minLength": 1
5353
+ },
5354
+ "reviewedField": {
5355
+ "type": "string",
5356
+ "minLength": 1
5357
+ },
5358
+ "recordField": {
5359
+ "type": "string",
5360
+ "minLength": 1
5361
+ }
5362
+ },
5363
+ "required": [
5364
+ "kind",
5365
+ "file",
5366
+ "corpusDir"
5367
+ ]
5368
+ },
5205
5369
  {
5206
5370
  "type": "object",
5207
5371
  "properties": {
@@ -686,6 +686,28 @@
686
686
  }
687
687
  ]
688
688
  },
689
+ "consumes": {
690
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
691
+ "minItems": 1,
692
+ "type": "array",
693
+ "items": {
694
+ "type": "object",
695
+ "properties": {
696
+ "file": {
697
+ "type": "string",
698
+ "minLength": 1,
699
+ "description": "Path relative to the selected drawer root."
700
+ },
701
+ "artifact": {
702
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
703
+ "type": "boolean"
704
+ }
705
+ },
706
+ "required": [
707
+ "file"
708
+ ]
709
+ }
710
+ },
689
711
  "advanceWhen": {
690
712
  "type": "object",
691
713
  "properties": {
@@ -1337,6 +1359,36 @@
1337
1359
  "tools"
1338
1360
  ]
1339
1361
  },
1362
+ {
1363
+ "type": "object",
1364
+ "properties": {
1365
+ "kind": {
1366
+ "type": "string",
1367
+ "const": "corpusCoverage"
1368
+ },
1369
+ "file": {
1370
+ "type": "string",
1371
+ "minLength": 1
1372
+ },
1373
+ "corpusDir": {
1374
+ "type": "string",
1375
+ "minLength": 1
1376
+ },
1377
+ "reviewedField": {
1378
+ "type": "string",
1379
+ "minLength": 1
1380
+ },
1381
+ "recordField": {
1382
+ "type": "string",
1383
+ "minLength": 1
1384
+ }
1385
+ },
1386
+ "required": [
1387
+ "kind",
1388
+ "file",
1389
+ "corpusDir"
1390
+ ]
1391
+ },
1340
1392
  {
1341
1393
  "type": "object",
1342
1394
  "properties": {
@@ -2208,6 +2260,36 @@
2208
2260
  "tools"
2209
2261
  ]
2210
2262
  },
2263
+ {
2264
+ "type": "object",
2265
+ "properties": {
2266
+ "kind": {
2267
+ "type": "string",
2268
+ "const": "corpusCoverage"
2269
+ },
2270
+ "file": {
2271
+ "type": "string",
2272
+ "minLength": 1
2273
+ },
2274
+ "corpusDir": {
2275
+ "type": "string",
2276
+ "minLength": 1
2277
+ },
2278
+ "reviewedField": {
2279
+ "type": "string",
2280
+ "minLength": 1
2281
+ },
2282
+ "recordField": {
2283
+ "type": "string",
2284
+ "minLength": 1
2285
+ }
2286
+ },
2287
+ "required": [
2288
+ "kind",
2289
+ "file",
2290
+ "corpusDir"
2291
+ ]
2292
+ },
2211
2293
  {
2212
2294
  "type": "object",
2213
2295
  "properties": {
@@ -3327,6 +3409,28 @@
3327
3409
  }
3328
3410
  ]
3329
3411
  },
3412
+ "consumes": {
3413
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
3414
+ "minItems": 1,
3415
+ "type": "array",
3416
+ "items": {
3417
+ "type": "object",
3418
+ "properties": {
3419
+ "file": {
3420
+ "type": "string",
3421
+ "minLength": 1,
3422
+ "description": "Path relative to the selected drawer root."
3423
+ },
3424
+ "artifact": {
3425
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
3426
+ "type": "boolean"
3427
+ }
3428
+ },
3429
+ "required": [
3430
+ "file"
3431
+ ]
3432
+ }
3433
+ },
3330
3434
  "advanceWhen": {
3331
3435
  "type": "object",
3332
3436
  "properties": {
@@ -3978,6 +4082,36 @@
3978
4082
  "tools"
3979
4083
  ]
3980
4084
  },
4085
+ {
4086
+ "type": "object",
4087
+ "properties": {
4088
+ "kind": {
4089
+ "type": "string",
4090
+ "const": "corpusCoverage"
4091
+ },
4092
+ "file": {
4093
+ "type": "string",
4094
+ "minLength": 1
4095
+ },
4096
+ "corpusDir": {
4097
+ "type": "string",
4098
+ "minLength": 1
4099
+ },
4100
+ "reviewedField": {
4101
+ "type": "string",
4102
+ "minLength": 1
4103
+ },
4104
+ "recordField": {
4105
+ "type": "string",
4106
+ "minLength": 1
4107
+ }
4108
+ },
4109
+ "required": [
4110
+ "kind",
4111
+ "file",
4112
+ "corpusDir"
4113
+ ]
4114
+ },
3981
4115
  {
3982
4116
  "type": "object",
3983
4117
  "properties": {
@@ -4849,6 +4983,36 @@
4849
4983
  "tools"
4850
4984
  ]
4851
4985
  },
4986
+ {
4987
+ "type": "object",
4988
+ "properties": {
4989
+ "kind": {
4990
+ "type": "string",
4991
+ "const": "corpusCoverage"
4992
+ },
4993
+ "file": {
4994
+ "type": "string",
4995
+ "minLength": 1
4996
+ },
4997
+ "corpusDir": {
4998
+ "type": "string",
4999
+ "minLength": 1
5000
+ },
5001
+ "reviewedField": {
5002
+ "type": "string",
5003
+ "minLength": 1
5004
+ },
5005
+ "recordField": {
5006
+ "type": "string",
5007
+ "minLength": 1
5008
+ }
5009
+ },
5010
+ "required": [
5011
+ "kind",
5012
+ "file",
5013
+ "corpusDir"
5014
+ ]
5015
+ },
4852
5016
  {
4853
5017
  "type": "object",
4854
5018
  "properties": {
@@ -1033,6 +1033,36 @@
1033
1033
  "tools"
1034
1034
  ]
1035
1035
  },
1036
+ {
1037
+ "type": "object",
1038
+ "properties": {
1039
+ "kind": {
1040
+ "type": "string",
1041
+ "const": "corpusCoverage"
1042
+ },
1043
+ "file": {
1044
+ "type": "string",
1045
+ "minLength": 1
1046
+ },
1047
+ "corpusDir": {
1048
+ "type": "string",
1049
+ "minLength": 1
1050
+ },
1051
+ "reviewedField": {
1052
+ "type": "string",
1053
+ "minLength": 1
1054
+ },
1055
+ "recordField": {
1056
+ "type": "string",
1057
+ "minLength": 1
1058
+ }
1059
+ },
1060
+ "required": [
1061
+ "kind",
1062
+ "file",
1063
+ "corpusDir"
1064
+ ]
1065
+ },
1036
1066
  {
1037
1067
  "type": "object",
1038
1068
  "properties": {
@@ -1982,6 +2012,36 @@
1982
2012
  "tools"
1983
2013
  ]
1984
2014
  },
2015
+ {
2016
+ "type": "object",
2017
+ "properties": {
2018
+ "kind": {
2019
+ "type": "string",
2020
+ "const": "corpusCoverage"
2021
+ },
2022
+ "file": {
2023
+ "type": "string",
2024
+ "minLength": 1
2025
+ },
2026
+ "corpusDir": {
2027
+ "type": "string",
2028
+ "minLength": 1
2029
+ },
2030
+ "reviewedField": {
2031
+ "type": "string",
2032
+ "minLength": 1
2033
+ },
2034
+ "recordField": {
2035
+ "type": "string",
2036
+ "minLength": 1
2037
+ }
2038
+ },
2039
+ "required": [
2040
+ "kind",
2041
+ "file",
2042
+ "corpusDir"
2043
+ ]
2044
+ },
1985
2045
  {
1986
2046
  "type": "object",
1987
2047
  "properties": {
@@ -2931,6 +2991,36 @@
2931
2991
  "tools"
2932
2992
  ]
2933
2993
  },
2994
+ {
2995
+ "type": "object",
2996
+ "properties": {
2997
+ "kind": {
2998
+ "type": "string",
2999
+ "const": "corpusCoverage"
3000
+ },
3001
+ "file": {
3002
+ "type": "string",
3003
+ "minLength": 1
3004
+ },
3005
+ "corpusDir": {
3006
+ "type": "string",
3007
+ "minLength": 1
3008
+ },
3009
+ "reviewedField": {
3010
+ "type": "string",
3011
+ "minLength": 1
3012
+ },
3013
+ "recordField": {
3014
+ "type": "string",
3015
+ "minLength": 1
3016
+ }
3017
+ },
3018
+ "required": [
3019
+ "kind",
3020
+ "file",
3021
+ "corpusDir"
3022
+ ]
3023
+ },
2934
3024
  {
2935
3025
  "type": "object",
2936
3026
  "properties": {
@@ -3881,6 +3971,36 @@
3881
3971
  "tools"
3882
3972
  ]
3883
3973
  },
3974
+ {
3975
+ "type": "object",
3976
+ "properties": {
3977
+ "kind": {
3978
+ "type": "string",
3979
+ "const": "corpusCoverage"
3980
+ },
3981
+ "file": {
3982
+ "type": "string",
3983
+ "minLength": 1
3984
+ },
3985
+ "corpusDir": {
3986
+ "type": "string",
3987
+ "minLength": 1
3988
+ },
3989
+ "reviewedField": {
3990
+ "type": "string",
3991
+ "minLength": 1
3992
+ },
3993
+ "recordField": {
3994
+ "type": "string",
3995
+ "minLength": 1
3996
+ }
3997
+ },
3998
+ "required": [
3999
+ "kind",
4000
+ "file",
4001
+ "corpusDir"
4002
+ ]
4003
+ },
3884
4004
  {
3885
4005
  "type": "object",
3886
4006
  "properties": {