@bendyline/gilde 0.1.13 → 0.1.15
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/data/chat-models/bt/btl4-35b-q4/manifest.json +147 -0
- package/data/chat-models/bt/btl4-35b-q4/versions/1.0.0/manifest.json +15 -0
- package/data/chat-models/bt/btl4-compact-iq2/manifest.json +147 -0
- package/data/chat-models/bt/btl4-compact-iq2/versions/1.0.0/manifest.json +15 -0
- package/data/chat-models/bt/btl4-compact-iq2/versions/1.0.1/manifest.json +15 -0
- package/data/chat-models/ge/gemma4-12b-q4/manifest.json +0 -25
- package/data/chat-models/index.json +1 -1
- package/data/chat-models/or/ornith-35b-q4/manifest.json +2 -0
- package/data/chat-models/or/ornith-35b-q8/manifest.json +2 -0
- package/data/chat-models/or/ornith-9b-q4/manifest.json +2 -0
- package/data/craftbook-templates/index.json +1 -1
- package/data/craftbook-templates/po/powerpoint-deck/versions/1.4.0/craftbook.json +200 -0
- package/data/craftbook-templates/po/powerpoint-deck/versions/1.4.0/test.json +175 -0
- package/package.json +1 -1
- package/schemas/chat-model-identity.schema.json +8 -0
- package/schemas/craftbook-doc.schema.json +68 -0
- package/schemas/craftbook-template-version.schema.json +68 -0
- package/schemas/craftbook-test.schema.json +68 -0
|
@@ -764,6 +764,23 @@
|
|
|
764
764
|
"kind"
|
|
765
765
|
]
|
|
766
766
|
},
|
|
767
|
+
{
|
|
768
|
+
"type": "object",
|
|
769
|
+
"properties": {
|
|
770
|
+
"kind": {
|
|
771
|
+
"type": "string",
|
|
772
|
+
"const": "htmlLint"
|
|
773
|
+
},
|
|
774
|
+
"file": {
|
|
775
|
+
"type": "string",
|
|
776
|
+
"minLength": 1
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
"required": [
|
|
780
|
+
"kind",
|
|
781
|
+
"file"
|
|
782
|
+
]
|
|
783
|
+
},
|
|
767
784
|
{
|
|
768
785
|
"type": "object",
|
|
769
786
|
"properties": {
|
|
@@ -1616,6 +1633,23 @@
|
|
|
1616
1633
|
"kind"
|
|
1617
1634
|
]
|
|
1618
1635
|
},
|
|
1636
|
+
{
|
|
1637
|
+
"type": "object",
|
|
1638
|
+
"properties": {
|
|
1639
|
+
"kind": {
|
|
1640
|
+
"type": "string",
|
|
1641
|
+
"const": "htmlLint"
|
|
1642
|
+
},
|
|
1643
|
+
"file": {
|
|
1644
|
+
"type": "string",
|
|
1645
|
+
"minLength": 1
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
"required": [
|
|
1649
|
+
"kind",
|
|
1650
|
+
"file"
|
|
1651
|
+
]
|
|
1652
|
+
},
|
|
1619
1653
|
{
|
|
1620
1654
|
"type": "object",
|
|
1621
1655
|
"properties": {
|
|
@@ -2468,6 +2502,23 @@
|
|
|
2468
2502
|
"kind"
|
|
2469
2503
|
]
|
|
2470
2504
|
},
|
|
2505
|
+
{
|
|
2506
|
+
"type": "object",
|
|
2507
|
+
"properties": {
|
|
2508
|
+
"kind": {
|
|
2509
|
+
"type": "string",
|
|
2510
|
+
"const": "htmlLint"
|
|
2511
|
+
},
|
|
2512
|
+
"file": {
|
|
2513
|
+
"type": "string",
|
|
2514
|
+
"minLength": 1
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2517
|
+
"required": [
|
|
2518
|
+
"kind",
|
|
2519
|
+
"file"
|
|
2520
|
+
]
|
|
2521
|
+
},
|
|
2471
2522
|
{
|
|
2472
2523
|
"type": "object",
|
|
2473
2524
|
"properties": {
|
|
@@ -3321,6 +3372,23 @@
|
|
|
3321
3372
|
"kind"
|
|
3322
3373
|
]
|
|
3323
3374
|
},
|
|
3375
|
+
{
|
|
3376
|
+
"type": "object",
|
|
3377
|
+
"properties": {
|
|
3378
|
+
"kind": {
|
|
3379
|
+
"type": "string",
|
|
3380
|
+
"const": "htmlLint"
|
|
3381
|
+
},
|
|
3382
|
+
"file": {
|
|
3383
|
+
"type": "string",
|
|
3384
|
+
"minLength": 1
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
"required": [
|
|
3388
|
+
"kind",
|
|
3389
|
+
"file"
|
|
3390
|
+
]
|
|
3391
|
+
},
|
|
3324
3392
|
{
|
|
3325
3393
|
"type": "object",
|
|
3326
3394
|
"properties": {
|