@bendyline/gilde 0.1.26 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bendyline/gilde",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "The gilde catalog: model manifests, toolsets, craftbooks, roles, and project types for gezel.",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -83,6 +83,22 @@
83
83
  "type": "string",
84
84
  "const": "chat-model"
85
85
  },
86
+ "maker": {
87
+ "type": "object",
88
+ "properties": {
89
+ "name": {
90
+ "type": "string",
91
+ "minLength": 1
92
+ },
93
+ "url": {
94
+ "type": "string",
95
+ "format": "uri"
96
+ }
97
+ },
98
+ "required": [
99
+ "name"
100
+ ]
101
+ },
86
102
  "parameterSize": {
87
103
  "type": "string"
88
104
  },
@@ -1034,6 +1034,7 @@
1034
1034
  ]
1035
1035
  },
1036
1036
  "consumes": {
1037
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
1037
1038
  "minItems": 1,
1038
1039
  "type": "array",
1039
1040
  "items": {
@@ -1041,9 +1042,11 @@
1041
1042
  "properties": {
1042
1043
  "file": {
1043
1044
  "type": "string",
1044
- "minLength": 1
1045
+ "minLength": 1,
1046
+ "description": "Path relative to the selected drawer root."
1045
1047
  },
1046
1048
  "artifact": {
1049
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
1047
1050
  "type": "boolean"
1048
1051
  }
1049
1052
  },
@@ -3760,6 +3763,7 @@
3760
3763
  ]
3761
3764
  },
3762
3765
  "consumes": {
3766
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
3763
3767
  "minItems": 1,
3764
3768
  "type": "array",
3765
3769
  "items": {
@@ -3767,9 +3771,11 @@
3767
3771
  "properties": {
3768
3772
  "file": {
3769
3773
  "type": "string",
3770
- "minLength": 1
3774
+ "minLength": 1,
3775
+ "description": "Path relative to the selected drawer root."
3771
3776
  },
3772
3777
  "artifact": {
3778
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
3773
3779
  "type": "boolean"
3774
3780
  }
3775
3781
  },
@@ -687,6 +687,7 @@
687
687
  ]
688
688
  },
689
689
  "consumes": {
690
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
690
691
  "minItems": 1,
691
692
  "type": "array",
692
693
  "items": {
@@ -694,9 +695,11 @@
694
695
  "properties": {
695
696
  "file": {
696
697
  "type": "string",
697
- "minLength": 1
698
+ "minLength": 1,
699
+ "description": "Path relative to the selected drawer root."
698
700
  },
699
701
  "artifact": {
702
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
700
703
  "type": "boolean"
701
704
  }
702
705
  },
@@ -3407,6 +3410,7 @@
3407
3410
  ]
3408
3411
  },
3409
3412
  "consumes": {
3413
+ "description": "Files this step must open before working. Artifact inputs also require an explicit `read_artifact` call in the step prompt.",
3410
3414
  "minItems": 1,
3411
3415
  "type": "array",
3412
3416
  "items": {
@@ -3414,9 +3418,11 @@
3414
3418
  "properties": {
3415
3419
  "file": {
3416
3420
  "type": "string",
3417
- "minLength": 1
3421
+ "minLength": 1,
3422
+ "description": "Path relative to the selected drawer root."
3418
3423
  },
3419
3424
  "artifact": {
3425
+ "description": "True for the artifacts drawer; false/omitted for the project workspace.",
3420
3426
  "type": "boolean"
3421
3427
  }
3422
3428
  },