@bendyline/gilde 0.1.31 → 0.1.32
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/authoring/chat-models/qwen3.8-27b-q6.json +7 -2
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/qw/qwen3.8-27b-q6/manifest.json +85 -2
- package/data/chat-models/qw/qwen3.8-27b-q6/versions/1.0.1/manifest.json +104 -0
- package/data/craftbook-templates/index.json +1 -1
- package/package.json +1 -1
- package/schemas/chat-model-version.schema.json +8 -1
- package/schemas/craftbook-doc.schema.json +159 -0
- package/schemas/craftbook-template-version.schema.json +159 -0
- package/schemas/craftbook-test.schema.json +158 -0
- package/schemas/project-type-identity.schema.json +34 -0
package/package.json
CHANGED
|
@@ -146,6 +146,11 @@
|
|
|
146
146
|
"type": "string",
|
|
147
147
|
"pattern": "^[A-Za-z0-9_\\-.]+\\/[A-Za-z0-9_\\-.]+$"
|
|
148
148
|
},
|
|
149
|
+
"subdir": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"minLength": 1,
|
|
152
|
+
"maxLength": 1024
|
|
153
|
+
},
|
|
149
154
|
"revision": {
|
|
150
155
|
"type": "string"
|
|
151
156
|
},
|
|
@@ -156,7 +161,9 @@
|
|
|
156
161
|
"type": "object",
|
|
157
162
|
"properties": {
|
|
158
163
|
"name": {
|
|
159
|
-
"type": "string"
|
|
164
|
+
"type": "string",
|
|
165
|
+
"minLength": 1,
|
|
166
|
+
"maxLength": 1024
|
|
160
167
|
},
|
|
161
168
|
"sha256": {
|
|
162
169
|
"type": "string",
|
|
@@ -1152,6 +1152,9 @@
|
|
|
1152
1152
|
"type": "integer",
|
|
1153
1153
|
"exclusiveMinimum": 0,
|
|
1154
1154
|
"maximum": 9007199254740991
|
|
1155
|
+
},
|
|
1156
|
+
"artifact": {
|
|
1157
|
+
"type": "boolean"
|
|
1155
1158
|
}
|
|
1156
1159
|
},
|
|
1157
1160
|
"required": [
|
|
@@ -1185,6 +1188,9 @@
|
|
|
1185
1188
|
},
|
|
1186
1189
|
"verifyImageBytes": {
|
|
1187
1190
|
"type": "boolean"
|
|
1191
|
+
},
|
|
1192
|
+
"artifact": {
|
|
1193
|
+
"type": "boolean"
|
|
1188
1194
|
}
|
|
1189
1195
|
},
|
|
1190
1196
|
"required": [
|
|
@@ -1207,6 +1213,9 @@
|
|
|
1207
1213
|
},
|
|
1208
1214
|
"file": {
|
|
1209
1215
|
"type": "string"
|
|
1216
|
+
},
|
|
1217
|
+
"artifact": {
|
|
1218
|
+
"type": "boolean"
|
|
1210
1219
|
}
|
|
1211
1220
|
},
|
|
1212
1221
|
"required": [
|
|
@@ -1279,6 +1288,9 @@
|
|
|
1279
1288
|
"label": {
|
|
1280
1289
|
"type": "string",
|
|
1281
1290
|
"minLength": 1
|
|
1291
|
+
},
|
|
1292
|
+
"artifact": {
|
|
1293
|
+
"type": "boolean"
|
|
1282
1294
|
}
|
|
1283
1295
|
},
|
|
1284
1296
|
"required": [
|
|
@@ -1336,6 +1348,9 @@
|
|
|
1336
1348
|
"minLength": 1
|
|
1337
1349
|
}
|
|
1338
1350
|
}
|
|
1351
|
+
},
|
|
1352
|
+
"artifact": {
|
|
1353
|
+
"type": "boolean"
|
|
1339
1354
|
}
|
|
1340
1355
|
},
|
|
1341
1356
|
"required": [
|
|
@@ -1448,6 +1463,9 @@
|
|
|
1448
1463
|
},
|
|
1449
1464
|
"flags": {
|
|
1450
1465
|
"type": "string"
|
|
1466
|
+
},
|
|
1467
|
+
"artifact": {
|
|
1468
|
+
"type": "boolean"
|
|
1451
1469
|
}
|
|
1452
1470
|
},
|
|
1453
1471
|
"required": [
|
|
@@ -1466,6 +1484,9 @@
|
|
|
1466
1484
|
},
|
|
1467
1485
|
"file": {
|
|
1468
1486
|
"type": "string"
|
|
1487
|
+
},
|
|
1488
|
+
"artifact": {
|
|
1489
|
+
"type": "boolean"
|
|
1469
1490
|
}
|
|
1470
1491
|
},
|
|
1471
1492
|
"required": [
|
|
@@ -1482,6 +1503,9 @@
|
|
|
1482
1503
|
"file": {
|
|
1483
1504
|
"type": "string",
|
|
1484
1505
|
"minLength": 1
|
|
1506
|
+
},
|
|
1507
|
+
"artifact": {
|
|
1508
|
+
"type": "boolean"
|
|
1485
1509
|
}
|
|
1486
1510
|
},
|
|
1487
1511
|
"required": [
|
|
@@ -1499,6 +1523,9 @@
|
|
|
1499
1523
|
"file": {
|
|
1500
1524
|
"type": "string",
|
|
1501
1525
|
"minLength": 1
|
|
1526
|
+
},
|
|
1527
|
+
"artifact": {
|
|
1528
|
+
"type": "boolean"
|
|
1502
1529
|
}
|
|
1503
1530
|
},
|
|
1504
1531
|
"required": [
|
|
@@ -1516,6 +1543,9 @@
|
|
|
1516
1543
|
"file": {
|
|
1517
1544
|
"type": "string",
|
|
1518
1545
|
"minLength": 1
|
|
1546
|
+
},
|
|
1547
|
+
"artifact": {
|
|
1548
|
+
"type": "boolean"
|
|
1519
1549
|
}
|
|
1520
1550
|
},
|
|
1521
1551
|
"required": [
|
|
@@ -1728,6 +1758,9 @@
|
|
|
1728
1758
|
"recordField": {
|
|
1729
1759
|
"type": "string",
|
|
1730
1760
|
"minLength": 1
|
|
1761
|
+
},
|
|
1762
|
+
"artifact": {
|
|
1763
|
+
"type": "boolean"
|
|
1731
1764
|
}
|
|
1732
1765
|
},
|
|
1733
1766
|
"required": [
|
|
@@ -1750,6 +1783,12 @@
|
|
|
1750
1783
|
"outlineFile": {
|
|
1751
1784
|
"type": "string",
|
|
1752
1785
|
"minLength": 1
|
|
1786
|
+
},
|
|
1787
|
+
"outlineArtifact": {
|
|
1788
|
+
"type": "boolean"
|
|
1789
|
+
},
|
|
1790
|
+
"artifact": {
|
|
1791
|
+
"type": "boolean"
|
|
1753
1792
|
}
|
|
1754
1793
|
},
|
|
1755
1794
|
"required": [
|
|
@@ -2053,6 +2092,9 @@
|
|
|
2053
2092
|
"type": "integer",
|
|
2054
2093
|
"exclusiveMinimum": 0,
|
|
2055
2094
|
"maximum": 9007199254740991
|
|
2095
|
+
},
|
|
2096
|
+
"artifact": {
|
|
2097
|
+
"type": "boolean"
|
|
2056
2098
|
}
|
|
2057
2099
|
},
|
|
2058
2100
|
"required": [
|
|
@@ -2086,6 +2128,9 @@
|
|
|
2086
2128
|
},
|
|
2087
2129
|
"verifyImageBytes": {
|
|
2088
2130
|
"type": "boolean"
|
|
2131
|
+
},
|
|
2132
|
+
"artifact": {
|
|
2133
|
+
"type": "boolean"
|
|
2089
2134
|
}
|
|
2090
2135
|
},
|
|
2091
2136
|
"required": [
|
|
@@ -2108,6 +2153,9 @@
|
|
|
2108
2153
|
},
|
|
2109
2154
|
"file": {
|
|
2110
2155
|
"type": "string"
|
|
2156
|
+
},
|
|
2157
|
+
"artifact": {
|
|
2158
|
+
"type": "boolean"
|
|
2111
2159
|
}
|
|
2112
2160
|
},
|
|
2113
2161
|
"required": [
|
|
@@ -2180,6 +2228,9 @@
|
|
|
2180
2228
|
"label": {
|
|
2181
2229
|
"type": "string",
|
|
2182
2230
|
"minLength": 1
|
|
2231
|
+
},
|
|
2232
|
+
"artifact": {
|
|
2233
|
+
"type": "boolean"
|
|
2183
2234
|
}
|
|
2184
2235
|
},
|
|
2185
2236
|
"required": [
|
|
@@ -2237,6 +2288,9 @@
|
|
|
2237
2288
|
"minLength": 1
|
|
2238
2289
|
}
|
|
2239
2290
|
}
|
|
2291
|
+
},
|
|
2292
|
+
"artifact": {
|
|
2293
|
+
"type": "boolean"
|
|
2240
2294
|
}
|
|
2241
2295
|
},
|
|
2242
2296
|
"required": [
|
|
@@ -2349,6 +2403,9 @@
|
|
|
2349
2403
|
},
|
|
2350
2404
|
"flags": {
|
|
2351
2405
|
"type": "string"
|
|
2406
|
+
},
|
|
2407
|
+
"artifact": {
|
|
2408
|
+
"type": "boolean"
|
|
2352
2409
|
}
|
|
2353
2410
|
},
|
|
2354
2411
|
"required": [
|
|
@@ -2367,6 +2424,9 @@
|
|
|
2367
2424
|
},
|
|
2368
2425
|
"file": {
|
|
2369
2426
|
"type": "string"
|
|
2427
|
+
},
|
|
2428
|
+
"artifact": {
|
|
2429
|
+
"type": "boolean"
|
|
2370
2430
|
}
|
|
2371
2431
|
},
|
|
2372
2432
|
"required": [
|
|
@@ -2383,6 +2443,9 @@
|
|
|
2383
2443
|
"file": {
|
|
2384
2444
|
"type": "string",
|
|
2385
2445
|
"minLength": 1
|
|
2446
|
+
},
|
|
2447
|
+
"artifact": {
|
|
2448
|
+
"type": "boolean"
|
|
2386
2449
|
}
|
|
2387
2450
|
},
|
|
2388
2451
|
"required": [
|
|
@@ -2400,6 +2463,9 @@
|
|
|
2400
2463
|
"file": {
|
|
2401
2464
|
"type": "string",
|
|
2402
2465
|
"minLength": 1
|
|
2466
|
+
},
|
|
2467
|
+
"artifact": {
|
|
2468
|
+
"type": "boolean"
|
|
2403
2469
|
}
|
|
2404
2470
|
},
|
|
2405
2471
|
"required": [
|
|
@@ -2417,6 +2483,9 @@
|
|
|
2417
2483
|
"file": {
|
|
2418
2484
|
"type": "string",
|
|
2419
2485
|
"minLength": 1
|
|
2486
|
+
},
|
|
2487
|
+
"artifact": {
|
|
2488
|
+
"type": "boolean"
|
|
2420
2489
|
}
|
|
2421
2490
|
},
|
|
2422
2491
|
"required": [
|
|
@@ -2629,6 +2698,9 @@
|
|
|
2629
2698
|
"recordField": {
|
|
2630
2699
|
"type": "string",
|
|
2631
2700
|
"minLength": 1
|
|
2701
|
+
},
|
|
2702
|
+
"artifact": {
|
|
2703
|
+
"type": "boolean"
|
|
2632
2704
|
}
|
|
2633
2705
|
},
|
|
2634
2706
|
"required": [
|
|
@@ -2651,6 +2723,12 @@
|
|
|
2651
2723
|
"outlineFile": {
|
|
2652
2724
|
"type": "string",
|
|
2653
2725
|
"minLength": 1
|
|
2726
|
+
},
|
|
2727
|
+
"outlineArtifact": {
|
|
2728
|
+
"type": "boolean"
|
|
2729
|
+
},
|
|
2730
|
+
"artifact": {
|
|
2731
|
+
"type": "boolean"
|
|
2654
2732
|
}
|
|
2655
2733
|
},
|
|
2656
2734
|
"required": [
|
|
@@ -3090,6 +3168,9 @@
|
|
|
3090
3168
|
"type": "string",
|
|
3091
3169
|
"minLength": 1
|
|
3092
3170
|
},
|
|
3171
|
+
"overArtifact": {
|
|
3172
|
+
"type": "boolean"
|
|
3173
|
+
},
|
|
3093
3174
|
"itemsPath": {
|
|
3094
3175
|
"type": "string"
|
|
3095
3176
|
},
|
|
@@ -3881,6 +3962,9 @@
|
|
|
3881
3962
|
"type": "integer",
|
|
3882
3963
|
"exclusiveMinimum": 0,
|
|
3883
3964
|
"maximum": 9007199254740991
|
|
3965
|
+
},
|
|
3966
|
+
"artifact": {
|
|
3967
|
+
"type": "boolean"
|
|
3884
3968
|
}
|
|
3885
3969
|
},
|
|
3886
3970
|
"required": [
|
|
@@ -3914,6 +3998,9 @@
|
|
|
3914
3998
|
},
|
|
3915
3999
|
"verifyImageBytes": {
|
|
3916
4000
|
"type": "boolean"
|
|
4001
|
+
},
|
|
4002
|
+
"artifact": {
|
|
4003
|
+
"type": "boolean"
|
|
3917
4004
|
}
|
|
3918
4005
|
},
|
|
3919
4006
|
"required": [
|
|
@@ -3936,6 +4023,9 @@
|
|
|
3936
4023
|
},
|
|
3937
4024
|
"file": {
|
|
3938
4025
|
"type": "string"
|
|
4026
|
+
},
|
|
4027
|
+
"artifact": {
|
|
4028
|
+
"type": "boolean"
|
|
3939
4029
|
}
|
|
3940
4030
|
},
|
|
3941
4031
|
"required": [
|
|
@@ -4008,6 +4098,9 @@
|
|
|
4008
4098
|
"label": {
|
|
4009
4099
|
"type": "string",
|
|
4010
4100
|
"minLength": 1
|
|
4101
|
+
},
|
|
4102
|
+
"artifact": {
|
|
4103
|
+
"type": "boolean"
|
|
4011
4104
|
}
|
|
4012
4105
|
},
|
|
4013
4106
|
"required": [
|
|
@@ -4065,6 +4158,9 @@
|
|
|
4065
4158
|
"minLength": 1
|
|
4066
4159
|
}
|
|
4067
4160
|
}
|
|
4161
|
+
},
|
|
4162
|
+
"artifact": {
|
|
4163
|
+
"type": "boolean"
|
|
4068
4164
|
}
|
|
4069
4165
|
},
|
|
4070
4166
|
"required": [
|
|
@@ -4177,6 +4273,9 @@
|
|
|
4177
4273
|
},
|
|
4178
4274
|
"flags": {
|
|
4179
4275
|
"type": "string"
|
|
4276
|
+
},
|
|
4277
|
+
"artifact": {
|
|
4278
|
+
"type": "boolean"
|
|
4180
4279
|
}
|
|
4181
4280
|
},
|
|
4182
4281
|
"required": [
|
|
@@ -4195,6 +4294,9 @@
|
|
|
4195
4294
|
},
|
|
4196
4295
|
"file": {
|
|
4197
4296
|
"type": "string"
|
|
4297
|
+
},
|
|
4298
|
+
"artifact": {
|
|
4299
|
+
"type": "boolean"
|
|
4198
4300
|
}
|
|
4199
4301
|
},
|
|
4200
4302
|
"required": [
|
|
@@ -4211,6 +4313,9 @@
|
|
|
4211
4313
|
"file": {
|
|
4212
4314
|
"type": "string",
|
|
4213
4315
|
"minLength": 1
|
|
4316
|
+
},
|
|
4317
|
+
"artifact": {
|
|
4318
|
+
"type": "boolean"
|
|
4214
4319
|
}
|
|
4215
4320
|
},
|
|
4216
4321
|
"required": [
|
|
@@ -4228,6 +4333,9 @@
|
|
|
4228
4333
|
"file": {
|
|
4229
4334
|
"type": "string",
|
|
4230
4335
|
"minLength": 1
|
|
4336
|
+
},
|
|
4337
|
+
"artifact": {
|
|
4338
|
+
"type": "boolean"
|
|
4231
4339
|
}
|
|
4232
4340
|
},
|
|
4233
4341
|
"required": [
|
|
@@ -4245,6 +4353,9 @@
|
|
|
4245
4353
|
"file": {
|
|
4246
4354
|
"type": "string",
|
|
4247
4355
|
"minLength": 1
|
|
4356
|
+
},
|
|
4357
|
+
"artifact": {
|
|
4358
|
+
"type": "boolean"
|
|
4248
4359
|
}
|
|
4249
4360
|
},
|
|
4250
4361
|
"required": [
|
|
@@ -4457,6 +4568,9 @@
|
|
|
4457
4568
|
"recordField": {
|
|
4458
4569
|
"type": "string",
|
|
4459
4570
|
"minLength": 1
|
|
4571
|
+
},
|
|
4572
|
+
"artifact": {
|
|
4573
|
+
"type": "boolean"
|
|
4460
4574
|
}
|
|
4461
4575
|
},
|
|
4462
4576
|
"required": [
|
|
@@ -4479,6 +4593,12 @@
|
|
|
4479
4593
|
"outlineFile": {
|
|
4480
4594
|
"type": "string",
|
|
4481
4595
|
"minLength": 1
|
|
4596
|
+
},
|
|
4597
|
+
"outlineArtifact": {
|
|
4598
|
+
"type": "boolean"
|
|
4599
|
+
},
|
|
4600
|
+
"artifact": {
|
|
4601
|
+
"type": "boolean"
|
|
4482
4602
|
}
|
|
4483
4603
|
},
|
|
4484
4604
|
"required": [
|
|
@@ -4782,6 +4902,9 @@
|
|
|
4782
4902
|
"type": "integer",
|
|
4783
4903
|
"exclusiveMinimum": 0,
|
|
4784
4904
|
"maximum": 9007199254740991
|
|
4905
|
+
},
|
|
4906
|
+
"artifact": {
|
|
4907
|
+
"type": "boolean"
|
|
4785
4908
|
}
|
|
4786
4909
|
},
|
|
4787
4910
|
"required": [
|
|
@@ -4815,6 +4938,9 @@
|
|
|
4815
4938
|
},
|
|
4816
4939
|
"verifyImageBytes": {
|
|
4817
4940
|
"type": "boolean"
|
|
4941
|
+
},
|
|
4942
|
+
"artifact": {
|
|
4943
|
+
"type": "boolean"
|
|
4818
4944
|
}
|
|
4819
4945
|
},
|
|
4820
4946
|
"required": [
|
|
@@ -4837,6 +4963,9 @@
|
|
|
4837
4963
|
},
|
|
4838
4964
|
"file": {
|
|
4839
4965
|
"type": "string"
|
|
4966
|
+
},
|
|
4967
|
+
"artifact": {
|
|
4968
|
+
"type": "boolean"
|
|
4840
4969
|
}
|
|
4841
4970
|
},
|
|
4842
4971
|
"required": [
|
|
@@ -4909,6 +5038,9 @@
|
|
|
4909
5038
|
"label": {
|
|
4910
5039
|
"type": "string",
|
|
4911
5040
|
"minLength": 1
|
|
5041
|
+
},
|
|
5042
|
+
"artifact": {
|
|
5043
|
+
"type": "boolean"
|
|
4912
5044
|
}
|
|
4913
5045
|
},
|
|
4914
5046
|
"required": [
|
|
@@ -4966,6 +5098,9 @@
|
|
|
4966
5098
|
"minLength": 1
|
|
4967
5099
|
}
|
|
4968
5100
|
}
|
|
5101
|
+
},
|
|
5102
|
+
"artifact": {
|
|
5103
|
+
"type": "boolean"
|
|
4969
5104
|
}
|
|
4970
5105
|
},
|
|
4971
5106
|
"required": [
|
|
@@ -5078,6 +5213,9 @@
|
|
|
5078
5213
|
},
|
|
5079
5214
|
"flags": {
|
|
5080
5215
|
"type": "string"
|
|
5216
|
+
},
|
|
5217
|
+
"artifact": {
|
|
5218
|
+
"type": "boolean"
|
|
5081
5219
|
}
|
|
5082
5220
|
},
|
|
5083
5221
|
"required": [
|
|
@@ -5096,6 +5234,9 @@
|
|
|
5096
5234
|
},
|
|
5097
5235
|
"file": {
|
|
5098
5236
|
"type": "string"
|
|
5237
|
+
},
|
|
5238
|
+
"artifact": {
|
|
5239
|
+
"type": "boolean"
|
|
5099
5240
|
}
|
|
5100
5241
|
},
|
|
5101
5242
|
"required": [
|
|
@@ -5112,6 +5253,9 @@
|
|
|
5112
5253
|
"file": {
|
|
5113
5254
|
"type": "string",
|
|
5114
5255
|
"minLength": 1
|
|
5256
|
+
},
|
|
5257
|
+
"artifact": {
|
|
5258
|
+
"type": "boolean"
|
|
5115
5259
|
}
|
|
5116
5260
|
},
|
|
5117
5261
|
"required": [
|
|
@@ -5129,6 +5273,9 @@
|
|
|
5129
5273
|
"file": {
|
|
5130
5274
|
"type": "string",
|
|
5131
5275
|
"minLength": 1
|
|
5276
|
+
},
|
|
5277
|
+
"artifact": {
|
|
5278
|
+
"type": "boolean"
|
|
5132
5279
|
}
|
|
5133
5280
|
},
|
|
5134
5281
|
"required": [
|
|
@@ -5146,6 +5293,9 @@
|
|
|
5146
5293
|
"file": {
|
|
5147
5294
|
"type": "string",
|
|
5148
5295
|
"minLength": 1
|
|
5296
|
+
},
|
|
5297
|
+
"artifact": {
|
|
5298
|
+
"type": "boolean"
|
|
5149
5299
|
}
|
|
5150
5300
|
},
|
|
5151
5301
|
"required": [
|
|
@@ -5358,6 +5508,9 @@
|
|
|
5358
5508
|
"recordField": {
|
|
5359
5509
|
"type": "string",
|
|
5360
5510
|
"minLength": 1
|
|
5511
|
+
},
|
|
5512
|
+
"artifact": {
|
|
5513
|
+
"type": "boolean"
|
|
5361
5514
|
}
|
|
5362
5515
|
},
|
|
5363
5516
|
"required": [
|
|
@@ -5380,6 +5533,12 @@
|
|
|
5380
5533
|
"outlineFile": {
|
|
5381
5534
|
"type": "string",
|
|
5382
5535
|
"minLength": 1
|
|
5536
|
+
},
|
|
5537
|
+
"outlineArtifact": {
|
|
5538
|
+
"type": "boolean"
|
|
5539
|
+
},
|
|
5540
|
+
"artifact": {
|
|
5541
|
+
"type": "boolean"
|
|
5383
5542
|
}
|
|
5384
5543
|
},
|
|
5385
5544
|
"required": [
|