@bendyline/gilde 0.1.31 → 0.1.33
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/data/craftbook-templates/pu/pull-request-review/versions/1.6.0/craftbook.json +276 -0
- package/data/craftbook-templates/pu/pull-request-review/versions/1.6.0/test.json +141 -0
- package/package.json +1 -1
- package/schemas/chat-model-version.schema.json +8 -1
- package/schemas/craftbook-doc.schema.json +175 -0
- package/schemas/craftbook-template-version.schema.json +175 -0
- package/schemas/craftbook-test.schema.json +174 -0
- package/schemas/project-type-identity.schema.json +34 -0
|
@@ -479,6 +479,9 @@
|
|
|
479
479
|
"type": "integer",
|
|
480
480
|
"exclusiveMinimum": 0,
|
|
481
481
|
"maximum": 9007199254740991
|
|
482
|
+
},
|
|
483
|
+
"artifact": {
|
|
484
|
+
"type": "boolean"
|
|
482
485
|
}
|
|
483
486
|
},
|
|
484
487
|
"required": [
|
|
@@ -512,6 +515,9 @@
|
|
|
512
515
|
},
|
|
513
516
|
"verifyImageBytes": {
|
|
514
517
|
"type": "boolean"
|
|
518
|
+
},
|
|
519
|
+
"artifact": {
|
|
520
|
+
"type": "boolean"
|
|
515
521
|
}
|
|
516
522
|
},
|
|
517
523
|
"required": [
|
|
@@ -534,6 +540,9 @@
|
|
|
534
540
|
},
|
|
535
541
|
"file": {
|
|
536
542
|
"type": "string"
|
|
543
|
+
},
|
|
544
|
+
"artifact": {
|
|
545
|
+
"type": "boolean"
|
|
537
546
|
}
|
|
538
547
|
},
|
|
539
548
|
"required": [
|
|
@@ -606,6 +615,9 @@
|
|
|
606
615
|
"label": {
|
|
607
616
|
"type": "string",
|
|
608
617
|
"minLength": 1
|
|
618
|
+
},
|
|
619
|
+
"artifact": {
|
|
620
|
+
"type": "boolean"
|
|
609
621
|
}
|
|
610
622
|
},
|
|
611
623
|
"required": [
|
|
@@ -663,6 +675,9 @@
|
|
|
663
675
|
"minLength": 1
|
|
664
676
|
}
|
|
665
677
|
}
|
|
678
|
+
},
|
|
679
|
+
"artifact": {
|
|
680
|
+
"type": "boolean"
|
|
666
681
|
}
|
|
667
682
|
},
|
|
668
683
|
"required": [
|
|
@@ -775,6 +790,9 @@
|
|
|
775
790
|
},
|
|
776
791
|
"flags": {
|
|
777
792
|
"type": "string"
|
|
793
|
+
},
|
|
794
|
+
"artifact": {
|
|
795
|
+
"type": "boolean"
|
|
778
796
|
}
|
|
779
797
|
},
|
|
780
798
|
"required": [
|
|
@@ -793,6 +811,9 @@
|
|
|
793
811
|
},
|
|
794
812
|
"file": {
|
|
795
813
|
"type": "string"
|
|
814
|
+
},
|
|
815
|
+
"artifact": {
|
|
816
|
+
"type": "boolean"
|
|
796
817
|
}
|
|
797
818
|
},
|
|
798
819
|
"required": [
|
|
@@ -809,6 +830,9 @@
|
|
|
809
830
|
"file": {
|
|
810
831
|
"type": "string",
|
|
811
832
|
"minLength": 1
|
|
833
|
+
},
|
|
834
|
+
"artifact": {
|
|
835
|
+
"type": "boolean"
|
|
812
836
|
}
|
|
813
837
|
},
|
|
814
838
|
"required": [
|
|
@@ -826,6 +850,9 @@
|
|
|
826
850
|
"file": {
|
|
827
851
|
"type": "string",
|
|
828
852
|
"minLength": 1
|
|
853
|
+
},
|
|
854
|
+
"artifact": {
|
|
855
|
+
"type": "boolean"
|
|
829
856
|
}
|
|
830
857
|
},
|
|
831
858
|
"required": [
|
|
@@ -843,6 +870,9 @@
|
|
|
843
870
|
"file": {
|
|
844
871
|
"type": "string",
|
|
845
872
|
"minLength": 1
|
|
873
|
+
},
|
|
874
|
+
"artifact": {
|
|
875
|
+
"type": "boolean"
|
|
846
876
|
}
|
|
847
877
|
},
|
|
848
878
|
"required": [
|
|
@@ -1055,6 +1085,13 @@
|
|
|
1055
1085
|
"recordField": {
|
|
1056
1086
|
"type": "string",
|
|
1057
1087
|
"minLength": 1
|
|
1088
|
+
},
|
|
1089
|
+
"artifact": {
|
|
1090
|
+
"type": "boolean"
|
|
1091
|
+
},
|
|
1092
|
+
"expectPaths": {
|
|
1093
|
+
"type": "string",
|
|
1094
|
+
"minLength": 1
|
|
1058
1095
|
}
|
|
1059
1096
|
},
|
|
1060
1097
|
"required": [
|
|
@@ -1077,6 +1114,12 @@
|
|
|
1077
1114
|
"outlineFile": {
|
|
1078
1115
|
"type": "string",
|
|
1079
1116
|
"minLength": 1
|
|
1117
|
+
},
|
|
1118
|
+
"outlineArtifact": {
|
|
1119
|
+
"type": "boolean"
|
|
1120
|
+
},
|
|
1121
|
+
"artifact": {
|
|
1122
|
+
"type": "boolean"
|
|
1080
1123
|
}
|
|
1081
1124
|
},
|
|
1082
1125
|
"required": [
|
|
@@ -1458,6 +1501,9 @@
|
|
|
1458
1501
|
"type": "integer",
|
|
1459
1502
|
"exclusiveMinimum": 0,
|
|
1460
1503
|
"maximum": 9007199254740991
|
|
1504
|
+
},
|
|
1505
|
+
"artifact": {
|
|
1506
|
+
"type": "boolean"
|
|
1461
1507
|
}
|
|
1462
1508
|
},
|
|
1463
1509
|
"required": [
|
|
@@ -1491,6 +1537,9 @@
|
|
|
1491
1537
|
},
|
|
1492
1538
|
"verifyImageBytes": {
|
|
1493
1539
|
"type": "boolean"
|
|
1540
|
+
},
|
|
1541
|
+
"artifact": {
|
|
1542
|
+
"type": "boolean"
|
|
1494
1543
|
}
|
|
1495
1544
|
},
|
|
1496
1545
|
"required": [
|
|
@@ -1513,6 +1562,9 @@
|
|
|
1513
1562
|
},
|
|
1514
1563
|
"file": {
|
|
1515
1564
|
"type": "string"
|
|
1565
|
+
},
|
|
1566
|
+
"artifact": {
|
|
1567
|
+
"type": "boolean"
|
|
1516
1568
|
}
|
|
1517
1569
|
},
|
|
1518
1570
|
"required": [
|
|
@@ -1585,6 +1637,9 @@
|
|
|
1585
1637
|
"label": {
|
|
1586
1638
|
"type": "string",
|
|
1587
1639
|
"minLength": 1
|
|
1640
|
+
},
|
|
1641
|
+
"artifact": {
|
|
1642
|
+
"type": "boolean"
|
|
1588
1643
|
}
|
|
1589
1644
|
},
|
|
1590
1645
|
"required": [
|
|
@@ -1642,6 +1697,9 @@
|
|
|
1642
1697
|
"minLength": 1
|
|
1643
1698
|
}
|
|
1644
1699
|
}
|
|
1700
|
+
},
|
|
1701
|
+
"artifact": {
|
|
1702
|
+
"type": "boolean"
|
|
1645
1703
|
}
|
|
1646
1704
|
},
|
|
1647
1705
|
"required": [
|
|
@@ -1754,6 +1812,9 @@
|
|
|
1754
1812
|
},
|
|
1755
1813
|
"flags": {
|
|
1756
1814
|
"type": "string"
|
|
1815
|
+
},
|
|
1816
|
+
"artifact": {
|
|
1817
|
+
"type": "boolean"
|
|
1757
1818
|
}
|
|
1758
1819
|
},
|
|
1759
1820
|
"required": [
|
|
@@ -1772,6 +1833,9 @@
|
|
|
1772
1833
|
},
|
|
1773
1834
|
"file": {
|
|
1774
1835
|
"type": "string"
|
|
1836
|
+
},
|
|
1837
|
+
"artifact": {
|
|
1838
|
+
"type": "boolean"
|
|
1775
1839
|
}
|
|
1776
1840
|
},
|
|
1777
1841
|
"required": [
|
|
@@ -1788,6 +1852,9 @@
|
|
|
1788
1852
|
"file": {
|
|
1789
1853
|
"type": "string",
|
|
1790
1854
|
"minLength": 1
|
|
1855
|
+
},
|
|
1856
|
+
"artifact": {
|
|
1857
|
+
"type": "boolean"
|
|
1791
1858
|
}
|
|
1792
1859
|
},
|
|
1793
1860
|
"required": [
|
|
@@ -1805,6 +1872,9 @@
|
|
|
1805
1872
|
"file": {
|
|
1806
1873
|
"type": "string",
|
|
1807
1874
|
"minLength": 1
|
|
1875
|
+
},
|
|
1876
|
+
"artifact": {
|
|
1877
|
+
"type": "boolean"
|
|
1808
1878
|
}
|
|
1809
1879
|
},
|
|
1810
1880
|
"required": [
|
|
@@ -1822,6 +1892,9 @@
|
|
|
1822
1892
|
"file": {
|
|
1823
1893
|
"type": "string",
|
|
1824
1894
|
"minLength": 1
|
|
1895
|
+
},
|
|
1896
|
+
"artifact": {
|
|
1897
|
+
"type": "boolean"
|
|
1825
1898
|
}
|
|
1826
1899
|
},
|
|
1827
1900
|
"required": [
|
|
@@ -2034,6 +2107,13 @@
|
|
|
2034
2107
|
"recordField": {
|
|
2035
2108
|
"type": "string",
|
|
2036
2109
|
"minLength": 1
|
|
2110
|
+
},
|
|
2111
|
+
"artifact": {
|
|
2112
|
+
"type": "boolean"
|
|
2113
|
+
},
|
|
2114
|
+
"expectPaths": {
|
|
2115
|
+
"type": "string",
|
|
2116
|
+
"minLength": 1
|
|
2037
2117
|
}
|
|
2038
2118
|
},
|
|
2039
2119
|
"required": [
|
|
@@ -2056,6 +2136,12 @@
|
|
|
2056
2136
|
"outlineFile": {
|
|
2057
2137
|
"type": "string",
|
|
2058
2138
|
"minLength": 1
|
|
2139
|
+
},
|
|
2140
|
+
"outlineArtifact": {
|
|
2141
|
+
"type": "boolean"
|
|
2142
|
+
},
|
|
2143
|
+
"artifact": {
|
|
2144
|
+
"type": "boolean"
|
|
2059
2145
|
}
|
|
2060
2146
|
},
|
|
2061
2147
|
"required": [
|
|
@@ -2437,6 +2523,9 @@
|
|
|
2437
2523
|
"type": "integer",
|
|
2438
2524
|
"exclusiveMinimum": 0,
|
|
2439
2525
|
"maximum": 9007199254740991
|
|
2526
|
+
},
|
|
2527
|
+
"artifact": {
|
|
2528
|
+
"type": "boolean"
|
|
2440
2529
|
}
|
|
2441
2530
|
},
|
|
2442
2531
|
"required": [
|
|
@@ -2470,6 +2559,9 @@
|
|
|
2470
2559
|
},
|
|
2471
2560
|
"verifyImageBytes": {
|
|
2472
2561
|
"type": "boolean"
|
|
2562
|
+
},
|
|
2563
|
+
"artifact": {
|
|
2564
|
+
"type": "boolean"
|
|
2473
2565
|
}
|
|
2474
2566
|
},
|
|
2475
2567
|
"required": [
|
|
@@ -2492,6 +2584,9 @@
|
|
|
2492
2584
|
},
|
|
2493
2585
|
"file": {
|
|
2494
2586
|
"type": "string"
|
|
2587
|
+
},
|
|
2588
|
+
"artifact": {
|
|
2589
|
+
"type": "boolean"
|
|
2495
2590
|
}
|
|
2496
2591
|
},
|
|
2497
2592
|
"required": [
|
|
@@ -2564,6 +2659,9 @@
|
|
|
2564
2659
|
"label": {
|
|
2565
2660
|
"type": "string",
|
|
2566
2661
|
"minLength": 1
|
|
2662
|
+
},
|
|
2663
|
+
"artifact": {
|
|
2664
|
+
"type": "boolean"
|
|
2567
2665
|
}
|
|
2568
2666
|
},
|
|
2569
2667
|
"required": [
|
|
@@ -2621,6 +2719,9 @@
|
|
|
2621
2719
|
"minLength": 1
|
|
2622
2720
|
}
|
|
2623
2721
|
}
|
|
2722
|
+
},
|
|
2723
|
+
"artifact": {
|
|
2724
|
+
"type": "boolean"
|
|
2624
2725
|
}
|
|
2625
2726
|
},
|
|
2626
2727
|
"required": [
|
|
@@ -2733,6 +2834,9 @@
|
|
|
2733
2834
|
},
|
|
2734
2835
|
"flags": {
|
|
2735
2836
|
"type": "string"
|
|
2837
|
+
},
|
|
2838
|
+
"artifact": {
|
|
2839
|
+
"type": "boolean"
|
|
2736
2840
|
}
|
|
2737
2841
|
},
|
|
2738
2842
|
"required": [
|
|
@@ -2751,6 +2855,9 @@
|
|
|
2751
2855
|
},
|
|
2752
2856
|
"file": {
|
|
2753
2857
|
"type": "string"
|
|
2858
|
+
},
|
|
2859
|
+
"artifact": {
|
|
2860
|
+
"type": "boolean"
|
|
2754
2861
|
}
|
|
2755
2862
|
},
|
|
2756
2863
|
"required": [
|
|
@@ -2767,6 +2874,9 @@
|
|
|
2767
2874
|
"file": {
|
|
2768
2875
|
"type": "string",
|
|
2769
2876
|
"minLength": 1
|
|
2877
|
+
},
|
|
2878
|
+
"artifact": {
|
|
2879
|
+
"type": "boolean"
|
|
2770
2880
|
}
|
|
2771
2881
|
},
|
|
2772
2882
|
"required": [
|
|
@@ -2784,6 +2894,9 @@
|
|
|
2784
2894
|
"file": {
|
|
2785
2895
|
"type": "string",
|
|
2786
2896
|
"minLength": 1
|
|
2897
|
+
},
|
|
2898
|
+
"artifact": {
|
|
2899
|
+
"type": "boolean"
|
|
2787
2900
|
}
|
|
2788
2901
|
},
|
|
2789
2902
|
"required": [
|
|
@@ -2801,6 +2914,9 @@
|
|
|
2801
2914
|
"file": {
|
|
2802
2915
|
"type": "string",
|
|
2803
2916
|
"minLength": 1
|
|
2917
|
+
},
|
|
2918
|
+
"artifact": {
|
|
2919
|
+
"type": "boolean"
|
|
2804
2920
|
}
|
|
2805
2921
|
},
|
|
2806
2922
|
"required": [
|
|
@@ -3013,6 +3129,13 @@
|
|
|
3013
3129
|
"recordField": {
|
|
3014
3130
|
"type": "string",
|
|
3015
3131
|
"minLength": 1
|
|
3132
|
+
},
|
|
3133
|
+
"artifact": {
|
|
3134
|
+
"type": "boolean"
|
|
3135
|
+
},
|
|
3136
|
+
"expectPaths": {
|
|
3137
|
+
"type": "string",
|
|
3138
|
+
"minLength": 1
|
|
3016
3139
|
}
|
|
3017
3140
|
},
|
|
3018
3141
|
"required": [
|
|
@@ -3035,6 +3158,12 @@
|
|
|
3035
3158
|
"outlineFile": {
|
|
3036
3159
|
"type": "string",
|
|
3037
3160
|
"minLength": 1
|
|
3161
|
+
},
|
|
3162
|
+
"outlineArtifact": {
|
|
3163
|
+
"type": "boolean"
|
|
3164
|
+
},
|
|
3165
|
+
"artifact": {
|
|
3166
|
+
"type": "boolean"
|
|
3038
3167
|
}
|
|
3039
3168
|
},
|
|
3040
3169
|
"required": [
|
|
@@ -3417,6 +3546,9 @@
|
|
|
3417
3546
|
"type": "integer",
|
|
3418
3547
|
"exclusiveMinimum": 0,
|
|
3419
3548
|
"maximum": 9007199254740991
|
|
3549
|
+
},
|
|
3550
|
+
"artifact": {
|
|
3551
|
+
"type": "boolean"
|
|
3420
3552
|
}
|
|
3421
3553
|
},
|
|
3422
3554
|
"required": [
|
|
@@ -3450,6 +3582,9 @@
|
|
|
3450
3582
|
},
|
|
3451
3583
|
"verifyImageBytes": {
|
|
3452
3584
|
"type": "boolean"
|
|
3585
|
+
},
|
|
3586
|
+
"artifact": {
|
|
3587
|
+
"type": "boolean"
|
|
3453
3588
|
}
|
|
3454
3589
|
},
|
|
3455
3590
|
"required": [
|
|
@@ -3472,6 +3607,9 @@
|
|
|
3472
3607
|
},
|
|
3473
3608
|
"file": {
|
|
3474
3609
|
"type": "string"
|
|
3610
|
+
},
|
|
3611
|
+
"artifact": {
|
|
3612
|
+
"type": "boolean"
|
|
3475
3613
|
}
|
|
3476
3614
|
},
|
|
3477
3615
|
"required": [
|
|
@@ -3544,6 +3682,9 @@
|
|
|
3544
3682
|
"label": {
|
|
3545
3683
|
"type": "string",
|
|
3546
3684
|
"minLength": 1
|
|
3685
|
+
},
|
|
3686
|
+
"artifact": {
|
|
3687
|
+
"type": "boolean"
|
|
3547
3688
|
}
|
|
3548
3689
|
},
|
|
3549
3690
|
"required": [
|
|
@@ -3601,6 +3742,9 @@
|
|
|
3601
3742
|
"minLength": 1
|
|
3602
3743
|
}
|
|
3603
3744
|
}
|
|
3745
|
+
},
|
|
3746
|
+
"artifact": {
|
|
3747
|
+
"type": "boolean"
|
|
3604
3748
|
}
|
|
3605
3749
|
},
|
|
3606
3750
|
"required": [
|
|
@@ -3713,6 +3857,9 @@
|
|
|
3713
3857
|
},
|
|
3714
3858
|
"flags": {
|
|
3715
3859
|
"type": "string"
|
|
3860
|
+
},
|
|
3861
|
+
"artifact": {
|
|
3862
|
+
"type": "boolean"
|
|
3716
3863
|
}
|
|
3717
3864
|
},
|
|
3718
3865
|
"required": [
|
|
@@ -3731,6 +3878,9 @@
|
|
|
3731
3878
|
},
|
|
3732
3879
|
"file": {
|
|
3733
3880
|
"type": "string"
|
|
3881
|
+
},
|
|
3882
|
+
"artifact": {
|
|
3883
|
+
"type": "boolean"
|
|
3734
3884
|
}
|
|
3735
3885
|
},
|
|
3736
3886
|
"required": [
|
|
@@ -3747,6 +3897,9 @@
|
|
|
3747
3897
|
"file": {
|
|
3748
3898
|
"type": "string",
|
|
3749
3899
|
"minLength": 1
|
|
3900
|
+
},
|
|
3901
|
+
"artifact": {
|
|
3902
|
+
"type": "boolean"
|
|
3750
3903
|
}
|
|
3751
3904
|
},
|
|
3752
3905
|
"required": [
|
|
@@ -3764,6 +3917,9 @@
|
|
|
3764
3917
|
"file": {
|
|
3765
3918
|
"type": "string",
|
|
3766
3919
|
"minLength": 1
|
|
3920
|
+
},
|
|
3921
|
+
"artifact": {
|
|
3922
|
+
"type": "boolean"
|
|
3767
3923
|
}
|
|
3768
3924
|
},
|
|
3769
3925
|
"required": [
|
|
@@ -3781,6 +3937,9 @@
|
|
|
3781
3937
|
"file": {
|
|
3782
3938
|
"type": "string",
|
|
3783
3939
|
"minLength": 1
|
|
3940
|
+
},
|
|
3941
|
+
"artifact": {
|
|
3942
|
+
"type": "boolean"
|
|
3784
3943
|
}
|
|
3785
3944
|
},
|
|
3786
3945
|
"required": [
|
|
@@ -3993,6 +4152,13 @@
|
|
|
3993
4152
|
"recordField": {
|
|
3994
4153
|
"type": "string",
|
|
3995
4154
|
"minLength": 1
|
|
4155
|
+
},
|
|
4156
|
+
"artifact": {
|
|
4157
|
+
"type": "boolean"
|
|
4158
|
+
},
|
|
4159
|
+
"expectPaths": {
|
|
4160
|
+
"type": "string",
|
|
4161
|
+
"minLength": 1
|
|
3996
4162
|
}
|
|
3997
4163
|
},
|
|
3998
4164
|
"required": [
|
|
@@ -4015,6 +4181,12 @@
|
|
|
4015
4181
|
"outlineFile": {
|
|
4016
4182
|
"type": "string",
|
|
4017
4183
|
"minLength": 1
|
|
4184
|
+
},
|
|
4185
|
+
"outlineArtifact": {
|
|
4186
|
+
"type": "boolean"
|
|
4187
|
+
},
|
|
4188
|
+
"artifact": {
|
|
4189
|
+
"type": "boolean"
|
|
4018
4190
|
}
|
|
4019
4191
|
},
|
|
4020
4192
|
"required": [
|
|
@@ -4495,6 +4667,8 @@
|
|
|
4495
4667
|
"project.connector.unbound",
|
|
4496
4668
|
"project.connector.synced",
|
|
4497
4669
|
"document.created",
|
|
4670
|
+
"document.folder.created",
|
|
4671
|
+
"document.updated",
|
|
4498
4672
|
"document.renamed",
|
|
4499
4673
|
"document.deleted",
|
|
4500
4674
|
"workspace.write",
|
|
@@ -99,6 +99,40 @@
|
|
|
99
99
|
"events",
|
|
100
100
|
"other"
|
|
101
101
|
]
|
|
102
|
+
},
|
|
103
|
+
"icon": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"enum": [
|
|
106
|
+
"sheet",
|
|
107
|
+
"folder",
|
|
108
|
+
"code",
|
|
109
|
+
"branch",
|
|
110
|
+
"envelope",
|
|
111
|
+
"calendar",
|
|
112
|
+
"bubbles",
|
|
113
|
+
"chart",
|
|
114
|
+
"frame",
|
|
115
|
+
"quill",
|
|
116
|
+
"sprout",
|
|
117
|
+
"die",
|
|
118
|
+
"house",
|
|
119
|
+
"coin",
|
|
120
|
+
"banner",
|
|
121
|
+
"terminal",
|
|
122
|
+
"globe",
|
|
123
|
+
"server",
|
|
124
|
+
"package",
|
|
125
|
+
"book",
|
|
126
|
+
"palette",
|
|
127
|
+
"camera",
|
|
128
|
+
"briefcase",
|
|
129
|
+
"heart",
|
|
130
|
+
"cards",
|
|
131
|
+
"meal",
|
|
132
|
+
"plane",
|
|
133
|
+
"people",
|
|
134
|
+
"dots"
|
|
135
|
+
]
|
|
102
136
|
}
|
|
103
137
|
},
|
|
104
138
|
"required": [
|