@dzhechkov/harness-core 0.4.4 → 0.5.0
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 +283 -103
- package/LICENSE +21 -0
- package/README.md +73 -5
- package/dist/agents-policy.d.ts +67 -0
- package/dist/agents-policy.d.ts.map +1 -0
- package/dist/agents-policy.js +258 -0
- package/dist/agents-policy.js.map +1 -0
- package/dist/codex-hooks-assets.d.ts +47 -0
- package/dist/codex-hooks-assets.d.ts.map +1 -0
- package/dist/codex-hooks-assets.js +287 -0
- package/dist/codex-hooks-assets.js.map +1 -0
- package/dist/codex-hooks-verify.d.ts +74 -0
- package/dist/codex-hooks-verify.d.ts.map +1 -0
- package/dist/codex-hooks-verify.js +140 -0
- package/dist/codex-hooks-verify.js.map +1 -0
- package/dist/codex-hooks.d.ts +258 -0
- package/dist/codex-hooks.d.ts.map +1 -0
- package/dist/codex-hooks.js +391 -0
- package/dist/codex-hooks.js.map +1 -0
- package/dist/discrimination-gate.d.ts +88 -15
- package/dist/discrimination-gate.d.ts.map +1 -1
- package/dist/discrimination-gate.js +343 -51
- package/dist/discrimination-gate.js.map +1 -1
- package/dist/feature-adr-checkpoints.d.ts +22 -0
- package/dist/feature-adr-checkpoints.d.ts.map +1 -1
- package/dist/feature-adr-checkpoints.js +42 -0
- package/dist/feature-adr-checkpoints.js.map +1 -1
- package/dist/feature-adr-routing.d.ts +196 -5
- package/dist/feature-adr-routing.d.ts.map +1 -1
- package/dist/feature-adr-routing.js +538 -54
- package/dist/feature-adr-routing.js.map +1 -1
- package/dist/guard.d.ts +13 -0
- package/dist/guard.d.ts.map +1 -1
- package/dist/guard.js +25 -1
- package/dist/guard.js.map +1 -1
- package/dist/index.d.ts +17 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -4
- package/dist/index.js.map +1 -1
- package/dist/loop-blobs.generated.js +2 -2
- package/dist/loop-blobs.generated.js.map +1 -1
- package/dist/managed-hooks.d.ts +76 -0
- package/dist/managed-hooks.d.ts.map +1 -0
- package/dist/managed-hooks.js +89 -0
- package/dist/managed-hooks.js.map +1 -0
- package/dist/mutation-gate.d.ts +14 -0
- package/dist/mutation-gate.d.ts.map +1 -1
- package/dist/mutation-gate.js +25 -2
- package/dist/mutation-gate.js.map +1 -1
- package/dist/operations.d.ts +153 -0
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +560 -24
- package/dist/operations.js.map +1 -1
- package/dist/parity.d.ts +38 -1
- package/dist/parity.d.ts.map +1 -1
- package/dist/parity.js +78 -5
- package/dist/parity.js.map +1 -1
- package/dist/recall-usage.d.ts +53 -0
- package/dist/recall-usage.d.ts.map +1 -1
- package/dist/recall-usage.js +125 -2
- package/dist/recall-usage.js.map +1 -1
- package/dist/setup.d.ts.map +1 -1
- package/dist/setup.js +14 -26
- package/dist/setup.js.map +1 -1
- package/dist/shell-veto-policy.d.ts +53 -0
- package/dist/shell-veto-policy.d.ts.map +1 -0
- package/dist/shell-veto-policy.js +103 -0
- package/dist/shell-veto-policy.js.map +1 -0
- package/dist/skills.d.ts +86 -1
- package/dist/skills.d.ts.map +1 -1
- package/dist/skills.js +116 -1
- package/dist/skills.js.map +1 -1
- package/dist/targets.d.ts +75 -0
- package/dist/targets.d.ts.map +1 -1
- package/dist/targets.js +160 -0
- package/dist/targets.js.map +1 -1
- package/package.json +20 -19
- package/sbom.json +552 -102
- package/src/agents-policy.ts +338 -0
- package/src/codex-hooks-assets.ts +291 -0
- package/src/codex-hooks-verify.ts +184 -0
- package/src/codex-hooks.ts +571 -0
- package/src/discrimination-gate.ts +456 -58
- package/src/feature-adr-checkpoints.ts +38 -0
- package/src/feature-adr-routing.ts +642 -75
- package/src/guard.ts +36 -1
- package/src/index.ts +118 -2
- package/src/loop-blobs.generated.ts +2 -2
- package/src/managed-hooks.ts +129 -0
- package/src/mutation-gate.ts +24 -2
- package/src/operations.ts +719 -28
- package/src/parity.ts +120 -6
- package/src/recall-usage.ts +184 -1
- package/src/setup.ts +26 -27
- package/src/shell-veto-policy.ts +119 -0
- package/src/skills.ts +174 -1
- package/src/targets.ts +189 -0
package/sbom.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"hashes": [
|
|
16
16
|
{
|
|
17
17
|
"alg": "SHA-256",
|
|
18
|
-
"content": "
|
|
18
|
+
"content": "425d5ecd7f5b8078af40616066fd16a7c36e45d937bc9ba91b9d5bd6023621c6"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
},
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "a6e1d0fd9579ec024413e8a9c750d65563ae22e29595e5fe8f3e570b68351b43"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"type": "file",
|
|
34
|
-
"name": "coverage/coverage-
|
|
34
|
+
"name": "coverage/.tmp/coverage-0.json",
|
|
35
35
|
"hashes": [
|
|
36
36
|
{
|
|
37
37
|
"alg": "SHA-256",
|
|
38
|
-
"content": "
|
|
38
|
+
"content": "7d9ddf585a3cec04412ed70c7c0356a52b051f70ecf2cabda78bbb980c468968"
|
|
39
39
|
}
|
|
40
40
|
]
|
|
41
41
|
},
|
|
@@ -119,6 +119,46 @@
|
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
|
+
{
|
|
123
|
+
"type": "file",
|
|
124
|
+
"name": "dist/agents-policy.d.ts",
|
|
125
|
+
"hashes": [
|
|
126
|
+
{
|
|
127
|
+
"alg": "SHA-256",
|
|
128
|
+
"content": "043123effe88906a0f1fed720b96a1991eb6cd6eee4e3a2e1799d1f127d48eb5"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"type": "file",
|
|
134
|
+
"name": "dist/agents-policy.d.ts.map",
|
|
135
|
+
"hashes": [
|
|
136
|
+
{
|
|
137
|
+
"alg": "SHA-256",
|
|
138
|
+
"content": "02353fe64777fdeb9c1afc244050f7ed88d75c139a7370d0d06438659676468a"
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "file",
|
|
144
|
+
"name": "dist/agents-policy.js",
|
|
145
|
+
"hashes": [
|
|
146
|
+
{
|
|
147
|
+
"alg": "SHA-256",
|
|
148
|
+
"content": "7a1418cf02e0235e4433766cbd96b9805d944d41cc5a604cce00069e494d4469"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"type": "file",
|
|
154
|
+
"name": "dist/agents-policy.js.map",
|
|
155
|
+
"hashes": [
|
|
156
|
+
{
|
|
157
|
+
"alg": "SHA-256",
|
|
158
|
+
"content": "08d5c8fe8b5dd9b0d75b382433de8356cf54c41e0b10b028d9a910817e44de72"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
122
162
|
{
|
|
123
163
|
"type": "file",
|
|
124
164
|
"name": "dist/apply.d.ts",
|
|
@@ -639,6 +679,126 @@
|
|
|
639
679
|
}
|
|
640
680
|
]
|
|
641
681
|
},
|
|
682
|
+
{
|
|
683
|
+
"type": "file",
|
|
684
|
+
"name": "dist/codex-hooks-assets.d.ts",
|
|
685
|
+
"hashes": [
|
|
686
|
+
{
|
|
687
|
+
"alg": "SHA-256",
|
|
688
|
+
"content": "dd1cb9cce42a0ca37a3e64eeac19c98f18f225932ffea282b33fdfd699446191"
|
|
689
|
+
}
|
|
690
|
+
]
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"type": "file",
|
|
694
|
+
"name": "dist/codex-hooks-assets.d.ts.map",
|
|
695
|
+
"hashes": [
|
|
696
|
+
{
|
|
697
|
+
"alg": "SHA-256",
|
|
698
|
+
"content": "26e38d302d82ce5e3bbcc18e1ad713fa80b0a98d7a1a84bda97f2884c546c404"
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"type": "file",
|
|
704
|
+
"name": "dist/codex-hooks-assets.js",
|
|
705
|
+
"hashes": [
|
|
706
|
+
{
|
|
707
|
+
"alg": "SHA-256",
|
|
708
|
+
"content": "eabec1b69880e0b701dff4fb1b370a6994b09c3eb156688b9598fe6d450dc337"
|
|
709
|
+
}
|
|
710
|
+
]
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"type": "file",
|
|
714
|
+
"name": "dist/codex-hooks-assets.js.map",
|
|
715
|
+
"hashes": [
|
|
716
|
+
{
|
|
717
|
+
"alg": "SHA-256",
|
|
718
|
+
"content": "06d8ebdfa991fe489f277b6b4974ab9d742b14cedc7bf2737cf062446f53bcfe"
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"type": "file",
|
|
724
|
+
"name": "dist/codex-hooks-verify.d.ts",
|
|
725
|
+
"hashes": [
|
|
726
|
+
{
|
|
727
|
+
"alg": "SHA-256",
|
|
728
|
+
"content": "8fff4ca6c69e3b5f7fba3024aa4c21a1d065e2476bfe9cbc61bba03254d2708e"
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"type": "file",
|
|
734
|
+
"name": "dist/codex-hooks-verify.d.ts.map",
|
|
735
|
+
"hashes": [
|
|
736
|
+
{
|
|
737
|
+
"alg": "SHA-256",
|
|
738
|
+
"content": "1c13776f4d23bf2760f182aecde21959710d6a4ea27b88f810ef97e12636aa30"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"type": "file",
|
|
744
|
+
"name": "dist/codex-hooks-verify.js",
|
|
745
|
+
"hashes": [
|
|
746
|
+
{
|
|
747
|
+
"alg": "SHA-256",
|
|
748
|
+
"content": "db19a1ba7720b91390beda8548956381ecc79a43d658c076859228d92ae3b559"
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"type": "file",
|
|
754
|
+
"name": "dist/codex-hooks-verify.js.map",
|
|
755
|
+
"hashes": [
|
|
756
|
+
{
|
|
757
|
+
"alg": "SHA-256",
|
|
758
|
+
"content": "5f2ea4f47d1d0c279641f72bde9985a93d811fbeff13dd05d58afae14f4b235a"
|
|
759
|
+
}
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"type": "file",
|
|
764
|
+
"name": "dist/codex-hooks.d.ts",
|
|
765
|
+
"hashes": [
|
|
766
|
+
{
|
|
767
|
+
"alg": "SHA-256",
|
|
768
|
+
"content": "bfcd2c5ffd26466778ee4936e1721c102308b2ce1ba126480edc58ab6ae49dde"
|
|
769
|
+
}
|
|
770
|
+
]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"type": "file",
|
|
774
|
+
"name": "dist/codex-hooks.d.ts.map",
|
|
775
|
+
"hashes": [
|
|
776
|
+
{
|
|
777
|
+
"alg": "SHA-256",
|
|
778
|
+
"content": "aeac4a3aec48ee2005ae59f6104e4741ed923a9a22988a1679cc5d2bcf36d0da"
|
|
779
|
+
}
|
|
780
|
+
]
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"type": "file",
|
|
784
|
+
"name": "dist/codex-hooks.js",
|
|
785
|
+
"hashes": [
|
|
786
|
+
{
|
|
787
|
+
"alg": "SHA-256",
|
|
788
|
+
"content": "af6abe68f98af16ff3b0cbcc765b09e7d469bdc3a2241375c97d8596cb2aa7dc"
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"type": "file",
|
|
794
|
+
"name": "dist/codex-hooks.js.map",
|
|
795
|
+
"hashes": [
|
|
796
|
+
{
|
|
797
|
+
"alg": "SHA-256",
|
|
798
|
+
"content": "5ed033c44393837a143b6158cf960b8b0fc5feff7cdae5dc5922169d7eb2b3be"
|
|
799
|
+
}
|
|
800
|
+
]
|
|
801
|
+
},
|
|
642
802
|
{
|
|
643
803
|
"type": "file",
|
|
644
804
|
"name": "dist/compounding.d.ts",
|
|
@@ -845,7 +1005,7 @@
|
|
|
845
1005
|
"hashes": [
|
|
846
1006
|
{
|
|
847
1007
|
"alg": "SHA-256",
|
|
848
|
-
"content": "
|
|
1008
|
+
"content": "c4efdd056b63cd84e71db867df7f5a5262746da451f62dfa4e36f7a3fbef43e7"
|
|
849
1009
|
}
|
|
850
1010
|
]
|
|
851
1011
|
},
|
|
@@ -855,7 +1015,7 @@
|
|
|
855
1015
|
"hashes": [
|
|
856
1016
|
{
|
|
857
1017
|
"alg": "SHA-256",
|
|
858
|
-
"content": "
|
|
1018
|
+
"content": "76a2508c953a2c9735b3e6e5c9fba9fdf08af14914e9b2c013c610ec81dd2d5b"
|
|
859
1019
|
}
|
|
860
1020
|
]
|
|
861
1021
|
},
|
|
@@ -865,7 +1025,7 @@
|
|
|
865
1025
|
"hashes": [
|
|
866
1026
|
{
|
|
867
1027
|
"alg": "SHA-256",
|
|
868
|
-
"content": "
|
|
1028
|
+
"content": "0b0d9b97564133b6db195e307b3a5b9b70c82b37d0647ee927419e4147995e76"
|
|
869
1029
|
}
|
|
870
1030
|
]
|
|
871
1031
|
},
|
|
@@ -875,7 +1035,7 @@
|
|
|
875
1035
|
"hashes": [
|
|
876
1036
|
{
|
|
877
1037
|
"alg": "SHA-256",
|
|
878
|
-
"content": "
|
|
1038
|
+
"content": "8758c2de8732851d2352c33e5746ac9f4079d4ec277ea4b7974d8e238169f365"
|
|
879
1039
|
}
|
|
880
1040
|
]
|
|
881
1041
|
},
|
|
@@ -1085,7 +1245,7 @@
|
|
|
1085
1245
|
"hashes": [
|
|
1086
1246
|
{
|
|
1087
1247
|
"alg": "SHA-256",
|
|
1088
|
-
"content": "
|
|
1248
|
+
"content": "164f314c63cced62a9ac52bab80f6fd946630b0ae65cd35a2210d0a7a21c44ac"
|
|
1089
1249
|
}
|
|
1090
1250
|
]
|
|
1091
1251
|
},
|
|
@@ -1095,7 +1255,7 @@
|
|
|
1095
1255
|
"hashes": [
|
|
1096
1256
|
{
|
|
1097
1257
|
"alg": "SHA-256",
|
|
1098
|
-
"content": "
|
|
1258
|
+
"content": "e900ef100629e7fa50bfdb45ecbb173de06a62f140dfa19c1a62463fe94731c2"
|
|
1099
1259
|
}
|
|
1100
1260
|
]
|
|
1101
1261
|
},
|
|
@@ -1105,7 +1265,7 @@
|
|
|
1105
1265
|
"hashes": [
|
|
1106
1266
|
{
|
|
1107
1267
|
"alg": "SHA-256",
|
|
1108
|
-
"content": "
|
|
1268
|
+
"content": "43c8ae39a919d8ee14c8e7a1ace4d7974c9f561c77b4ea753ddc471a7af8d3ce"
|
|
1109
1269
|
}
|
|
1110
1270
|
]
|
|
1111
1271
|
},
|
|
@@ -1115,7 +1275,7 @@
|
|
|
1115
1275
|
"hashes": [
|
|
1116
1276
|
{
|
|
1117
1277
|
"alg": "SHA-256",
|
|
1118
|
-
"content": "
|
|
1278
|
+
"content": "98d604e83f5b274b66a303c8fa901b121a81dd34b6f29b1971f50b5a49cdcb7d"
|
|
1119
1279
|
}
|
|
1120
1280
|
]
|
|
1121
1281
|
},
|
|
@@ -1165,7 +1325,7 @@
|
|
|
1165
1325
|
"hashes": [
|
|
1166
1326
|
{
|
|
1167
1327
|
"alg": "SHA-256",
|
|
1168
|
-
"content": "
|
|
1328
|
+
"content": "85babbd034e7b1bef93dd6e40179ac56f3d9e8d0740a4a1346f949ddfb9a90eb"
|
|
1169
1329
|
}
|
|
1170
1330
|
]
|
|
1171
1331
|
},
|
|
@@ -1175,7 +1335,7 @@
|
|
|
1175
1335
|
"hashes": [
|
|
1176
1336
|
{
|
|
1177
1337
|
"alg": "SHA-256",
|
|
1178
|
-
"content": "
|
|
1338
|
+
"content": "214f9c2d4366bcd9b6cc30581ad7b363a9f29751d34b8ff998d0b7756ce7a18e"
|
|
1179
1339
|
}
|
|
1180
1340
|
]
|
|
1181
1341
|
},
|
|
@@ -1185,7 +1345,7 @@
|
|
|
1185
1345
|
"hashes": [
|
|
1186
1346
|
{
|
|
1187
1347
|
"alg": "SHA-256",
|
|
1188
|
-
"content": "
|
|
1348
|
+
"content": "87b7e5fe44881ecf0001a57b5eb8ed083921fbab7e017e9970e7891b08452502"
|
|
1189
1349
|
}
|
|
1190
1350
|
]
|
|
1191
1351
|
},
|
|
@@ -1195,7 +1355,7 @@
|
|
|
1195
1355
|
"hashes": [
|
|
1196
1356
|
{
|
|
1197
1357
|
"alg": "SHA-256",
|
|
1198
|
-
"content": "
|
|
1358
|
+
"content": "b901dd4689697cfedb80a01d8965f7b1b4061eb9895763b1c32150ce13d68674"
|
|
1199
1359
|
}
|
|
1200
1360
|
]
|
|
1201
1361
|
},
|
|
@@ -1285,7 +1445,7 @@
|
|
|
1285
1445
|
"hashes": [
|
|
1286
1446
|
{
|
|
1287
1447
|
"alg": "SHA-256",
|
|
1288
|
-
"content": "
|
|
1448
|
+
"content": "38346a2da6b27e1f735278facca8a01047fe32d213b7cc1320a8103ab034c4bd"
|
|
1289
1449
|
}
|
|
1290
1450
|
]
|
|
1291
1451
|
},
|
|
@@ -1295,7 +1455,7 @@
|
|
|
1295
1455
|
"hashes": [
|
|
1296
1456
|
{
|
|
1297
1457
|
"alg": "SHA-256",
|
|
1298
|
-
"content": "
|
|
1458
|
+
"content": "df3e5197110bd8ca6ba7e3ffbb546c7278fcaa44466572089fa811bc389462b0"
|
|
1299
1459
|
}
|
|
1300
1460
|
]
|
|
1301
1461
|
},
|
|
@@ -1305,7 +1465,7 @@
|
|
|
1305
1465
|
"hashes": [
|
|
1306
1466
|
{
|
|
1307
1467
|
"alg": "SHA-256",
|
|
1308
|
-
"content": "
|
|
1468
|
+
"content": "23f0bfdb33528f8e9cfb900548ec1ede0979c06d8b23ae8525d6eb3ee419b718"
|
|
1309
1469
|
}
|
|
1310
1470
|
]
|
|
1311
1471
|
},
|
|
@@ -1315,7 +1475,7 @@
|
|
|
1315
1475
|
"hashes": [
|
|
1316
1476
|
{
|
|
1317
1477
|
"alg": "SHA-256",
|
|
1318
|
-
"content": "
|
|
1478
|
+
"content": "557b925f9837365089505093766c3ac9601debfd0385830e429bcc8a6ffd774a"
|
|
1319
1479
|
}
|
|
1320
1480
|
]
|
|
1321
1481
|
},
|
|
@@ -1365,7 +1525,7 @@
|
|
|
1365
1525
|
"hashes": [
|
|
1366
1526
|
{
|
|
1367
1527
|
"alg": "SHA-256",
|
|
1368
|
-
"content": "
|
|
1528
|
+
"content": "df762533397dc0a9b0e8e8abd9bb95fa1c8e47119e18d16bb5b2d15a5d6113a6"
|
|
1369
1529
|
}
|
|
1370
1530
|
]
|
|
1371
1531
|
},
|
|
@@ -1375,7 +1535,7 @@
|
|
|
1375
1535
|
"hashes": [
|
|
1376
1536
|
{
|
|
1377
1537
|
"alg": "SHA-256",
|
|
1378
|
-
"content": "
|
|
1538
|
+
"content": "5a116358bc40659d8f8aa0ff71e81b0b32277c11a08f829c769faa3d898d51e7"
|
|
1379
1539
|
}
|
|
1380
1540
|
]
|
|
1381
1541
|
},
|
|
@@ -1385,7 +1545,7 @@
|
|
|
1385
1545
|
"hashes": [
|
|
1386
1546
|
{
|
|
1387
1547
|
"alg": "SHA-256",
|
|
1388
|
-
"content": "
|
|
1548
|
+
"content": "b98220a5a09a44cf6a8354d993be0989e06266fa614240a7fa641992d7e91a87"
|
|
1389
1549
|
}
|
|
1390
1550
|
]
|
|
1391
1551
|
},
|
|
@@ -1395,7 +1555,7 @@
|
|
|
1395
1555
|
"hashes": [
|
|
1396
1556
|
{
|
|
1397
1557
|
"alg": "SHA-256",
|
|
1398
|
-
"content": "
|
|
1558
|
+
"content": "2c611f31f07efc90b712d5818091254bc49dc73cc177b25decaa86b903e393fd"
|
|
1399
1559
|
}
|
|
1400
1560
|
]
|
|
1401
1561
|
},
|
|
@@ -1455,7 +1615,7 @@
|
|
|
1455
1615
|
"hashes": [
|
|
1456
1616
|
{
|
|
1457
1617
|
"alg": "SHA-256",
|
|
1458
|
-
"content": "
|
|
1618
|
+
"content": "4752ad599537abe839adfa152188269e5e5ddfdff48020129e9f4a8e70e56983"
|
|
1459
1619
|
}
|
|
1460
1620
|
]
|
|
1461
1621
|
},
|
|
@@ -1465,7 +1625,7 @@
|
|
|
1465
1625
|
"hashes": [
|
|
1466
1626
|
{
|
|
1467
1627
|
"alg": "SHA-256",
|
|
1468
|
-
"content": "
|
|
1628
|
+
"content": "162289c2035aa34fd34907c74ffe752508e38f5c3b97db0dad58c55bc6b574b1"
|
|
1469
1629
|
}
|
|
1470
1630
|
]
|
|
1471
1631
|
},
|
|
@@ -1475,7 +1635,7 @@
|
|
|
1475
1635
|
"hashes": [
|
|
1476
1636
|
{
|
|
1477
1637
|
"alg": "SHA-256",
|
|
1478
|
-
"content": "
|
|
1638
|
+
"content": "87f8047fab1d4c8c819cd36248d2f0544ce499908663f174ded7f6d623a7e84f"
|
|
1479
1639
|
}
|
|
1480
1640
|
]
|
|
1481
1641
|
},
|
|
@@ -1485,7 +1645,7 @@
|
|
|
1485
1645
|
"hashes": [
|
|
1486
1646
|
{
|
|
1487
1647
|
"alg": "SHA-256",
|
|
1488
|
-
"content": "
|
|
1648
|
+
"content": "1ef7d4f55c4f6daa9cdb87540b85d9fee7dd41008317c488c97112448d8ada07"
|
|
1489
1649
|
}
|
|
1490
1650
|
]
|
|
1491
1651
|
},
|
|
@@ -1495,7 +1655,7 @@
|
|
|
1495
1655
|
"hashes": [
|
|
1496
1656
|
{
|
|
1497
1657
|
"alg": "SHA-256",
|
|
1498
|
-
"content": "
|
|
1658
|
+
"content": "3fe080f4356b1933ecf4b492134e90787fc472c642b7c64c6cce84a51fabddd4"
|
|
1499
1659
|
}
|
|
1500
1660
|
]
|
|
1501
1661
|
},
|
|
@@ -1505,7 +1665,7 @@
|
|
|
1505
1665
|
"hashes": [
|
|
1506
1666
|
{
|
|
1507
1667
|
"alg": "SHA-256",
|
|
1508
|
-
"content": "
|
|
1668
|
+
"content": "394f11cf13102edeb37c655f4796b15372c627b19814e6bc35a5b2fbe556e9b3"
|
|
1509
1669
|
}
|
|
1510
1670
|
]
|
|
1511
1671
|
},
|
|
@@ -1515,7 +1675,7 @@
|
|
|
1515
1675
|
"hashes": [
|
|
1516
1676
|
{
|
|
1517
1677
|
"alg": "SHA-256",
|
|
1518
|
-
"content": "
|
|
1678
|
+
"content": "9cff4d5a9745387ae90795b825e19b00ed62db2e98665bf0ddaa5f12be0ee491"
|
|
1519
1679
|
}
|
|
1520
1680
|
]
|
|
1521
1681
|
},
|
|
@@ -1565,7 +1725,7 @@
|
|
|
1565
1725
|
"hashes": [
|
|
1566
1726
|
{
|
|
1567
1727
|
"alg": "SHA-256",
|
|
1568
|
-
"content": "
|
|
1728
|
+
"content": "6d5df8252d9da89efd7ec8bb17c2bfbb2686c49cc9fe33422e2e80288c76b857"
|
|
1569
1729
|
}
|
|
1570
1730
|
]
|
|
1571
1731
|
},
|
|
@@ -1575,7 +1735,7 @@
|
|
|
1575
1735
|
"hashes": [
|
|
1576
1736
|
{
|
|
1577
1737
|
"alg": "SHA-256",
|
|
1578
|
-
"content": "
|
|
1738
|
+
"content": "396fd7bf4041f15d8bc037bd84e740ae4c89b218e2842f84aa2d3a9ef9dcfdfc"
|
|
1579
1739
|
}
|
|
1580
1740
|
]
|
|
1581
1741
|
},
|
|
@@ -1585,7 +1745,7 @@
|
|
|
1585
1745
|
"hashes": [
|
|
1586
1746
|
{
|
|
1587
1747
|
"alg": "SHA-256",
|
|
1588
|
-
"content": "
|
|
1748
|
+
"content": "3c14f7c6225775224ef74e15a5e215efa5118058cf35e55bfd46706b847a9db2"
|
|
1589
1749
|
}
|
|
1590
1750
|
]
|
|
1591
1751
|
},
|
|
@@ -1595,7 +1755,7 @@
|
|
|
1595
1755
|
"hashes": [
|
|
1596
1756
|
{
|
|
1597
1757
|
"alg": "SHA-256",
|
|
1598
|
-
"content": "
|
|
1758
|
+
"content": "5daf83a5ff7740b5dfac606747cd7f6a13dedf060aa8e149c7ecd3afe2201d5f"
|
|
1599
1759
|
}
|
|
1600
1760
|
]
|
|
1601
1761
|
},
|
|
@@ -1615,7 +1775,7 @@
|
|
|
1615
1775
|
"hashes": [
|
|
1616
1776
|
{
|
|
1617
1777
|
"alg": "SHA-256",
|
|
1618
|
-
"content": "
|
|
1778
|
+
"content": "6f781539cbfc72159cfc2532c53dec0adbc9061e1848e5da5ea564722dc9594a"
|
|
1619
1779
|
}
|
|
1620
1780
|
]
|
|
1621
1781
|
},
|
|
@@ -1625,7 +1785,7 @@
|
|
|
1625
1785
|
"hashes": [
|
|
1626
1786
|
{
|
|
1627
1787
|
"alg": "SHA-256",
|
|
1628
|
-
"content": "
|
|
1788
|
+
"content": "d94695ae68573147c5d0c595e3fc6d9f12977fb41ddc5c36d77b1fa9c23df5a9"
|
|
1629
1789
|
}
|
|
1630
1790
|
]
|
|
1631
1791
|
},
|
|
@@ -1635,7 +1795,7 @@
|
|
|
1635
1795
|
"hashes": [
|
|
1636
1796
|
{
|
|
1637
1797
|
"alg": "SHA-256",
|
|
1638
|
-
"content": "
|
|
1798
|
+
"content": "cd7da1b9bc60372a29a970e5b5b01ab3651cf0b02716207451e0421b249bc17a"
|
|
1639
1799
|
}
|
|
1640
1800
|
]
|
|
1641
1801
|
},
|
|
@@ -1679,6 +1839,46 @@
|
|
|
1679
1839
|
}
|
|
1680
1840
|
]
|
|
1681
1841
|
},
|
|
1842
|
+
{
|
|
1843
|
+
"type": "file",
|
|
1844
|
+
"name": "dist/managed-hooks.d.ts",
|
|
1845
|
+
"hashes": [
|
|
1846
|
+
{
|
|
1847
|
+
"alg": "SHA-256",
|
|
1848
|
+
"content": "782a56e7533f13eb5fa11d010426b2dfd05d04efe799b7fb2acc401503578308"
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"type": "file",
|
|
1854
|
+
"name": "dist/managed-hooks.d.ts.map",
|
|
1855
|
+
"hashes": [
|
|
1856
|
+
{
|
|
1857
|
+
"alg": "SHA-256",
|
|
1858
|
+
"content": "878a408df96bb8ae3f4f26b6aa2dce079b2d9f22dfa0ac53d4e295837cee64a9"
|
|
1859
|
+
}
|
|
1860
|
+
]
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"type": "file",
|
|
1864
|
+
"name": "dist/managed-hooks.js",
|
|
1865
|
+
"hashes": [
|
|
1866
|
+
{
|
|
1867
|
+
"alg": "SHA-256",
|
|
1868
|
+
"content": "400ced23e171d56732b826f16738c16b64c558741e8bd928af6a3b3b216f82b7"
|
|
1869
|
+
}
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"type": "file",
|
|
1874
|
+
"name": "dist/managed-hooks.js.map",
|
|
1875
|
+
"hashes": [
|
|
1876
|
+
{
|
|
1877
|
+
"alg": "SHA-256",
|
|
1878
|
+
"content": "a4fb6d19653749db4d85689fc164e9db6b48c5a4da1ca8a7ed668a55310c087f"
|
|
1879
|
+
}
|
|
1880
|
+
]
|
|
1881
|
+
},
|
|
1682
1882
|
{
|
|
1683
1883
|
"type": "file",
|
|
1684
1884
|
"name": "dist/mcp-scan.d.ts",
|
|
@@ -1765,7 +1965,7 @@
|
|
|
1765
1965
|
"hashes": [
|
|
1766
1966
|
{
|
|
1767
1967
|
"alg": "SHA-256",
|
|
1768
|
-
"content": "
|
|
1968
|
+
"content": "3cb6bef596a610b0fc408980b07cb07b1aae9f47893ed68e434cbe0cf99b520d"
|
|
1769
1969
|
}
|
|
1770
1970
|
]
|
|
1771
1971
|
},
|
|
@@ -1775,7 +1975,7 @@
|
|
|
1775
1975
|
"hashes": [
|
|
1776
1976
|
{
|
|
1777
1977
|
"alg": "SHA-256",
|
|
1778
|
-
"content": "
|
|
1978
|
+
"content": "76df6ab53e6a3a9b0c0b5e5c6e5060008c1cee9aa2085f9d1a03a35b039c13f5"
|
|
1779
1979
|
}
|
|
1780
1980
|
]
|
|
1781
1981
|
},
|
|
@@ -1785,7 +1985,7 @@
|
|
|
1785
1985
|
"hashes": [
|
|
1786
1986
|
{
|
|
1787
1987
|
"alg": "SHA-256",
|
|
1788
|
-
"content": "
|
|
1988
|
+
"content": "bd77c28bcf030cbb691da4381423dafcb46e61f0c3095e34c4d640c91861d317"
|
|
1789
1989
|
}
|
|
1790
1990
|
]
|
|
1791
1991
|
},
|
|
@@ -1795,7 +1995,7 @@
|
|
|
1795
1995
|
"hashes": [
|
|
1796
1996
|
{
|
|
1797
1997
|
"alg": "SHA-256",
|
|
1798
|
-
"content": "
|
|
1998
|
+
"content": "b6cfe1073cf23786b4fa73bf8fdfa6849097fc1ee7dc3b79b8c578cc0e56073e"
|
|
1799
1999
|
}
|
|
1800
2000
|
]
|
|
1801
2001
|
},
|
|
@@ -1845,7 +2045,7 @@
|
|
|
1845
2045
|
"hashes": [
|
|
1846
2046
|
{
|
|
1847
2047
|
"alg": "SHA-256",
|
|
1848
|
-
"content": "
|
|
2048
|
+
"content": "3511b42ea29616d3997aca0958aa539dc994bde7801c45b7b0d9634474ba3358"
|
|
1849
2049
|
}
|
|
1850
2050
|
]
|
|
1851
2051
|
},
|
|
@@ -1855,7 +2055,7 @@
|
|
|
1855
2055
|
"hashes": [
|
|
1856
2056
|
{
|
|
1857
2057
|
"alg": "SHA-256",
|
|
1858
|
-
"content": "
|
|
2058
|
+
"content": "4c0abe119a40b739534095c3763028b3062d97fbd9acb2bdbc272dd122c0c409"
|
|
1859
2059
|
}
|
|
1860
2060
|
]
|
|
1861
2061
|
},
|
|
@@ -1865,7 +2065,7 @@
|
|
|
1865
2065
|
"hashes": [
|
|
1866
2066
|
{
|
|
1867
2067
|
"alg": "SHA-256",
|
|
1868
|
-
"content": "
|
|
2068
|
+
"content": "d972a4d2cfa178a150e373a3e8ab00e09b66f98200f8382d10205b07f6d49308"
|
|
1869
2069
|
}
|
|
1870
2070
|
]
|
|
1871
2071
|
},
|
|
@@ -1875,7 +2075,7 @@
|
|
|
1875
2075
|
"hashes": [
|
|
1876
2076
|
{
|
|
1877
2077
|
"alg": "SHA-256",
|
|
1878
|
-
"content": "
|
|
2078
|
+
"content": "bae1bc7d35855aaacce491b3006745347d0b37dc3dc7be44d029d44f8f9d71c4"
|
|
1879
2079
|
}
|
|
1880
2080
|
]
|
|
1881
2081
|
},
|
|
@@ -1925,7 +2125,7 @@
|
|
|
1925
2125
|
"hashes": [
|
|
1926
2126
|
{
|
|
1927
2127
|
"alg": "SHA-256",
|
|
1928
|
-
"content": "
|
|
2128
|
+
"content": "a07472a59eb396e2cb7416d23d81189098e6315d17f9b9588f5319b4bdeec16a"
|
|
1929
2129
|
}
|
|
1930
2130
|
]
|
|
1931
2131
|
},
|
|
@@ -1935,7 +2135,7 @@
|
|
|
1935
2135
|
"hashes": [
|
|
1936
2136
|
{
|
|
1937
2137
|
"alg": "SHA-256",
|
|
1938
|
-
"content": "
|
|
2138
|
+
"content": "3a7f1d784fefe5ad7054fb58f887f546b6946d3fd255c05c792232db181f6d13"
|
|
1939
2139
|
}
|
|
1940
2140
|
]
|
|
1941
2141
|
},
|
|
@@ -1945,7 +2145,7 @@
|
|
|
1945
2145
|
"hashes": [
|
|
1946
2146
|
{
|
|
1947
2147
|
"alg": "SHA-256",
|
|
1948
|
-
"content": "
|
|
2148
|
+
"content": "a00edf1b7f8cbc53ce617759c35ec94a9ed66a3db416cb824856f7419e18ec58"
|
|
1949
2149
|
}
|
|
1950
2150
|
]
|
|
1951
2151
|
},
|
|
@@ -1955,7 +2155,7 @@
|
|
|
1955
2155
|
"hashes": [
|
|
1956
2156
|
{
|
|
1957
2157
|
"alg": "SHA-256",
|
|
1958
|
-
"content": "
|
|
2158
|
+
"content": "b29f09a934d629e5b18951866322a6bc086c0b84332a1d43f4fa7662051a5139"
|
|
1959
2159
|
}
|
|
1960
2160
|
]
|
|
1961
2161
|
},
|
|
@@ -2325,7 +2525,7 @@
|
|
|
2325
2525
|
"hashes": [
|
|
2326
2526
|
{
|
|
2327
2527
|
"alg": "SHA-256",
|
|
2328
|
-
"content": "
|
|
2528
|
+
"content": "daa62c7d37dccc5b4e059fe2806e8b628ccccb486b4b979c0c048a46458ad1d0"
|
|
2329
2529
|
}
|
|
2330
2530
|
]
|
|
2331
2531
|
},
|
|
@@ -2335,7 +2535,7 @@
|
|
|
2335
2535
|
"hashes": [
|
|
2336
2536
|
{
|
|
2337
2537
|
"alg": "SHA-256",
|
|
2338
|
-
"content": "
|
|
2538
|
+
"content": "07258953f0a0c85823ef082b5363592fa723c0939dd8829f939ba26f79944ec3"
|
|
2339
2539
|
}
|
|
2340
2540
|
]
|
|
2341
2541
|
},
|
|
@@ -2345,7 +2545,7 @@
|
|
|
2345
2545
|
"hashes": [
|
|
2346
2546
|
{
|
|
2347
2547
|
"alg": "SHA-256",
|
|
2348
|
-
"content": "
|
|
2548
|
+
"content": "c162987a11294b463cd6ebe6a6066c38ab5b67830b731c31c0a438ecc4a53b3e"
|
|
2349
2549
|
}
|
|
2350
2550
|
]
|
|
2351
2551
|
},
|
|
@@ -2355,7 +2555,7 @@
|
|
|
2355
2555
|
"hashes": [
|
|
2356
2556
|
{
|
|
2357
2557
|
"alg": "SHA-256",
|
|
2358
|
-
"content": "
|
|
2558
|
+
"content": "92cb068c0e759f3d11b0f35f34a5c9b765d3020c54de2b903e05ca5426c6dec3"
|
|
2359
2559
|
}
|
|
2360
2560
|
]
|
|
2361
2561
|
},
|
|
@@ -2815,7 +3015,7 @@
|
|
|
2815
3015
|
"hashes": [
|
|
2816
3016
|
{
|
|
2817
3017
|
"alg": "SHA-256",
|
|
2818
|
-
"content": "
|
|
3018
|
+
"content": "55122cd9057835ac29204b17588995770f69f3eebb56cb32d3a884661f3f6f1e"
|
|
2819
3019
|
}
|
|
2820
3020
|
]
|
|
2821
3021
|
},
|
|
@@ -2825,7 +3025,7 @@
|
|
|
2825
3025
|
"hashes": [
|
|
2826
3026
|
{
|
|
2827
3027
|
"alg": "SHA-256",
|
|
2828
|
-
"content": "
|
|
3028
|
+
"content": "1dee53e4ef30aafb7583761ab019179646e8269108eecfa314950acaba1ed4ba"
|
|
2829
3029
|
}
|
|
2830
3030
|
]
|
|
2831
3031
|
},
|
|
@@ -2835,7 +3035,47 @@
|
|
|
2835
3035
|
"hashes": [
|
|
2836
3036
|
{
|
|
2837
3037
|
"alg": "SHA-256",
|
|
2838
|
-
"content": "
|
|
3038
|
+
"content": "f0fed524dd0ffd581d431e2d103d053a477c33fbb9881aa53db796fb0aa59fe2"
|
|
3039
|
+
}
|
|
3040
|
+
]
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"type": "file",
|
|
3044
|
+
"name": "dist/shell-veto-policy.d.ts",
|
|
3045
|
+
"hashes": [
|
|
3046
|
+
{
|
|
3047
|
+
"alg": "SHA-256",
|
|
3048
|
+
"content": "a2e15c2e364ae63dae5c5a45ec483533aabbe3b2c3e48a85c4245d312ff18ca8"
|
|
3049
|
+
}
|
|
3050
|
+
]
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"type": "file",
|
|
3054
|
+
"name": "dist/shell-veto-policy.d.ts.map",
|
|
3055
|
+
"hashes": [
|
|
3056
|
+
{
|
|
3057
|
+
"alg": "SHA-256",
|
|
3058
|
+
"content": "9c9a15d801cb7f4babe12e69869fd1b3687f586ca6e059dfc14b0e333c269790"
|
|
3059
|
+
}
|
|
3060
|
+
]
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"type": "file",
|
|
3064
|
+
"name": "dist/shell-veto-policy.js",
|
|
3065
|
+
"hashes": [
|
|
3066
|
+
{
|
|
3067
|
+
"alg": "SHA-256",
|
|
3068
|
+
"content": "a9ab6040ea371dff78c23dcd96612afd3f4f515ddd7406afa374955ad2d8ec95"
|
|
3069
|
+
}
|
|
3070
|
+
]
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"type": "file",
|
|
3074
|
+
"name": "dist/shell-veto-policy.js.map",
|
|
3075
|
+
"hashes": [
|
|
3076
|
+
{
|
|
3077
|
+
"alg": "SHA-256",
|
|
3078
|
+
"content": "85c746731a898ac7090dbc1c06972a2e4775a92f11c5be8b03bd8c74cc4e450f"
|
|
2839
3079
|
}
|
|
2840
3080
|
]
|
|
2841
3081
|
},
|
|
@@ -2965,7 +3205,7 @@
|
|
|
2965
3205
|
"hashes": [
|
|
2966
3206
|
{
|
|
2967
3207
|
"alg": "SHA-256",
|
|
2968
|
-
"content": "
|
|
3208
|
+
"content": "e83c3cbd2e2ed5a861bf916ab8bf88f6984dfdc785a0168550ea47bb36484d6a"
|
|
2969
3209
|
}
|
|
2970
3210
|
]
|
|
2971
3211
|
},
|
|
@@ -2975,7 +3215,7 @@
|
|
|
2975
3215
|
"hashes": [
|
|
2976
3216
|
{
|
|
2977
3217
|
"alg": "SHA-256",
|
|
2978
|
-
"content": "
|
|
3218
|
+
"content": "b9e63b4eef608e1ae96fca3283638ab327df62ccd027acca74aec7760ee87d0e"
|
|
2979
3219
|
}
|
|
2980
3220
|
]
|
|
2981
3221
|
},
|
|
@@ -2985,7 +3225,7 @@
|
|
|
2985
3225
|
"hashes": [
|
|
2986
3226
|
{
|
|
2987
3227
|
"alg": "SHA-256",
|
|
2988
|
-
"content": "
|
|
3228
|
+
"content": "51b505f28dcf7a61052e012c148e57a487b094bee18ea0f8878ae5ad68ec8826"
|
|
2989
3229
|
}
|
|
2990
3230
|
]
|
|
2991
3231
|
},
|
|
@@ -2995,7 +3235,7 @@
|
|
|
2995
3235
|
"hashes": [
|
|
2996
3236
|
{
|
|
2997
3237
|
"alg": "SHA-256",
|
|
2998
|
-
"content": "
|
|
3238
|
+
"content": "250a219b82f8efc1a6f5de75296b119365df9313ae473ea335d8c8bba7ff8661"
|
|
2999
3239
|
}
|
|
3000
3240
|
]
|
|
3001
3241
|
},
|
|
@@ -3005,7 +3245,7 @@
|
|
|
3005
3245
|
"hashes": [
|
|
3006
3246
|
{
|
|
3007
3247
|
"alg": "SHA-256",
|
|
3008
|
-
"content": "
|
|
3248
|
+
"content": "8b3b61f8d0bb9ff1a9426f8721cda72b6685a7097153f52e31b73854a570d9f1"
|
|
3009
3249
|
}
|
|
3010
3250
|
]
|
|
3011
3251
|
},
|
|
@@ -3015,7 +3255,7 @@
|
|
|
3015
3255
|
"hashes": [
|
|
3016
3256
|
{
|
|
3017
3257
|
"alg": "SHA-256",
|
|
3018
|
-
"content": "
|
|
3258
|
+
"content": "485f603831e9a2feea38f7a4c7ed0c45f530c1ff8a2ac1d5cd04b3498d40f465"
|
|
3019
3259
|
}
|
|
3020
3260
|
]
|
|
3021
3261
|
},
|
|
@@ -3025,7 +3265,7 @@
|
|
|
3025
3265
|
"hashes": [
|
|
3026
3266
|
{
|
|
3027
3267
|
"alg": "SHA-256",
|
|
3028
|
-
"content": "
|
|
3268
|
+
"content": "e72d99a4e16bf0c4d483e4b1b9aafee2c3a38a4861cddd8be81d20ccbe240613"
|
|
3029
3269
|
}
|
|
3030
3270
|
]
|
|
3031
3271
|
},
|
|
@@ -3035,7 +3275,7 @@
|
|
|
3035
3275
|
"hashes": [
|
|
3036
3276
|
{
|
|
3037
3277
|
"alg": "SHA-256",
|
|
3038
|
-
"content": "
|
|
3278
|
+
"content": "27188e499f4d04661dbb8ba6da4a8eb3d94fccd4171b3059c4e26334aae9f946"
|
|
3039
3279
|
}
|
|
3040
3280
|
]
|
|
3041
3281
|
},
|
|
@@ -3165,7 +3405,7 @@
|
|
|
3165
3405
|
"hashes": [
|
|
3166
3406
|
{
|
|
3167
3407
|
"alg": "SHA-256",
|
|
3168
|
-
"content": "
|
|
3408
|
+
"content": "69c7c6107cc8858e44f3fb92afa2e8493708c883bee6945a038954906e130bdf"
|
|
3169
3409
|
}
|
|
3170
3410
|
]
|
|
3171
3411
|
},
|
|
@@ -3175,7 +3415,7 @@
|
|
|
3175
3415
|
"hashes": [
|
|
3176
3416
|
{
|
|
3177
3417
|
"alg": "SHA-256",
|
|
3178
|
-
"content": "
|
|
3418
|
+
"content": "544baaefa5272811cc21693e5a68e0fddff0295c9797b3f7c6ea95267dda16d4"
|
|
3179
3419
|
}
|
|
3180
3420
|
]
|
|
3181
3421
|
},
|
|
@@ -3185,7 +3425,7 @@
|
|
|
3185
3425
|
"hashes": [
|
|
3186
3426
|
{
|
|
3187
3427
|
"alg": "SHA-256",
|
|
3188
|
-
"content": "
|
|
3428
|
+
"content": "421b4f799a3c8d535b5b16ec83f22c740583e535e9b334b1f16adfe5d48eab18"
|
|
3189
3429
|
}
|
|
3190
3430
|
]
|
|
3191
3431
|
},
|
|
@@ -3195,7 +3435,7 @@
|
|
|
3195
3435
|
"hashes": [
|
|
3196
3436
|
{
|
|
3197
3437
|
"alg": "SHA-256",
|
|
3198
|
-
"content": "
|
|
3438
|
+
"content": "a66f106f20945584124e04d6e8a7a5aaff4b1c80c81022e7c8d830f7e6bef8da"
|
|
3199
3439
|
}
|
|
3200
3440
|
]
|
|
3201
3441
|
},
|
|
@@ -3405,7 +3645,7 @@
|
|
|
3405
3645
|
"hashes": [
|
|
3406
3646
|
{
|
|
3407
3647
|
"alg": "SHA-256",
|
|
3408
|
-
"content": "
|
|
3648
|
+
"content": "2f97128a60d154cbaffc81447db7bdcb4539d4697999696110f295ec9c6d40f9"
|
|
3409
3649
|
}
|
|
3410
3650
|
]
|
|
3411
3651
|
},
|
|
@@ -3429,6 +3669,16 @@
|
|
|
3429
3669
|
}
|
|
3430
3670
|
]
|
|
3431
3671
|
},
|
|
3672
|
+
{
|
|
3673
|
+
"type": "file",
|
|
3674
|
+
"name": "src/agents-policy.ts",
|
|
3675
|
+
"hashes": [
|
|
3676
|
+
{
|
|
3677
|
+
"alg": "SHA-256",
|
|
3678
|
+
"content": "1b5bc614dfa670f2c341f926b399300278a3b52a7bf1b6de9239b38c1d7c31e0"
|
|
3679
|
+
}
|
|
3680
|
+
]
|
|
3681
|
+
},
|
|
3432
3682
|
{
|
|
3433
3683
|
"type": "file",
|
|
3434
3684
|
"name": "src/apply.ts",
|
|
@@ -3559,6 +3809,36 @@
|
|
|
3559
3809
|
}
|
|
3560
3810
|
]
|
|
3561
3811
|
},
|
|
3812
|
+
{
|
|
3813
|
+
"type": "file",
|
|
3814
|
+
"name": "src/codex-hooks-assets.ts",
|
|
3815
|
+
"hashes": [
|
|
3816
|
+
{
|
|
3817
|
+
"alg": "SHA-256",
|
|
3818
|
+
"content": "f1519f568f73b7c1f566c25a29c3190bc1d38917e056124282cc70716f8335e2"
|
|
3819
|
+
}
|
|
3820
|
+
]
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"type": "file",
|
|
3824
|
+
"name": "src/codex-hooks-verify.ts",
|
|
3825
|
+
"hashes": [
|
|
3826
|
+
{
|
|
3827
|
+
"alg": "SHA-256",
|
|
3828
|
+
"content": "ddc00bd241613b1fd2828d300b9d4eebeefcdf0d8b39b09a02f42cad7affb8ff"
|
|
3829
|
+
}
|
|
3830
|
+
]
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"type": "file",
|
|
3834
|
+
"name": "src/codex-hooks.ts",
|
|
3835
|
+
"hashes": [
|
|
3836
|
+
{
|
|
3837
|
+
"alg": "SHA-256",
|
|
3838
|
+
"content": "f0a0feaf8436f71fb3164713ace0d70f5a1e947f51cea1eeb80e601f4392b671"
|
|
3839
|
+
}
|
|
3840
|
+
]
|
|
3841
|
+
},
|
|
3562
3842
|
{
|
|
3563
3843
|
"type": "file",
|
|
3564
3844
|
"name": "src/compounding.ts",
|
|
@@ -3615,7 +3895,7 @@
|
|
|
3615
3895
|
"hashes": [
|
|
3616
3896
|
{
|
|
3617
3897
|
"alg": "SHA-256",
|
|
3618
|
-
"content": "
|
|
3898
|
+
"content": "a2f605bff0a93e85eccf4552581297a08032d67a6111b6b9024d4496299b4c6b"
|
|
3619
3899
|
}
|
|
3620
3900
|
]
|
|
3621
3901
|
},
|
|
@@ -3675,7 +3955,7 @@
|
|
|
3675
3955
|
"hashes": [
|
|
3676
3956
|
{
|
|
3677
3957
|
"alg": "SHA-256",
|
|
3678
|
-
"content": "
|
|
3958
|
+
"content": "b287bc160d482024646d405b8cd3a1db0d09545a668ef27a05e53b1044ba03d5"
|
|
3679
3959
|
}
|
|
3680
3960
|
]
|
|
3681
3961
|
},
|
|
@@ -3695,7 +3975,7 @@
|
|
|
3695
3975
|
"hashes": [
|
|
3696
3976
|
{
|
|
3697
3977
|
"alg": "SHA-256",
|
|
3698
|
-
"content": "
|
|
3978
|
+
"content": "e4d7d4fdbf02f47c4dc1544a46d390652d662699d364654de7271609d86bad77"
|
|
3699
3979
|
}
|
|
3700
3980
|
]
|
|
3701
3981
|
},
|
|
@@ -3725,7 +4005,7 @@
|
|
|
3725
4005
|
"hashes": [
|
|
3726
4006
|
{
|
|
3727
4007
|
"alg": "SHA-256",
|
|
3728
|
-
"content": "
|
|
4008
|
+
"content": "ed3f8254f9192f8419c1b220a500943ddc64873fc478e0b2d8ef4c0dbe3e3b8a"
|
|
3729
4009
|
}
|
|
3730
4010
|
]
|
|
3731
4011
|
},
|
|
@@ -3745,7 +4025,7 @@
|
|
|
3745
4025
|
"hashes": [
|
|
3746
4026
|
{
|
|
3747
4027
|
"alg": "SHA-256",
|
|
3748
|
-
"content": "
|
|
4028
|
+
"content": "f408a45ffc77e322af5d21ec539309d9d5b16dd51cee427f3cfe86b74b5d2f09"
|
|
3749
4029
|
}
|
|
3750
4030
|
]
|
|
3751
4031
|
},
|
|
@@ -3765,7 +4045,7 @@
|
|
|
3765
4045
|
"hashes": [
|
|
3766
4046
|
{
|
|
3767
4047
|
"alg": "SHA-256",
|
|
3768
|
-
"content": "
|
|
4048
|
+
"content": "5ef6994ded9b5e2068f30e3c63d2c19d931581c8d3ec41950f4e45c959c8278c"
|
|
3769
4049
|
}
|
|
3770
4050
|
]
|
|
3771
4051
|
},
|
|
@@ -3775,7 +4055,7 @@
|
|
|
3775
4055
|
"hashes": [
|
|
3776
4056
|
{
|
|
3777
4057
|
"alg": "SHA-256",
|
|
3778
|
-
"content": "
|
|
4058
|
+
"content": "ce8c666b5d7fb16578a4489cafae56a0baf08dc786b052e40632692e713998f8"
|
|
3779
4059
|
}
|
|
3780
4060
|
]
|
|
3781
4061
|
},
|
|
@@ -3795,7 +4075,7 @@
|
|
|
3795
4075
|
"hashes": [
|
|
3796
4076
|
{
|
|
3797
4077
|
"alg": "SHA-256",
|
|
3798
|
-
"content": "
|
|
4078
|
+
"content": "42960dd51a381997be9f48bf23a7f6b2aa85c48479eb2b6ca884ed0d20838d74"
|
|
3799
4079
|
}
|
|
3800
4080
|
]
|
|
3801
4081
|
},
|
|
@@ -3805,7 +4085,7 @@
|
|
|
3805
4085
|
"hashes": [
|
|
3806
4086
|
{
|
|
3807
4087
|
"alg": "SHA-256",
|
|
3808
|
-
"content": "
|
|
4088
|
+
"content": "d01c1a598c1b8cfa91600d4bcd2bfae492279cf27e01c07672c532449c825bb1"
|
|
3809
4089
|
}
|
|
3810
4090
|
]
|
|
3811
4091
|
},
|
|
@@ -3819,6 +4099,16 @@
|
|
|
3819
4099
|
}
|
|
3820
4100
|
]
|
|
3821
4101
|
},
|
|
4102
|
+
{
|
|
4103
|
+
"type": "file",
|
|
4104
|
+
"name": "src/managed-hooks.ts",
|
|
4105
|
+
"hashes": [
|
|
4106
|
+
{
|
|
4107
|
+
"alg": "SHA-256",
|
|
4108
|
+
"content": "e337a560a462589c64a4eb12b13caa21742d6d66a5123c664e88e5ae951c7dc4"
|
|
4109
|
+
}
|
|
4110
|
+
]
|
|
4111
|
+
},
|
|
3822
4112
|
{
|
|
3823
4113
|
"type": "file",
|
|
3824
4114
|
"name": "src/mcp-scan.ts",
|
|
@@ -3845,7 +4135,7 @@
|
|
|
3845
4135
|
"hashes": [
|
|
3846
4136
|
{
|
|
3847
4137
|
"alg": "SHA-256",
|
|
3848
|
-
"content": "
|
|
4138
|
+
"content": "f736d8bc575e1627121fd5c51e327482ee057215964efc882b91e0b64c7b26fb"
|
|
3849
4139
|
}
|
|
3850
4140
|
]
|
|
3851
4141
|
},
|
|
@@ -3865,7 +4155,7 @@
|
|
|
3865
4155
|
"hashes": [
|
|
3866
4156
|
{
|
|
3867
4157
|
"alg": "SHA-256",
|
|
3868
|
-
"content": "
|
|
4158
|
+
"content": "fa39f3abf044510d808c0f0694e75dc15caea079b8011769f6ac401bd773a679"
|
|
3869
4159
|
}
|
|
3870
4160
|
]
|
|
3871
4161
|
},
|
|
@@ -3885,7 +4175,7 @@
|
|
|
3885
4175
|
"hashes": [
|
|
3886
4176
|
{
|
|
3887
4177
|
"alg": "SHA-256",
|
|
3888
|
-
"content": "
|
|
4178
|
+
"content": "cdb36d0fb86c54b8070bb5b08bfe77334f53da581385cfbecd82e9c7c3b13155"
|
|
3889
4179
|
}
|
|
3890
4180
|
]
|
|
3891
4181
|
},
|
|
@@ -3975,7 +4265,7 @@
|
|
|
3975
4265
|
"hashes": [
|
|
3976
4266
|
{
|
|
3977
4267
|
"alg": "SHA-256",
|
|
3978
|
-
"content": "
|
|
4268
|
+
"content": "8cbae534a771d655457a60f54d1e38891b4129de31767a1735b836d58d778bff"
|
|
3979
4269
|
}
|
|
3980
4270
|
]
|
|
3981
4271
|
},
|
|
@@ -4095,7 +4385,17 @@
|
|
|
4095
4385
|
"hashes": [
|
|
4096
4386
|
{
|
|
4097
4387
|
"alg": "SHA-256",
|
|
4098
|
-
"content": "
|
|
4388
|
+
"content": "59625539d43dd832d16c0c7ff98bf2dd9952d1c8fbcaf698009340596e77ac81"
|
|
4389
|
+
}
|
|
4390
|
+
]
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"type": "file",
|
|
4394
|
+
"name": "src/shell-veto-policy.ts",
|
|
4395
|
+
"hashes": [
|
|
4396
|
+
{
|
|
4397
|
+
"alg": "SHA-256",
|
|
4398
|
+
"content": "27e304390cd3eb50f2d6adf4134491595cdadad6bb07d74226d05182d5e56ea3"
|
|
4099
4399
|
}
|
|
4100
4400
|
]
|
|
4101
4401
|
},
|
|
@@ -4135,7 +4435,7 @@
|
|
|
4135
4435
|
"hashes": [
|
|
4136
4436
|
{
|
|
4137
4437
|
"alg": "SHA-256",
|
|
4138
|
-
"content": "
|
|
4438
|
+
"content": "ca2f5d5f65be107e7c1740a5447b729f08ec297baf5383a3dbe473e2c3c588da"
|
|
4139
4439
|
}
|
|
4140
4440
|
]
|
|
4141
4441
|
},
|
|
@@ -4145,7 +4445,7 @@
|
|
|
4145
4445
|
"hashes": [
|
|
4146
4446
|
{
|
|
4147
4447
|
"alg": "SHA-256",
|
|
4148
|
-
"content": "
|
|
4448
|
+
"content": "cb1fc2b2f904e6c40ef7ba481c4ca2e9072b31302015134f4e636f67323c89d8"
|
|
4149
4449
|
}
|
|
4150
4450
|
]
|
|
4151
4451
|
},
|
|
@@ -4185,7 +4485,7 @@
|
|
|
4185
4485
|
"hashes": [
|
|
4186
4486
|
{
|
|
4187
4487
|
"alg": "SHA-256",
|
|
4188
|
-
"content": "
|
|
4488
|
+
"content": "5f57e0b087cc7360b7ccd7eb4deea8ab0b02ff370835bed0d141086f4510e8e4"
|
|
4189
4489
|
}
|
|
4190
4490
|
]
|
|
4191
4491
|
},
|
|
@@ -4269,6 +4569,26 @@
|
|
|
4269
4569
|
}
|
|
4270
4570
|
]
|
|
4271
4571
|
},
|
|
4572
|
+
{
|
|
4573
|
+
"type": "file",
|
|
4574
|
+
"name": "test/agents-policy-drift.test.ts",
|
|
4575
|
+
"hashes": [
|
|
4576
|
+
{
|
|
4577
|
+
"alg": "SHA-256",
|
|
4578
|
+
"content": "2fb1802b4e707a35d39f1db6da549843b55a515d23e66af411e2bb1223f96bcb"
|
|
4579
|
+
}
|
|
4580
|
+
]
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"type": "file",
|
|
4584
|
+
"name": "test/agents-policy.test.ts",
|
|
4585
|
+
"hashes": [
|
|
4586
|
+
{
|
|
4587
|
+
"alg": "SHA-256",
|
|
4588
|
+
"content": "5977d534adbab0d3b8820eb7341b00b03e10748f895e0383c1d30508fde0e771"
|
|
4589
|
+
}
|
|
4590
|
+
]
|
|
4591
|
+
},
|
|
4272
4592
|
{
|
|
4273
4593
|
"type": "file",
|
|
4274
4594
|
"name": "test/apply.test.ts",
|
|
@@ -4409,6 +4729,36 @@
|
|
|
4409
4729
|
}
|
|
4410
4730
|
]
|
|
4411
4731
|
},
|
|
4732
|
+
{
|
|
4733
|
+
"type": "file",
|
|
4734
|
+
"name": "test/cfr-discovery-gate.test.ts",
|
|
4735
|
+
"hashes": [
|
|
4736
|
+
{
|
|
4737
|
+
"alg": "SHA-256",
|
|
4738
|
+
"content": "b4d343527c5a92c624dd90daf4400d938f885836bd671e10ba3a58f05047a52d"
|
|
4739
|
+
}
|
|
4740
|
+
]
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"type": "file",
|
|
4744
|
+
"name": "test/cfr-handoff-exits.test.ts",
|
|
4745
|
+
"hashes": [
|
|
4746
|
+
{
|
|
4747
|
+
"alg": "SHA-256",
|
|
4748
|
+
"content": "b93f89785bb853b466d40bc2c515d11ec3ae6e00c47f7364dce9a9544bc9c8eb"
|
|
4749
|
+
}
|
|
4750
|
+
]
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"type": "file",
|
|
4754
|
+
"name": "test/cfr-tool-perimeter.test.ts",
|
|
4755
|
+
"hashes": [
|
|
4756
|
+
{
|
|
4757
|
+
"alg": "SHA-256",
|
|
4758
|
+
"content": "ae004e51a76a8c979e27916056baa33eac60bdfa427cd1cb7791f65aa8ad0125"
|
|
4759
|
+
}
|
|
4760
|
+
]
|
|
4761
|
+
},
|
|
4412
4762
|
{
|
|
4413
4763
|
"type": "file",
|
|
4414
4764
|
"name": "test/challenge-panel.test.ts",
|
|
@@ -4439,6 +4789,46 @@
|
|
|
4439
4789
|
}
|
|
4440
4790
|
]
|
|
4441
4791
|
},
|
|
4792
|
+
{
|
|
4793
|
+
"type": "file",
|
|
4794
|
+
"name": "test/codex-doctor-apply-leg.test.ts",
|
|
4795
|
+
"hashes": [
|
|
4796
|
+
{
|
|
4797
|
+
"alg": "SHA-256",
|
|
4798
|
+
"content": "d7e0d944847c436158836ccd05a00db0f9a17d207051f29b00e6383a16e35198"
|
|
4799
|
+
}
|
|
4800
|
+
]
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"type": "file",
|
|
4804
|
+
"name": "test/codex-hooks-helpers.test.ts",
|
|
4805
|
+
"hashes": [
|
|
4806
|
+
{
|
|
4807
|
+
"alg": "SHA-256",
|
|
4808
|
+
"content": "d507426ac20fa4b5b79203dab8dbfb76db97d484bd50cbbad093a8d4f07962aa"
|
|
4809
|
+
}
|
|
4810
|
+
]
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"type": "file",
|
|
4814
|
+
"name": "test/codex-hooks-verify.test.ts",
|
|
4815
|
+
"hashes": [
|
|
4816
|
+
{
|
|
4817
|
+
"alg": "SHA-256",
|
|
4818
|
+
"content": "5159066961c35c5ab74db33b277a229462a91fdf15ce8894a69f5314a732b64b"
|
|
4819
|
+
}
|
|
4820
|
+
]
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"type": "file",
|
|
4824
|
+
"name": "test/codex-hooks.test.ts",
|
|
4825
|
+
"hashes": [
|
|
4826
|
+
{
|
|
4827
|
+
"alg": "SHA-256",
|
|
4828
|
+
"content": "7f31d0a26254630a312e7d22ab48cf0444e7c97606005065ec7ab845e0098a0c"
|
|
4829
|
+
}
|
|
4830
|
+
]
|
|
4831
|
+
},
|
|
4442
4832
|
{
|
|
4443
4833
|
"type": "file",
|
|
4444
4834
|
"name": "test/compounding.test.ts",
|
|
@@ -4525,7 +4915,7 @@
|
|
|
4525
4915
|
"hashes": [
|
|
4526
4916
|
{
|
|
4527
4917
|
"alg": "SHA-256",
|
|
4528
|
-
"content": "
|
|
4918
|
+
"content": "cf71ef547bf161f1d2cadfc8456431cd3979f57c0dc2b8cdc1fd539e4dcf6d2f"
|
|
4529
4919
|
}
|
|
4530
4920
|
]
|
|
4531
4921
|
},
|
|
@@ -4615,7 +5005,7 @@
|
|
|
4615
5005
|
"hashes": [
|
|
4616
5006
|
{
|
|
4617
5007
|
"alg": "SHA-256",
|
|
4618
|
-
"content": "
|
|
5008
|
+
"content": "edcbf1f1768ba7fd206da3ad097fe1fa019e721dfd6313ab5354f4063ae341c4"
|
|
4619
5009
|
}
|
|
4620
5010
|
]
|
|
4621
5011
|
},
|
|
@@ -4645,7 +5035,7 @@
|
|
|
4645
5035
|
"hashes": [
|
|
4646
5036
|
{
|
|
4647
5037
|
"alg": "SHA-256",
|
|
4648
|
-
"content": "
|
|
5038
|
+
"content": "49cedaa5b2c5a385acd658fd42a306227706da31be1099f7ca0a050b3759691c"
|
|
4649
5039
|
}
|
|
4650
5040
|
]
|
|
4651
5041
|
},
|
|
@@ -4699,6 +5089,16 @@
|
|
|
4699
5089
|
}
|
|
4700
5090
|
]
|
|
4701
5091
|
},
|
|
5092
|
+
{
|
|
5093
|
+
"type": "file",
|
|
5094
|
+
"name": "test/fixtures/agents-md-hand-authored-90e3a7cc.md",
|
|
5095
|
+
"hashes": [
|
|
5096
|
+
{
|
|
5097
|
+
"alg": "SHA-256",
|
|
5098
|
+
"content": "ef9a0dd753cef2b88222e8ebef738c22838bbc5839228afed0a20384acfcffc5"
|
|
5099
|
+
}
|
|
5100
|
+
]
|
|
5101
|
+
},
|
|
4702
5102
|
{
|
|
4703
5103
|
"type": "file",
|
|
4704
5104
|
"name": "test/fixtures/loop-lint/seeds/seed-1-sandbox-date-now.js",
|
|
@@ -4745,7 +5145,7 @@
|
|
|
4745
5145
|
"hashes": [
|
|
4746
5146
|
{
|
|
4747
5147
|
"alg": "SHA-256",
|
|
4748
|
-
"content": "
|
|
5148
|
+
"content": "027a4a5c5257725bb12c91360e02a8161b9036279eddc7ca2ca8217d1ec32deb"
|
|
4749
5149
|
}
|
|
4750
5150
|
]
|
|
4751
5151
|
},
|
|
@@ -4775,7 +5175,7 @@
|
|
|
4775
5175
|
"hashes": [
|
|
4776
5176
|
{
|
|
4777
5177
|
"alg": "SHA-256",
|
|
4778
|
-
"content": "
|
|
5178
|
+
"content": "618714d1bfce8ebaab0b581c5abf523feac455f1feae4948a402443b30b6279b"
|
|
4779
5179
|
}
|
|
4780
5180
|
]
|
|
4781
5181
|
},
|
|
@@ -4859,6 +5259,16 @@
|
|
|
4859
5259
|
}
|
|
4860
5260
|
]
|
|
4861
5261
|
},
|
|
5262
|
+
{
|
|
5263
|
+
"type": "file",
|
|
5264
|
+
"name": "test/init-apply-failure.test.ts",
|
|
5265
|
+
"hashes": [
|
|
5266
|
+
{
|
|
5267
|
+
"alg": "SHA-256",
|
|
5268
|
+
"content": "7768aecd023575561f02793381883144e5d6fad8ff4230f82214c6b53c70b53f"
|
|
5269
|
+
}
|
|
5270
|
+
]
|
|
5271
|
+
},
|
|
4862
5272
|
{
|
|
4863
5273
|
"type": "file",
|
|
4864
5274
|
"name": "test/lesson-delta-report.test.ts",
|
|
@@ -4905,7 +5315,7 @@
|
|
|
4905
5315
|
"hashes": [
|
|
4906
5316
|
{
|
|
4907
5317
|
"alg": "SHA-256",
|
|
4908
|
-
"content": "
|
|
5318
|
+
"content": "eeb59ddb49116a20dd0b32395c8d4d6049df0579d2efb10731affbb51719c9a9"
|
|
4909
5319
|
}
|
|
4910
5320
|
]
|
|
4911
5321
|
},
|
|
@@ -4915,7 +5325,7 @@
|
|
|
4915
5325
|
"hashes": [
|
|
4916
5326
|
{
|
|
4917
5327
|
"alg": "SHA-256",
|
|
4918
|
-
"content": "
|
|
5328
|
+
"content": "edf746d4e1f00d0b178c38890f4a1fdd875b8dedc9e5f7f13003680b96e42d2c"
|
|
4919
5329
|
}
|
|
4920
5330
|
]
|
|
4921
5331
|
},
|
|
@@ -4925,7 +5335,7 @@
|
|
|
4925
5335
|
"hashes": [
|
|
4926
5336
|
{
|
|
4927
5337
|
"alg": "SHA-256",
|
|
4928
|
-
"content": "
|
|
5338
|
+
"content": "0fad2ea7c4dd5c5cfc8a9cad61b5b2b2a3f17144ca746b3f9d936e2c86c250fd"
|
|
4929
5339
|
}
|
|
4930
5340
|
]
|
|
4931
5341
|
},
|
|
@@ -5015,7 +5425,7 @@
|
|
|
5015
5425
|
"hashes": [
|
|
5016
5426
|
{
|
|
5017
5427
|
"alg": "SHA-256",
|
|
5018
|
-
"content": "
|
|
5428
|
+
"content": "178daf80a3ca807b2c10559bac20f5abd46edcf5557be9a2baac8f968fd49946"
|
|
5019
5429
|
}
|
|
5020
5430
|
]
|
|
5021
5431
|
},
|
|
@@ -5035,7 +5445,7 @@
|
|
|
5035
5445
|
"hashes": [
|
|
5036
5446
|
{
|
|
5037
5447
|
"alg": "SHA-256",
|
|
5038
|
-
"content": "
|
|
5448
|
+
"content": "9130a698f9f6597d3b782833c1419174228da6d97f9c98bfe17564374ea2ded6"
|
|
5039
5449
|
}
|
|
5040
5450
|
]
|
|
5041
5451
|
},
|
|
@@ -5045,7 +5455,7 @@
|
|
|
5045
5455
|
"hashes": [
|
|
5046
5456
|
{
|
|
5047
5457
|
"alg": "SHA-256",
|
|
5048
|
-
"content": "
|
|
5458
|
+
"content": "40a031100050b672d0f682c2cf8701b166caba26f1766b74277f73601e9a90ed"
|
|
5049
5459
|
}
|
|
5050
5460
|
]
|
|
5051
5461
|
},
|
|
@@ -5055,7 +5465,7 @@
|
|
|
5055
5465
|
"hashes": [
|
|
5056
5466
|
{
|
|
5057
5467
|
"alg": "SHA-256",
|
|
5058
|
-
"content": "
|
|
5468
|
+
"content": "13a00f4e8f5d2e8ff4a011af70bdcc200ffa93e144ada85e707a23c15f770551"
|
|
5059
5469
|
}
|
|
5060
5470
|
]
|
|
5061
5471
|
},
|
|
@@ -5065,7 +5475,7 @@
|
|
|
5065
5475
|
"hashes": [
|
|
5066
5476
|
{
|
|
5067
5477
|
"alg": "SHA-256",
|
|
5068
|
-
"content": "
|
|
5478
|
+
"content": "cc2210ec7ba3eae674d3d6c4f93e3e770a5950dbed30d98a03963f6fba0f6d8e"
|
|
5069
5479
|
}
|
|
5070
5480
|
]
|
|
5071
5481
|
},
|
|
@@ -5149,6 +5559,16 @@
|
|
|
5149
5559
|
}
|
|
5150
5560
|
]
|
|
5151
5561
|
},
|
|
5562
|
+
{
|
|
5563
|
+
"type": "file",
|
|
5564
|
+
"name": "test/recall-usage-runtime.test.ts",
|
|
5565
|
+
"hashes": [
|
|
5566
|
+
{
|
|
5567
|
+
"alg": "SHA-256",
|
|
5568
|
+
"content": "8c42765ac251f4d3ee2769592bf09371e3c66fbcad8f6fa050daa9f674625381"
|
|
5569
|
+
}
|
|
5570
|
+
]
|
|
5571
|
+
},
|
|
5152
5572
|
{
|
|
5153
5573
|
"type": "file",
|
|
5154
5574
|
"name": "test/recall-usage.test.ts",
|
|
@@ -5169,6 +5589,16 @@
|
|
|
5169
5589
|
}
|
|
5170
5590
|
]
|
|
5171
5591
|
},
|
|
5592
|
+
{
|
|
5593
|
+
"type": "file",
|
|
5594
|
+
"name": "test/registry-not-discovered.test.ts",
|
|
5595
|
+
"hashes": [
|
|
5596
|
+
{
|
|
5597
|
+
"alg": "SHA-256",
|
|
5598
|
+
"content": "d3e308b2527256b2c2e2499f1dc4841fba948168befb36a810439995b10b30f5"
|
|
5599
|
+
}
|
|
5600
|
+
]
|
|
5601
|
+
},
|
|
5172
5602
|
{
|
|
5173
5603
|
"type": "file",
|
|
5174
5604
|
"name": "test/registry.test.ts",
|
|
@@ -5255,7 +5685,7 @@
|
|
|
5255
5685
|
"hashes": [
|
|
5256
5686
|
{
|
|
5257
5687
|
"alg": "SHA-256",
|
|
5258
|
-
"content": "
|
|
5688
|
+
"content": "b632a8da440b67222aa62deae95300a199b9d478709d4871806d8a663c187d09"
|
|
5259
5689
|
}
|
|
5260
5690
|
]
|
|
5261
5691
|
},
|
|
@@ -5279,13 +5709,23 @@
|
|
|
5279
5709
|
}
|
|
5280
5710
|
]
|
|
5281
5711
|
},
|
|
5712
|
+
{
|
|
5713
|
+
"type": "file",
|
|
5714
|
+
"name": "test/skills-listing.test.ts",
|
|
5715
|
+
"hashes": [
|
|
5716
|
+
{
|
|
5717
|
+
"alg": "SHA-256",
|
|
5718
|
+
"content": "6a30766ddeaca3991e72455d76b724b4e51e23fed540be47f4a0e1f21b29ceab"
|
|
5719
|
+
}
|
|
5720
|
+
]
|
|
5721
|
+
},
|
|
5282
5722
|
{
|
|
5283
5723
|
"type": "file",
|
|
5284
5724
|
"name": "test/skills-verify.test.ts",
|
|
5285
5725
|
"hashes": [
|
|
5286
5726
|
{
|
|
5287
5727
|
"alg": "SHA-256",
|
|
5288
|
-
"content": "
|
|
5728
|
+
"content": "2296310c423ac11900b8577b8b5ca0f61587b6d57c78cf369bfbcb736ef777fb"
|
|
5289
5729
|
}
|
|
5290
5730
|
]
|
|
5291
5731
|
},
|
|
@@ -5309,6 +5749,16 @@
|
|
|
5309
5749
|
}
|
|
5310
5750
|
]
|
|
5311
5751
|
},
|
|
5752
|
+
{
|
|
5753
|
+
"type": "file",
|
|
5754
|
+
"name": "test/target-resolution.test.ts",
|
|
5755
|
+
"hashes": [
|
|
5756
|
+
{
|
|
5757
|
+
"alg": "SHA-256",
|
|
5758
|
+
"content": "146881c6848a59663fbbd070631af0f3c93f5bfa668958144bac70e2d5c7f7d0"
|
|
5759
|
+
}
|
|
5760
|
+
]
|
|
5761
|
+
},
|
|
5312
5762
|
{
|
|
5313
5763
|
"type": "file",
|
|
5314
5764
|
"name": "test/trace-bundle.test.ts",
|