@dzhechkov/harness-core 0.3.126 → 0.3.128
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/.dz-manifest.json +74 -50
- package/README.md +3 -1
- package/dist/delivery-check.d.ts +169 -0
- package/dist/delivery-check.d.ts.map +1 -0
- package/dist/delivery-check.js +334 -0
- package/dist/delivery-check.js.map +1 -0
- package/dist/feature-adr-setup.d.ts +17 -1
- package/dist/feature-adr-setup.d.ts.map +1 -1
- package/dist/feature-adr-setup.js +76 -1
- package/dist/feature-adr-setup.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/parity.d.ts +73 -0
- package/dist/parity.d.ts.map +1 -0
- package/dist/parity.js +189 -0
- package/dist/parity.js.map +1 -0
- package/dist/sign.d.ts.map +1 -1
- package/dist/sign.js +15 -7
- package/dist/sign.js.map +1 -1
- package/package.json +3 -3
- package/sbom.json +145 -85
- package/src/delivery-check.ts +452 -0
- package/src/feature-adr-setup.ts +82 -2
- package/src/index.ts +12 -0
- package/src/parity.ts +231 -0
- package/src/sign.ts +16 -7
package/sbom.json
CHANGED
|
@@ -11,101 +11,41 @@
|
|
|
11
11
|
"components": [
|
|
12
12
|
{
|
|
13
13
|
"type": "file",
|
|
14
|
-
"name": ".
|
|
15
|
-
"hashes": [
|
|
16
|
-
{
|
|
17
|
-
"alg": "SHA-256",
|
|
18
|
-
"content": "56c3e05680c0126be06fa9e4bb0c11ebede38aa0cb69f54ce59545d0b72972d3"
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"type": "file",
|
|
24
|
-
"name": ".agentic-qe/brain.rvf.lock",
|
|
25
|
-
"hashes": [
|
|
26
|
-
{
|
|
27
|
-
"alg": "SHA-256",
|
|
28
|
-
"content": "f8b15b435c5d7e5fe357563d88632e7f5e7ce015ca60502be47debfd8c7088c0"
|
|
29
|
-
}
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "file",
|
|
34
|
-
"name": ".agentic-qe/memory.db",
|
|
35
|
-
"hashes": [
|
|
36
|
-
{
|
|
37
|
-
"alg": "SHA-256",
|
|
38
|
-
"content": "679969f7ce8bdc1b7651ff0703e5180325fd55d1c581ccf126c5e42d22f5a3c9"
|
|
39
|
-
}
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"type": "file",
|
|
44
|
-
"name": ".agentic-qe/memory.db-shm",
|
|
45
|
-
"hashes": [
|
|
46
|
-
{
|
|
47
|
-
"alg": "SHA-256",
|
|
48
|
-
"content": "1943a78d5ecdabd823dcb464adff32f89043e9a9c6d37cc6c95a44500e92843c"
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"type": "file",
|
|
54
|
-
"name": ".agentic-qe/memory.db-wal",
|
|
55
|
-
"hashes": [
|
|
56
|
-
{
|
|
57
|
-
"alg": "SHA-256",
|
|
58
|
-
"content": "d6cddfdecd95c4d88182b8f2e238792a5e4c5638b4ee225c5092ae77b8f038f8"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "file",
|
|
64
|
-
"name": ".agentic-qe/patterns.rvf",
|
|
65
|
-
"hashes": [
|
|
66
|
-
{
|
|
67
|
-
"alg": "SHA-256",
|
|
68
|
-
"content": "e9cb31dc3bd732f2cfbd81f5a7638903d7cfeb1983153a621c4e8da2d28d0cd5"
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"type": "file",
|
|
74
|
-
"name": ".agentic-qe/patterns.rvf.idmap.json",
|
|
14
|
+
"name": "CHANGELOG.md",
|
|
75
15
|
"hashes": [
|
|
76
16
|
{
|
|
77
17
|
"alg": "SHA-256",
|
|
78
|
-
"content": "
|
|
18
|
+
"content": "422a6b2367d61b6ee8ac170574c29ffd090521fc74ea94db94db5e522a7c4c6a"
|
|
79
19
|
}
|
|
80
20
|
]
|
|
81
21
|
},
|
|
82
22
|
{
|
|
83
23
|
"type": "file",
|
|
84
|
-
"name": ".
|
|
24
|
+
"name": "README.md",
|
|
85
25
|
"hashes": [
|
|
86
26
|
{
|
|
87
27
|
"alg": "SHA-256",
|
|
88
|
-
"content": "
|
|
28
|
+
"content": "d161d91fc1657d650584970e00ee393973ae625063e692319d2e28e816f91ea4"
|
|
89
29
|
}
|
|
90
30
|
]
|
|
91
31
|
},
|
|
92
32
|
{
|
|
93
33
|
"type": "file",
|
|
94
|
-
"name": "
|
|
34
|
+
"name": "coverage/coverage-final.json",
|
|
95
35
|
"hashes": [
|
|
96
36
|
{
|
|
97
37
|
"alg": "SHA-256",
|
|
98
|
-
"content": "
|
|
38
|
+
"content": "91777773d812050b808c438c071ce13eed69ffaf660f295bf07311a9f512c310"
|
|
99
39
|
}
|
|
100
40
|
]
|
|
101
41
|
},
|
|
102
42
|
{
|
|
103
43
|
"type": "file",
|
|
104
|
-
"name": "
|
|
44
|
+
"name": "coverage/coverage-summary.json",
|
|
105
45
|
"hashes": [
|
|
106
46
|
{
|
|
107
47
|
"alg": "SHA-256",
|
|
108
|
-
"content": "
|
|
48
|
+
"content": "df1e7169bfc7d9401142d2534ce7b009778cf7bbf9dbe58d8bc0f7e268ffddbb"
|
|
109
49
|
}
|
|
110
50
|
]
|
|
111
51
|
},
|
|
@@ -709,6 +649,46 @@
|
|
|
709
649
|
}
|
|
710
650
|
]
|
|
711
651
|
},
|
|
652
|
+
{
|
|
653
|
+
"type": "file",
|
|
654
|
+
"name": "dist/delivery-check.d.ts",
|
|
655
|
+
"hashes": [
|
|
656
|
+
{
|
|
657
|
+
"alg": "SHA-256",
|
|
658
|
+
"content": "81ae51ebc0ece4805e87a73d77aeb2adae183c9a5f0cec8409cf323eb0712d04"
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"type": "file",
|
|
664
|
+
"name": "dist/delivery-check.d.ts.map",
|
|
665
|
+
"hashes": [
|
|
666
|
+
{
|
|
667
|
+
"alg": "SHA-256",
|
|
668
|
+
"content": "e7ae1cc146a5f826e819d413b3bc642400f320c8c8670550f007b05cae2fc785"
|
|
669
|
+
}
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"type": "file",
|
|
674
|
+
"name": "dist/delivery-check.js",
|
|
675
|
+
"hashes": [
|
|
676
|
+
{
|
|
677
|
+
"alg": "SHA-256",
|
|
678
|
+
"content": "8035d3035a424c3f3790e1179f54b672dce2e4237b6101eb5b779b08c647e6a3"
|
|
679
|
+
}
|
|
680
|
+
]
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"type": "file",
|
|
684
|
+
"name": "dist/delivery-check.js.map",
|
|
685
|
+
"hashes": [
|
|
686
|
+
{
|
|
687
|
+
"alg": "SHA-256",
|
|
688
|
+
"content": "0ff99de991d8aba7c74c82bb35e38360b01f79bd47998f6fea310df1bc8ada26"
|
|
689
|
+
}
|
|
690
|
+
]
|
|
691
|
+
},
|
|
712
692
|
{
|
|
713
693
|
"type": "file",
|
|
714
694
|
"name": "dist/discrimination-gate.d.ts",
|
|
@@ -915,7 +895,7 @@
|
|
|
915
895
|
"hashes": [
|
|
916
896
|
{
|
|
917
897
|
"alg": "SHA-256",
|
|
918
|
-
"content": "
|
|
898
|
+
"content": "0c4990df97a5e2c0e3fcad8796fe77f40a0684359509b247d34e572c2080ae7e"
|
|
919
899
|
}
|
|
920
900
|
]
|
|
921
901
|
},
|
|
@@ -925,7 +905,7 @@
|
|
|
925
905
|
"hashes": [
|
|
926
906
|
{
|
|
927
907
|
"alg": "SHA-256",
|
|
928
|
-
"content": "
|
|
908
|
+
"content": "878ecf7c4f722a74b529e43c3b51ae7147c868d13b4ed547088407269ec0ce64"
|
|
929
909
|
}
|
|
930
910
|
]
|
|
931
911
|
},
|
|
@@ -935,7 +915,7 @@
|
|
|
935
915
|
"hashes": [
|
|
936
916
|
{
|
|
937
917
|
"alg": "SHA-256",
|
|
938
|
-
"content": "
|
|
918
|
+
"content": "907cc96e4b5dcfb12f142af1dc511b51bccaa93010681b1e78b433dc52a2b9dd"
|
|
939
919
|
}
|
|
940
920
|
]
|
|
941
921
|
},
|
|
@@ -945,7 +925,7 @@
|
|
|
945
925
|
"hashes": [
|
|
946
926
|
{
|
|
947
927
|
"alg": "SHA-256",
|
|
948
|
-
"content": "
|
|
928
|
+
"content": "dc50ce0dd4b4680afdda3e2c650d0d8665c7defce22e4afaeb24d2113c0dec9d"
|
|
949
929
|
}
|
|
950
930
|
]
|
|
951
931
|
},
|
|
@@ -1035,7 +1015,7 @@
|
|
|
1035
1015
|
"hashes": [
|
|
1036
1016
|
{
|
|
1037
1017
|
"alg": "SHA-256",
|
|
1038
|
-
"content": "
|
|
1018
|
+
"content": "6ee6d990aac7ee33204316a49cde4110818f1522ae89bcae0226d221490c246f"
|
|
1039
1019
|
}
|
|
1040
1020
|
]
|
|
1041
1021
|
},
|
|
@@ -1045,7 +1025,7 @@
|
|
|
1045
1025
|
"hashes": [
|
|
1046
1026
|
{
|
|
1047
1027
|
"alg": "SHA-256",
|
|
1048
|
-
"content": "
|
|
1028
|
+
"content": "0a509ce7802e48f49eca17166fc8dd85715791288b3021277b06435d854c32ff"
|
|
1049
1029
|
}
|
|
1050
1030
|
]
|
|
1051
1031
|
},
|
|
@@ -1055,7 +1035,7 @@
|
|
|
1055
1035
|
"hashes": [
|
|
1056
1036
|
{
|
|
1057
1037
|
"alg": "SHA-256",
|
|
1058
|
-
"content": "
|
|
1038
|
+
"content": "a7bfc772641de89a456cda793d23a920911313c87efc0f40ad44b33c6f7e1787"
|
|
1059
1039
|
}
|
|
1060
1040
|
]
|
|
1061
1041
|
},
|
|
@@ -1065,7 +1045,7 @@
|
|
|
1065
1045
|
"hashes": [
|
|
1066
1046
|
{
|
|
1067
1047
|
"alg": "SHA-256",
|
|
1068
|
-
"content": "
|
|
1048
|
+
"content": "ce0d259f4d632b2920bfc8b3f3899885e58ef71bd225b731e885c67081d1f61f"
|
|
1069
1049
|
}
|
|
1070
1050
|
]
|
|
1071
1051
|
},
|
|
@@ -1189,6 +1169,46 @@
|
|
|
1189
1169
|
}
|
|
1190
1170
|
]
|
|
1191
1171
|
},
|
|
1172
|
+
{
|
|
1173
|
+
"type": "file",
|
|
1174
|
+
"name": "dist/parity.d.ts",
|
|
1175
|
+
"hashes": [
|
|
1176
|
+
{
|
|
1177
|
+
"alg": "SHA-256",
|
|
1178
|
+
"content": "b1a73a2f30f2b2fbfcb47e2426e778946a191308d85c74055ea1848c4adb054f"
|
|
1179
|
+
}
|
|
1180
|
+
]
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "file",
|
|
1184
|
+
"name": "dist/parity.d.ts.map",
|
|
1185
|
+
"hashes": [
|
|
1186
|
+
{
|
|
1187
|
+
"alg": "SHA-256",
|
|
1188
|
+
"content": "5447cae953690e9cd39ffaf82f9de9fefdfb6e1f6c36142580ed4045e7daf96c"
|
|
1189
|
+
}
|
|
1190
|
+
]
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"type": "file",
|
|
1194
|
+
"name": "dist/parity.js",
|
|
1195
|
+
"hashes": [
|
|
1196
|
+
{
|
|
1197
|
+
"alg": "SHA-256",
|
|
1198
|
+
"content": "e583826b0c8bb6d04bd8f99cf864809c51f77b5cb3e2d5a1d26d2187f589bc74"
|
|
1199
|
+
}
|
|
1200
|
+
]
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"type": "file",
|
|
1204
|
+
"name": "dist/parity.js.map",
|
|
1205
|
+
"hashes": [
|
|
1206
|
+
{
|
|
1207
|
+
"alg": "SHA-256",
|
|
1208
|
+
"content": "3b40a7d296e18446c00b8a75fcb0dfaf12967063be51a4afa38915d4a9c2c70e"
|
|
1209
|
+
}
|
|
1210
|
+
]
|
|
1211
|
+
},
|
|
1192
1212
|
{
|
|
1193
1213
|
"type": "file",
|
|
1194
1214
|
"name": "dist/patterns.d.ts",
|
|
@@ -1965,7 +1985,7 @@
|
|
|
1965
1985
|
"hashes": [
|
|
1966
1986
|
{
|
|
1967
1987
|
"alg": "SHA-256",
|
|
1968
|
-
"content": "
|
|
1988
|
+
"content": "f0e3803b9f75ca7c89a89ac4da970f068d6b85248feb54db31cb7310670e271c"
|
|
1969
1989
|
}
|
|
1970
1990
|
]
|
|
1971
1991
|
},
|
|
@@ -1975,7 +1995,7 @@
|
|
|
1975
1995
|
"hashes": [
|
|
1976
1996
|
{
|
|
1977
1997
|
"alg": "SHA-256",
|
|
1978
|
-
"content": "
|
|
1998
|
+
"content": "ca6341affeea563291b39cae3ebbc67caf6b03cfd56f64510bf0da44d4e8e020"
|
|
1979
1999
|
}
|
|
1980
2000
|
]
|
|
1981
2001
|
},
|
|
@@ -1985,7 +2005,7 @@
|
|
|
1985
2005
|
"hashes": [
|
|
1986
2006
|
{
|
|
1987
2007
|
"alg": "SHA-256",
|
|
1988
|
-
"content": "
|
|
2008
|
+
"content": "19f610fd0769d55237142980c51a6ad279a37a6d3fcadc647c7ccacc54ff048f"
|
|
1989
2009
|
}
|
|
1990
2010
|
]
|
|
1991
2011
|
},
|
|
@@ -2395,7 +2415,7 @@
|
|
|
2395
2415
|
"hashes": [
|
|
2396
2416
|
{
|
|
2397
2417
|
"alg": "SHA-256",
|
|
2398
|
-
"content": "
|
|
2418
|
+
"content": "10333f357c5fc55ad72780e1f8c8b0626fca13955ca21faa1588448e0f111ff1"
|
|
2399
2419
|
}
|
|
2400
2420
|
]
|
|
2401
2421
|
},
|
|
@@ -2549,6 +2569,16 @@
|
|
|
2549
2569
|
}
|
|
2550
2570
|
]
|
|
2551
2571
|
},
|
|
2572
|
+
{
|
|
2573
|
+
"type": "file",
|
|
2574
|
+
"name": "src/delivery-check.ts",
|
|
2575
|
+
"hashes": [
|
|
2576
|
+
{
|
|
2577
|
+
"alg": "SHA-256",
|
|
2578
|
+
"content": "04db640b8c5d439f4392c9f8dd64fb3433f6f71d07a707cc9058f6baa6cf917c"
|
|
2579
|
+
}
|
|
2580
|
+
]
|
|
2581
|
+
},
|
|
2552
2582
|
{
|
|
2553
2583
|
"type": "file",
|
|
2554
2584
|
"name": "src/discrimination-gate.ts",
|
|
@@ -2605,7 +2635,7 @@
|
|
|
2605
2635
|
"hashes": [
|
|
2606
2636
|
{
|
|
2607
2637
|
"alg": "SHA-256",
|
|
2608
|
-
"content": "
|
|
2638
|
+
"content": "311f4344eed1a43a0a3bd2723cafce141e035078cdcc404509cdf26ee7df4904"
|
|
2609
2639
|
}
|
|
2610
2640
|
]
|
|
2611
2641
|
},
|
|
@@ -2635,7 +2665,7 @@
|
|
|
2635
2665
|
"hashes": [
|
|
2636
2666
|
{
|
|
2637
2667
|
"alg": "SHA-256",
|
|
2638
|
-
"content": "
|
|
2668
|
+
"content": "4ab5be98ff44ccdf428a60976bfd9e6c728ad88c7a76c56d1c11912727fe7c62"
|
|
2639
2669
|
}
|
|
2640
2670
|
]
|
|
2641
2671
|
},
|
|
@@ -2669,6 +2699,16 @@
|
|
|
2669
2699
|
}
|
|
2670
2700
|
]
|
|
2671
2701
|
},
|
|
2702
|
+
{
|
|
2703
|
+
"type": "file",
|
|
2704
|
+
"name": "src/parity.ts",
|
|
2705
|
+
"hashes": [
|
|
2706
|
+
{
|
|
2707
|
+
"alg": "SHA-256",
|
|
2708
|
+
"content": "1be63dfdf90a75456fa1e726cd9b6faecbf86f2420e5786722999a8b67b4dea1"
|
|
2709
|
+
}
|
|
2710
|
+
]
|
|
2711
|
+
},
|
|
2672
2712
|
{
|
|
2673
2713
|
"type": "file",
|
|
2674
2714
|
"name": "src/patterns.ts",
|
|
@@ -2855,7 +2895,7 @@
|
|
|
2855
2895
|
"hashes": [
|
|
2856
2896
|
{
|
|
2857
2897
|
"alg": "SHA-256",
|
|
2858
|
-
"content": "
|
|
2898
|
+
"content": "4387084605d46922685ee7453d5b51148aa8d115f9a8cdda79603251c3dd2474"
|
|
2859
2899
|
}
|
|
2860
2900
|
]
|
|
2861
2901
|
},
|
|
@@ -3139,6 +3179,16 @@
|
|
|
3139
3179
|
}
|
|
3140
3180
|
]
|
|
3141
3181
|
},
|
|
3182
|
+
{
|
|
3183
|
+
"type": "file",
|
|
3184
|
+
"name": "test/delivery-check.test.ts",
|
|
3185
|
+
"hashes": [
|
|
3186
|
+
{
|
|
3187
|
+
"alg": "SHA-256",
|
|
3188
|
+
"content": "11a3af1048f1143fdd8e238efe5dba299e29400c6b9d3a227291622088be9446"
|
|
3189
|
+
}
|
|
3190
|
+
]
|
|
3191
|
+
},
|
|
3142
3192
|
{
|
|
3143
3193
|
"type": "file",
|
|
3144
3194
|
"name": "test/delta-rerank.test.ts",
|
|
@@ -3245,7 +3295,7 @@
|
|
|
3245
3295
|
"hashes": [
|
|
3246
3296
|
{
|
|
3247
3297
|
"alg": "SHA-256",
|
|
3248
|
-
"content": "
|
|
3298
|
+
"content": "747d208998f731300f409c1a434a10eac8cb5dd9380769b8552006c6ca68d076"
|
|
3249
3299
|
}
|
|
3250
3300
|
]
|
|
3251
3301
|
},
|
|
@@ -3399,6 +3449,16 @@
|
|
|
3399
3449
|
}
|
|
3400
3450
|
]
|
|
3401
3451
|
},
|
|
3452
|
+
{
|
|
3453
|
+
"type": "file",
|
|
3454
|
+
"name": "test/parity.test.ts",
|
|
3455
|
+
"hashes": [
|
|
3456
|
+
{
|
|
3457
|
+
"alg": "SHA-256",
|
|
3458
|
+
"content": "dc8ac24be0d77884cdedfa291d881ab1f59e75e99c7d36a21291302896520c40"
|
|
3459
|
+
}
|
|
3460
|
+
]
|
|
3461
|
+
},
|
|
3402
3462
|
{
|
|
3403
3463
|
"type": "file",
|
|
3404
3464
|
"name": "test/patterns.test.ts",
|
|
@@ -3565,7 +3625,7 @@
|
|
|
3565
3625
|
"hashes": [
|
|
3566
3626
|
{
|
|
3567
3627
|
"alg": "SHA-256",
|
|
3568
|
-
"content": "
|
|
3628
|
+
"content": "2d5fd911d598ccc2037add021f93e34f0c79351a384e293b98051e05cdcbdeb0"
|
|
3569
3629
|
}
|
|
3570
3630
|
]
|
|
3571
3631
|
},
|