@dzhechkov/harness-core 0.6.1 → 0.7.2
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 +60 -796
- package/README.md +40 -1
- package/dist/agentdb-index.d.ts +11 -0
- package/dist/agentdb-index.d.ts.map +1 -1
- package/dist/agentdb-index.js +8 -1
- package/dist/agentdb-index.js.map +1 -1
- package/dist/guard.d.ts +29 -0
- package/dist/guard.d.ts.map +1 -1
- package/dist/guard.js +54 -0
- package/dist/guard.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/publish-signing.d.ts +113 -0
- package/dist/publish-signing.d.ts.map +1 -0
- package/dist/publish-signing.js +124 -0
- package/dist/publish-signing.js.map +1 -0
- package/dist/publish.d.ts +21 -0
- package/dist/publish.d.ts.map +1 -1
- package/dist/publish.js +106 -0
- package/dist/publish.js.map +1 -1
- package/dist/registry.d.ts +19 -0
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +91 -1
- package/dist/registry.js.map +1 -1
- package/dist/sign.d.ts +38 -4
- package/dist/sign.d.ts.map +1 -1
- package/dist/sign.js +174 -8
- package/dist/sign.js.map +1 -1
- package/dist/vector-tier.d.ts +81 -0
- package/dist/vector-tier.d.ts.map +1 -1
- package/dist/vector-tier.js +137 -10
- package/dist/vector-tier.js.map +1 -1
- package/package.json +5 -5
- package/sbom.json +89 -1929
- package/src/agentdb-index.ts +8 -1
- package/src/guard.ts +74 -0
- package/src/index.ts +3 -1
- package/src/publish-signing.ts +217 -0
- package/src/publish.ts +102 -1
- package/src/registry.ts +84 -1
- package/src/sign.ts +162 -8
- package/src/vector-tier.ts +202 -12
package/.dz-manifest.json
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
"pack": "harness-core",
|
|
5
5
|
"files": [
|
|
6
6
|
{
|
|
7
|
-
"path": "
|
|
8
|
-
"sha256": "
|
|
7
|
+
"path": "LICENSE",
|
|
8
|
+
"sha256": "3b93f7070f6843f37e0cae255f7caff22b466a4017fd2020d7d3216237e5a701"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "587e7d4379b3e2e05f7d91fedefec59d1f078e4172650ca602c035c52133ea30"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "dist/__tests__/golden-baseline.test.d.ts",
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"path": "dist/agentdb-index.d.ts",
|
|
32
|
-
"sha256": "
|
|
32
|
+
"sha256": "afb3f3be3aac3c2f2ce0375d446b760c598f65ad1085b2c331ebd77165f58a90"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"path": "dist/agentdb-index.d.ts.map",
|
|
36
|
-
"sha256": "
|
|
36
|
+
"sha256": "58b507fd43512ce3d742da84bb90206c61853f3f7dcdc5c03426238eaee036b3"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"path": "dist/agentdb-index.js",
|
|
40
|
-
"sha256": "
|
|
40
|
+
"sha256": "9726a655bbff1f7f2d29177de0b9d5b6d0e08b02f431c291c01b33d632440c5c"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"path": "dist/agentdb-index.js.map",
|
|
44
|
-
"sha256": "
|
|
44
|
+
"sha256": "21ef51bfa446036c57e468ede888ae1e25fd5866f44497ab9184373e569afe83"
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"path": "dist/agents-policy.d.ts",
|
|
@@ -589,19 +589,19 @@
|
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
591
|
"path": "dist/guard.d.ts",
|
|
592
|
-
"sha256": "
|
|
592
|
+
"sha256": "10bbc8872c4667339b9117e4bb61bccb7d0a9e3dee2d5590c4c776c931b93960"
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
595
|
"path": "dist/guard.d.ts.map",
|
|
596
|
-
"sha256": "
|
|
596
|
+
"sha256": "b85d145b03c231d66a67cd60ad9d99045b552aaf53c3ced9203bd36a667b5d9f"
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
599
|
"path": "dist/guard.js",
|
|
600
|
-
"sha256": "
|
|
600
|
+
"sha256": "1a00572dbe4bbdbc243c6a96313a1731d340b3c83a75560d6243adb8bafb8266"
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
603
|
"path": "dist/guard.js.map",
|
|
604
|
-
"sha256": "
|
|
604
|
+
"sha256": "93d21258144ca202d53f6c7f7e218c5960e29449dfbaf0e5818043f2b18fb532"
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
607
|
"path": "dist/import-ecc.d.ts",
|
|
@@ -621,19 +621,19 @@
|
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"path": "dist/index.d.ts",
|
|
624
|
-
"sha256": "
|
|
624
|
+
"sha256": "ca55ae64cc3ed8231536e01ebf0126951e19c86e9ce7b280e4ef3124d655d1e7"
|
|
625
625
|
},
|
|
626
626
|
{
|
|
627
627
|
"path": "dist/index.d.ts.map",
|
|
628
|
-
"sha256": "
|
|
628
|
+
"sha256": "a6d5eff969b6e2bdd19ec2514d6af8703bc0e06737a50c2a1f51a76474845c64"
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
631
|
"path": "dist/index.js",
|
|
632
|
-
"sha256": "
|
|
632
|
+
"sha256": "a3bd929058bbee94e4e6aba47c1a6390d877762944253893ca3de3a8498d1357"
|
|
633
633
|
},
|
|
634
634
|
{
|
|
635
635
|
"path": "dist/index.js.map",
|
|
636
|
-
"sha256": "
|
|
636
|
+
"sha256": "657b9ca57b50c73bc6ee5440b180419e5bfdfd89b34392ab038d507bb2343308"
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
639
|
"path": "dist/learning-backend.d.ts",
|
|
@@ -987,21 +987,37 @@
|
|
|
987
987
|
"path": "dist/provenance.js.map",
|
|
988
988
|
"sha256": "6198c9a2d37c22f88e8a88253cb044ed7dcb05e88f3173a9a1bfe6083c28a954"
|
|
989
989
|
},
|
|
990
|
+
{
|
|
991
|
+
"path": "dist/publish-signing.d.ts",
|
|
992
|
+
"sha256": "693c45518c7d13bef56f08b1af32955db990235922243c077c2e81fec7c000a3"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"path": "dist/publish-signing.d.ts.map",
|
|
996
|
+
"sha256": "8655b6171612e8685098352f380310234d3da827a2515975b58bd63e0a02d9df"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"path": "dist/publish-signing.js",
|
|
1000
|
+
"sha256": "50915d8f7aabf88f9d807d391e954a52ccd05e64cd326d036ebcb75ff20292b2"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"path": "dist/publish-signing.js.map",
|
|
1004
|
+
"sha256": "ef8b052c675560a0ecd548a55480ed8528cdc6268fe519cb3e1a0060771f8248"
|
|
1005
|
+
},
|
|
990
1006
|
{
|
|
991
1007
|
"path": "dist/publish.d.ts",
|
|
992
|
-
"sha256": "
|
|
1008
|
+
"sha256": "6ef67fce5a9eec583701a8cc3d20d589b03e5db35682d2d9c7ab8ebc6fea925d"
|
|
993
1009
|
},
|
|
994
1010
|
{
|
|
995
1011
|
"path": "dist/publish.d.ts.map",
|
|
996
|
-
"sha256": "
|
|
1012
|
+
"sha256": "ede3038d6d71ad4f80811c60fb29d792cef6ea2db1c4adecb7b915663a553ac1"
|
|
997
1013
|
},
|
|
998
1014
|
{
|
|
999
1015
|
"path": "dist/publish.js",
|
|
1000
|
-
"sha256": "
|
|
1016
|
+
"sha256": "f2fe92dee340803bf2de98fa0e8e9669633141cc970b01c29b81b113217bead3"
|
|
1001
1017
|
},
|
|
1002
1018
|
{
|
|
1003
1019
|
"path": "dist/publish.js.map",
|
|
1004
|
-
"sha256": "
|
|
1020
|
+
"sha256": "71fb120e31f6fcc1a0d048e358ab849be41e58023d85dc62e435ee70cf563f50"
|
|
1005
1021
|
},
|
|
1006
1022
|
{
|
|
1007
1023
|
"path": "dist/qe-bridge.d.ts",
|
|
@@ -1117,19 +1133,19 @@
|
|
|
1117
1133
|
},
|
|
1118
1134
|
{
|
|
1119
1135
|
"path": "dist/registry.d.ts",
|
|
1120
|
-
"sha256": "
|
|
1136
|
+
"sha256": "3b220197eb07ad9278ffc9f91755b7a9cb1965c13313f6a4d93152a0a5d2fbf3"
|
|
1121
1137
|
},
|
|
1122
1138
|
{
|
|
1123
1139
|
"path": "dist/registry.d.ts.map",
|
|
1124
|
-
"sha256": "
|
|
1140
|
+
"sha256": "e8025e007d3b1754bb1270cb11f07d4e23a12c510eb21c909d670f462373e733"
|
|
1125
1141
|
},
|
|
1126
1142
|
{
|
|
1127
1143
|
"path": "dist/registry.js",
|
|
1128
|
-
"sha256": "
|
|
1144
|
+
"sha256": "cdf4e02404d23a5c78d1f6f06b249f3a36a0ecb0c69c99d80a87b0c5030edf0c"
|
|
1129
1145
|
},
|
|
1130
1146
|
{
|
|
1131
1147
|
"path": "dist/registry.js.map",
|
|
1132
|
-
"sha256": "
|
|
1148
|
+
"sha256": "4f5440444ceabcac5b8e177f6bdfe6e05f01d709718d3ee1e8b3434bac81ff8a"
|
|
1133
1149
|
},
|
|
1134
1150
|
{
|
|
1135
1151
|
"path": "dist/release.d.ts",
|
|
@@ -1309,19 +1325,19 @@
|
|
|
1309
1325
|
},
|
|
1310
1326
|
{
|
|
1311
1327
|
"path": "dist/sign.d.ts",
|
|
1312
|
-
"sha256": "
|
|
1328
|
+
"sha256": "87b934a6bebac22f37e85419dade0be6b190bac5585c6bdbbce08c63bc76578e"
|
|
1313
1329
|
},
|
|
1314
1330
|
{
|
|
1315
1331
|
"path": "dist/sign.d.ts.map",
|
|
1316
|
-
"sha256": "
|
|
1332
|
+
"sha256": "8967803dd2fad95f234abab82edae0e5d778fcdf81b64016b7e462ff584270e6"
|
|
1317
1333
|
},
|
|
1318
1334
|
{
|
|
1319
1335
|
"path": "dist/sign.js",
|
|
1320
|
-
"sha256": "
|
|
1336
|
+
"sha256": "71ff7442f43fc4ff4da6d71bbb7376881ce536ee931b9da2ba386ab465a2b9a0"
|
|
1321
1337
|
},
|
|
1322
1338
|
{
|
|
1323
1339
|
"path": "dist/sign.js.map",
|
|
1324
|
-
"sha256": "
|
|
1340
|
+
"sha256": "6bc020803cd8c9bbc9551b6e15850feabf6c9959dacfc20ec2428c71dcc1ae2d"
|
|
1325
1341
|
},
|
|
1326
1342
|
{
|
|
1327
1343
|
"path": "dist/skill-drift.d.ts",
|
|
@@ -1517,19 +1533,19 @@
|
|
|
1517
1533
|
},
|
|
1518
1534
|
{
|
|
1519
1535
|
"path": "dist/vector-tier.d.ts",
|
|
1520
|
-
"sha256": "
|
|
1536
|
+
"sha256": "15c079d1fa32d9d914323ed8a9646a6906b316ace41991ca571a3f9d639d1f9c"
|
|
1521
1537
|
},
|
|
1522
1538
|
{
|
|
1523
1539
|
"path": "dist/vector-tier.d.ts.map",
|
|
1524
|
-
"sha256": "
|
|
1540
|
+
"sha256": "49864c93925b27de2ada2d4eea9c24d474be7f7134efc6a90545a327c9803e3e"
|
|
1525
1541
|
},
|
|
1526
1542
|
{
|
|
1527
1543
|
"path": "dist/vector-tier.js",
|
|
1528
|
-
"sha256": "
|
|
1544
|
+
"sha256": "0117b20ba727e5d625366f6bb7318bb9e4495f0a3c23193b6ea374cbd358c460"
|
|
1529
1545
|
},
|
|
1530
1546
|
{
|
|
1531
1547
|
"path": "dist/vector-tier.js.map",
|
|
1532
|
-
"sha256": "
|
|
1548
|
+
"sha256": "5dbad708d80c7bda481cd2d7b9d3a2072fe4ea482b443c2af518d097d28ad762"
|
|
1533
1549
|
},
|
|
1534
1550
|
{
|
|
1535
1551
|
"path": "dist/workflow-run-dispatch.d.ts",
|
|
@@ -1581,11 +1597,7 @@
|
|
|
1581
1597
|
},
|
|
1582
1598
|
{
|
|
1583
1599
|
"path": "package.json",
|
|
1584
|
-
"sha256": "
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"path": "scripts/refuse-wrong-publisher.mjs",
|
|
1588
|
-
"sha256": "08bc189534281dd5421e941bd90b14b139dfd3b1dbf3125c9e7f0cf8db8c5add"
|
|
1600
|
+
"sha256": "52045af38109cd064cf8472418fcac0d59e54a9faa43edaddf1a3bfbc15be599"
|
|
1589
1601
|
},
|
|
1590
1602
|
{
|
|
1591
1603
|
"path": "src/__tests__/golden-baseline.test.ts",
|
|
@@ -1593,7 +1605,7 @@
|
|
|
1593
1605
|
},
|
|
1594
1606
|
{
|
|
1595
1607
|
"path": "src/agentdb-index.ts",
|
|
1596
|
-
"sha256": "
|
|
1608
|
+
"sha256": "6aacd072352e0d626690f08e8bcc6d0f8ffd0ed612b79e6a5fe7a2fb2428c483"
|
|
1597
1609
|
},
|
|
1598
1610
|
{
|
|
1599
1611
|
"path": "src/agents-policy.ts",
|
|
@@ -1733,7 +1745,7 @@
|
|
|
1733
1745
|
},
|
|
1734
1746
|
{
|
|
1735
1747
|
"path": "src/guard.ts",
|
|
1736
|
-
"sha256": "
|
|
1748
|
+
"sha256": "5a23957218cdeb81d86eb03615ddad487e06e6c33b0fd572217b3d084f3f911d"
|
|
1737
1749
|
},
|
|
1738
1750
|
{
|
|
1739
1751
|
"path": "src/import-ecc.ts",
|
|
@@ -1741,7 +1753,7 @@
|
|
|
1741
1753
|
},
|
|
1742
1754
|
{
|
|
1743
1755
|
"path": "src/index.ts",
|
|
1744
|
-
"sha256": "
|
|
1756
|
+
"sha256": "38ae85c92cffbfd299f7a629b85a3d5424fb45e485145b112b2ec401f6d92770"
|
|
1745
1757
|
},
|
|
1746
1758
|
{
|
|
1747
1759
|
"path": "src/learning-backend.ts",
|
|
@@ -1827,9 +1839,13 @@
|
|
|
1827
1839
|
"path": "src/project-skills.ts",
|
|
1828
1840
|
"sha256": "07c0bfe1149403a2e06ec83271055a1ea441f14dd5ae363503ebfce02c8bc851"
|
|
1829
1841
|
},
|
|
1842
|
+
{
|
|
1843
|
+
"path": "src/publish-signing.ts",
|
|
1844
|
+
"sha256": "e190a24c144667843283268fcec3b0ee08a184a33f876c151f2b562eebe4f892"
|
|
1845
|
+
},
|
|
1830
1846
|
{
|
|
1831
1847
|
"path": "src/publish.ts",
|
|
1832
|
-
"sha256": "
|
|
1848
|
+
"sha256": "5c1b50ca6f1858b75a0a5569a5173adcd4fc42816d1a369f70395402d129df03"
|
|
1833
1849
|
},
|
|
1834
1850
|
{
|
|
1835
1851
|
"path": "src/qe-bridge.ts",
|
|
@@ -1861,7 +1877,7 @@
|
|
|
1861
1877
|
},
|
|
1862
1878
|
{
|
|
1863
1879
|
"path": "src/registry.ts",
|
|
1864
|
-
"sha256": "
|
|
1880
|
+
"sha256": "853f1ffd47a65c3676160b1a0225a04a7c2674cbf7e673cfb8a98dae355d62a4"
|
|
1865
1881
|
},
|
|
1866
1882
|
{
|
|
1867
1883
|
"path": "src/release.ts",
|
|
@@ -1909,7 +1925,7 @@
|
|
|
1909
1925
|
},
|
|
1910
1926
|
{
|
|
1911
1927
|
"path": "src/sign.ts",
|
|
1912
|
-
"sha256": "
|
|
1928
|
+
"sha256": "0e9f8ffac3fe0739fcf98cd73b606f70d337088f7479d6fbf1653ea6f685bc7b"
|
|
1913
1929
|
},
|
|
1914
1930
|
{
|
|
1915
1931
|
"path": "src/skill-drift.ts",
|
|
@@ -1961,7 +1977,7 @@
|
|
|
1961
1977
|
},
|
|
1962
1978
|
{
|
|
1963
1979
|
"path": "src/vector-tier.ts",
|
|
1964
|
-
"sha256": "
|
|
1980
|
+
"sha256": "92f8274432847f05c6b0584542dfc4a12be89e828e34e025474f2c7c0a53c925"
|
|
1965
1981
|
},
|
|
1966
1982
|
{
|
|
1967
1983
|
"path": "src/workflow-run-dispatch.ts",
|
|
@@ -1974,760 +1990,8 @@
|
|
|
1974
1990
|
{
|
|
1975
1991
|
"path": "src/workflows.ts",
|
|
1976
1992
|
"sha256": "746e6830262f19ebb24d0385aba6a483a46b784891ca61c37b84eecf1644ca3c"
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"path": "stryker.config.json",
|
|
1980
|
-
"sha256": "f958c5a730086dba2134c7c80148231980e160e6732d21343855a6cdc3e715dd"
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"path": "test/agentdb-hooks.test.ts",
|
|
1984
|
-
"sha256": "9c8d92f56be44aaeb326cd4d47028a9337461b0a23ad727e5e315358ae0ebd37"
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"path": "test/agentdb-index.test.ts",
|
|
1988
|
-
"sha256": "852d6373b89b96a733049d443ef126694eb6aa83425d619461992fc876ef23fb"
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"path": "test/agents-policy-drift.test.ts",
|
|
1992
|
-
"sha256": "2fb1802b4e707a35d39f1db6da549843b55a515d23e66af411e2bb1223f96bcb"
|
|
1993
|
-
},
|
|
1994
|
-
{
|
|
1995
|
-
"path": "test/agents-policy.test.ts",
|
|
1996
|
-
"sha256": "5977d534adbab0d3b8820eb7341b00b03e10748f895e0383c1d30508fde0e771"
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"path": "test/amendment-trace.test.ts",
|
|
2000
|
-
"sha256": "fade5a0516b626154a936230ac7f001af048c02e91f338b44270e51a9e81fffd"
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"path": "test/apply.test.ts",
|
|
2004
|
-
"sha256": "9aa54b1dc6b372ad7e81783a8af8fe88dde64c653f801aaa565e2f363135e350"
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"path": "test/architecture.test.ts",
|
|
2008
|
-
"sha256": "b437835022315c7bb01af7989b911455f9c9456640484360b8b6bf41f627eb2b"
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"path": "test/backlog-dedup.test.ts",
|
|
2012
|
-
"sha256": "88c78fc2a7e666da4748914f0c927ec130f04b11b67e82527c500138df55ee15"
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
"path": "test/backlog-edit.test.ts",
|
|
2016
|
-
"sha256": "e373a7d1526a05ae342ab42e91a233db83a68467def0a60d480cd295e6933b50"
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"path": "test/backlog-live.test.ts",
|
|
2020
|
-
"sha256": "a10cb51a8e58564c31a8bbe828e4426b388e014b074a9b419c2cbfc1ef08987d"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"path": "test/backlog-transitions-tmp-cleanup.test.ts",
|
|
2024
|
-
"sha256": "93ea31d37d17c8d7344845aeae01f1034a03046e38ecad2d09c8ee8cdcb8ab07"
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"path": "test/backlog-transitions.test.ts",
|
|
2028
|
-
"sha256": "76b4969006ce7e06fb7a46ea7152bcc7e7d5d2a6ef51dd66f7f002d3e0f559f8"
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"path": "test/backlog.test.ts",
|
|
2032
|
-
"sha256": "0e4a683caee5c71442fe8b4bfadbb82178f6b9b87bea0564e2d57d71c54763e0"
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
"path": "test/benchmark-s15.test.ts",
|
|
2036
|
-
"sha256": "847c8e13b9806c02a11d4e1c4e548c74d86e9a32e7507b84329b11f9e6fb733d"
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"path": "test/block-a-fixes.test.ts",
|
|
2040
|
-
"sha256": "5b1d6b351d63da2e34943df6fd04ea857f7787054fe751bf42123ade29897c70"
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"path": "test/book-kb.test.ts",
|
|
2044
|
-
"sha256": "1baff349a55a2621d0baf05f276eed52457129ac18ad2a0267f8163bc9bbd5d3"
|
|
2045
|
-
},
|
|
2046
|
-
{
|
|
2047
|
-
"path": "test/brain.test.ts",
|
|
2048
|
-
"sha256": "1137973af3663a9242e7bd9fb4cc4e3f7c862f94c8c9bf24bee2982dc5822cf3"
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"path": "test/bto-optimize.test.ts",
|
|
2052
|
-
"sha256": "0ca088ba3010c927c8ed1623fc03c0629feb49f3521c5098916433965d10f3dc"
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"path": "test/capability-vocab.test.ts",
|
|
2056
|
-
"sha256": "22921df10a0b4ae54e90d58113879aed05223f561d034ecfeb5864e1ac1f43ce"
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"path": "test/cfr-discovery-gate.test.ts",
|
|
2060
|
-
"sha256": "b4d343527c5a92c624dd90daf4400d938f885836bd671e10ba3a58f05047a52d"
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"path": "test/cfr-handoff-exits.test.ts",
|
|
2064
|
-
"sha256": "b93f89785bb853b466d40bc2c515d11ec3ae6e00c47f7364dce9a9544bc9c8eb"
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"path": "test/cfr-tool-perimeter.test.ts",
|
|
2068
|
-
"sha256": "ae004e51a76a8c979e27916056baa33eac60bdfa427cd1cb7791f65aa8ad0125"
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"path": "test/challenge-panel.test.ts",
|
|
2072
|
-
"sha256": "d3bf505cebb9ae99a8f703202b84089a2ac02a9dca99cfbf7d5aa13ec15f0e6c"
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"path": "test/change-set-probe.test.ts",
|
|
2076
|
-
"sha256": "24a968aa313fcd7381134ea8df05f011d0529b6c5146f7769c6e6d1ab17ff93d"
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"path": "test/checkpoint-witness.test.ts",
|
|
2080
|
-
"sha256": "f55d4f5a096e201ef305e46e320123a690a218d1bc67b5505d5fa5aa3f8131f8"
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"path": "test/claim-check-hook.test.ts",
|
|
2084
|
-
"sha256": "ecba6a440df8ff65d91acff7032055bf650505a34badead451437b338e85d1db"
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"path": "test/claim-check.test.ts",
|
|
2088
|
-
"sha256": "d7443a39089884a6e62c94885f9fb1c32fc5b885d31320d56b0fd47c5e94ab22"
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"path": "test/codex-doctor-apply-leg.test.ts",
|
|
2092
|
-
"sha256": "d7e0d944847c436158836ccd05a00db0f9a17d207051f29b00e6383a16e35198"
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"path": "test/codex-hooks-helpers.test.ts",
|
|
2096
|
-
"sha256": "d507426ac20fa4b5b79203dab8dbfb76db97d484bd50cbbad093a8d4f07962aa"
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"path": "test/codex-hooks-qe-fixes.test.ts",
|
|
2100
|
-
"sha256": "3f1a048705a60250d83a5b29617689df8632a46318530ed51835aaf0a80d9788"
|
|
2101
|
-
},
|
|
2102
|
-
{
|
|
2103
|
-
"path": "test/codex-hooks-verify.test.ts",
|
|
2104
|
-
"sha256": "5159066961c35c5ab74db33b277a229462a91fdf15ce8894a69f5314a732b64b"
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"path": "test/codex-hooks.test.ts",
|
|
2108
|
-
"sha256": "56e5c250b79144112ea87c51518bd0cfc9b370af211532495067ebfcad08cbf6"
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
"path": "test/codex-scoped-review.test.ts",
|
|
2112
|
-
"sha256": "34414570dac7fd1fe762f2b64a6d498334b9944200dbfbcbdcc22b43b596df44"
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"path": "test/compounding.test.ts",
|
|
2116
|
-
"sha256": "89265131de29a2841e73068e4be256e1cbe7bd8dbd0c8eacc79039626b41e6f0"
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"path": "test/cost-ledger.test.ts",
|
|
2120
|
-
"sha256": "75a5d06f5221fed7f98997a544c880836ead6fe74cc03ebe8c1a0875fb48ad9c"
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"path": "test/cost-scoring.test.ts",
|
|
2124
|
-
"sha256": "7cafddfb69103fc401d17781ade8654a0f7cec92f131bb383be715e6f273d8aa"
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"path": "test/create-skill.test.ts",
|
|
2128
|
-
"sha256": "a1bab596365fe922cc61bb98d0c417c11125e09ef57450456e56ccb573cfb1d5"
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"path": "test/cross-family-qe.test.ts",
|
|
2132
|
-
"sha256": "a4fe45f891d874933158428f15f54da81a715f6c06f1c0b47ef6cfb67609bcb1"
|
|
2133
|
-
},
|
|
2134
|
-
{
|
|
2135
|
-
"path": "test/cross-lingual-e2e.test.ts",
|
|
2136
|
-
"sha256": "2299bf8b39c72a2c23c35a27981a271f8278429c0119b083adb204e1839da5e6"
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"path": "test/cross-platform-skills.test.ts",
|
|
2140
|
-
"sha256": "9b8302059b647bc9fc044a0c99b90550a626f399cbd9d531fa185e17ffbbf172"
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"path": "test/delivery-check.test.ts",
|
|
2144
|
-
"sha256": "11a3af1048f1143fdd8e238efe5dba299e29400c6b9d3a227291622088be9446"
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"path": "test/delta-rerank.test.ts",
|
|
2148
|
-
"sha256": "2f5bc12ba9b94935d6df7800cd37b894e068c24a438f44d91544b0fbd5c94d6a"
|
|
2149
|
-
},
|
|
2150
|
-
{
|
|
2151
|
-
"path": "test/discrimination-gate.test.ts",
|
|
2152
|
-
"sha256": "00a66584bc9218cb6429542e6984b77eb6814eb8f4c80def8b514761322ae050"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"path": "test/distinct-lesson-never-lost.test.ts",
|
|
2156
|
-
"sha256": "d8d343b01303d913956279b286261df79b4ae5d64b8b5645a6a502a919040db1"
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"path": "test/embedding-config.test.ts",
|
|
2160
|
-
"sha256": "0b62c30b7bc224e6cbe919a8b8aa067e03635e5242d21af15c3a50fcc23abd57"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"path": "test/epoch-replay.test.ts",
|
|
2164
|
-
"sha256": "5f1f87608f41587f54f0b071b49ec19e1242ef94edc5c2a9be191534661f8ec9"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"path": "test/event-chain.test.ts",
|
|
2168
|
-
"sha256": "b5addb1026c8b408e49fee9e561c12ea22d8b4e94ae7092ebe60419c7a384ab6"
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"path": "test/export-holdout.test.ts",
|
|
2172
|
-
"sha256": "2b03d70a8873e407edace03bc98ce0cad2596e64735406ac090337ce29086f47"
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"path": "test/feature-adr-abs-paths.test.ts",
|
|
2176
|
-
"sha256": "399f38bbb328ccb77f2bc4432eb6d3c91b886e59901dd9cd04ab3d17ccb22c87"
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"path": "test/feature-adr-adr-fitness.test.ts",
|
|
2180
|
-
"sha256": "a605d48712ca69fcfc40d0c11aeed5a8981bde0a29859a5f3be9da235d085746"
|
|
2181
|
-
},
|
|
2182
|
-
{
|
|
2183
|
-
"path": "test/feature-adr-artifact-probe.test.ts",
|
|
2184
|
-
"sha256": "2243fc62d1518004ff0309e8c13aa0e06b51f6759233bbf990c4870de032e0fe"
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"path": "test/feature-adr-brain.test.ts",
|
|
2188
|
-
"sha256": "f131290294c1da977c621842e65c0dc560643720c6b5d49fd6aead2d9270bf74"
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"path": "test/feature-adr-checkpoints.test.ts",
|
|
2192
|
-
"sha256": "a644493843c097aeada5fc455ccdf063688761bcfa91e9a6f6423a96811034b3"
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"path": "test/feature-adr-claim-gate.test.ts",
|
|
2196
|
-
"sha256": "0b72b9bc26722022dee860dff0811426c7038a15631bcd084a2fb8295211b741"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"path": "test/feature-adr-codex-dispatch.test.ts",
|
|
2200
|
-
"sha256": "756d443892354a11abe1c405368b5f038bd39cea03efe55f98f23eac6db96451"
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"path": "test/feature-adr-design-fan-amplification.test.ts",
|
|
2204
|
-
"sha256": "9a739da5bbe8c2fb70971d00d51027004c3f59f2c28a12397e0fa594f53d7179"
|
|
2205
|
-
},
|
|
2206
|
-
{
|
|
2207
|
-
"path": "test/feature-adr-design-fan-resume.test.ts",
|
|
2208
|
-
"sha256": "1bf2c8524bd2cf0ff390907780a86f10aaa8656a41ec9967aa295a7a94c078cc"
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"path": "test/feature-adr-model-routing.test.ts",
|
|
2212
|
-
"sha256": "19fda071984ef60634c1be53bc04c1c4a531c7d987810a8b310c477cab02942e"
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"path": "test/feature-adr-setup.test.ts",
|
|
2216
|
-
"sha256": "747d208998f731300f409c1a434a10eac8cb5dd9380769b8552006c6ca68d076"
|
|
2217
|
-
},
|
|
2218
|
-
{
|
|
2219
|
-
"path": "test/feature-adr-sync.test.ts",
|
|
2220
|
-
"sha256": "3d95a9ea6f75aa31bc61fe0fcdcd28b5ef2e6b56b4ad0c5d920f577f7e2fd400"
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"path": "test/feature-adr-training-pairs.test.ts",
|
|
2224
|
-
"sha256": "0e4a7317554dd78d87d729374e21a34c7519075e9ac4547e3de0d06f774fa35d"
|
|
2225
|
-
},
|
|
2226
|
-
{
|
|
2227
|
-
"path": "test/feature-adr-workflow-twin-drift.test.ts",
|
|
2228
|
-
"sha256": "2b43ee26290b1617fc8b4a5ae81d7958dac0761041e63cd4d544383db628fa80"
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
"path": "test/feature-adr-workflow-write-discipline.test.ts",
|
|
2232
|
-
"sha256": "f491c12d9bb0a361095e9ec7cab216b60ea51f1c839256b8b4476bf0f8d5f4ca"
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"path": "test/feature-adr-write-discipline.test.ts",
|
|
2236
|
-
"sha256": "e44795d46da74d4f21bf6817d3884f1428f8adfd814c5174490c9c372299932e"
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"path": "test/files-whitelist-guard.test.ts",
|
|
2240
|
-
"sha256": "c6dbf3388dfb1129e5954aeca3ccf3c6a7fccfe33e4530efe76b8d364e11f906"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"path": "test/fixtures/agents-md-hand-authored-90e3a7cc.md",
|
|
2244
|
-
"sha256": "ef9a0dd753cef2b88222e8ebef738c22838bbc5839228afed0a20384acfcffc5"
|
|
2245
|
-
},
|
|
2246
|
-
{
|
|
2247
|
-
"path": "test/fixtures/codex-review-2026-08-21.txt",
|
|
2248
|
-
"sha256": "d6c2a91af0f58350427dcfbaebef371aa484eb8007192109af84d32762b00a6a"
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
"path": "test/fixtures/codex-review-empty-scope-2026-08-21.txt",
|
|
2252
|
-
"sha256": "4a35f4d302ed3c5d6bf25b85da5cab8e9a4be1aac163b0f4fc9d3cad9072b387"
|
|
2253
|
-
},
|
|
2254
|
-
{
|
|
2255
|
-
"path": "test/fixtures/codex-review-selfreview-slices-2026-08-21.txt",
|
|
2256
|
-
"sha256": "371404deb86510c725dd989540efcbbf21f00dc020f0c2ecce51281a63df534b"
|
|
2257
|
-
},
|
|
2258
|
-
{
|
|
2259
|
-
"path": "test/fixtures/loop-lint/seeds/seed-1-sandbox-date-now.js",
|
|
2260
|
-
"sha256": "dbb8111aae91b81d8a04fe9f2ae510da7ebbe08307caeae12c7a330c88e306fe"
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"path": "test/fixtures/loop-lint/seeds/seed-2-phase-order.js",
|
|
2264
|
-
"sha256": "d81b6deffe7dd2b8ca6d7ea0e31b4c0e047377eb02655ca70c41ed8665484785"
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"path": "test/fixtures/loop-lint/seeds/seed-3-no-meta.js",
|
|
2268
|
-
"sha256": "594fad00e588c1eb0943963f84c770691b7a3fc4e1b1e9cb88221b63ea0cfb3a"
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"path": "test/fixtures/loop-lint/seeds/seed-4-partial-checkpoint.js",
|
|
2272
|
-
"sha256": "5116b4807fe5e662cbfebe4edd2a19e272b2eb75586dae6a6e0e56ca545c5520"
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"path": "test/fixtures/loop-lint/seeds/seed-5-unbounded-fanout.plan.json",
|
|
2276
|
-
"sha256": "027a4a5c5257725bb12c91360e02a8161b9036279eddc7ca2ca8217d1ec32deb"
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"path": "test/fixtures/recall-floor-probes.json",
|
|
2280
|
-
"sha256": "9fdfa7db72ebe6d15c604fa0d3eeeec868adb7e41f9ea0f128005fe234e1395f"
|
|
2281
|
-
},
|
|
2282
|
-
{
|
|
2283
|
-
"path": "test/fixtures/workflow-run/cache-identity.plan.json",
|
|
2284
|
-
"sha256": "a9491f73b16db0c4b3e35c514228d338564c4a16f9d64caba69d2531c9dde189"
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"path": "test/fixtures/workflow-run/discrimination.capture-obligation.json",
|
|
2288
|
-
"sha256": "f20a7850a3313d5bb2431d81e8717694f2edf4cda5c67133c0b80d7549e2cbab"
|
|
2289
|
-
},
|
|
2290
|
-
{
|
|
2291
|
-
"path": "test/fixtures/workflow-run/discrimination.loop.js",
|
|
2292
|
-
"sha256": "2bc8d4bd9c2bf15a3522d00b01a18611ef973f4b9e71ef5c1894ea72628294a8"
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"path": "test/fixtures/workflow-run/discrimination.loop.plan.json",
|
|
2296
|
-
"sha256": "ca9b4b13ebff0a38fc480522f4e80e78a11cd35805c33ed6d24f7c43d7b70c7a"
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"path": "test/fixtures/workflow-run/discrimination.plan.json",
|
|
2300
|
-
"sha256": "6b7950b71318393bd0859843426a9bfa9248bbbfbff2ec8db40d9652395fa199"
|
|
2301
|
-
},
|
|
2302
|
-
{
|
|
2303
|
-
"path": "test/fixtures/workflow-run/duplicate-seq.trace.jsonl",
|
|
2304
|
-
"sha256": "40e1f7f5821e4c7b53f04a9a4655f1e02960334524532bc82bcee50d1bd3329d"
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
"path": "test/fixtures/workflow-run/fanout-pipeline.plan.json",
|
|
2308
|
-
"sha256": "e676b5c20b3ec6f7d41877711cdd4cc2c6c8e39ceeb8cf09e821530e64223e76"
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"path": "test/fixtures/workflow-run/joins-any-quorum.plan.json",
|
|
2312
|
-
"sha256": "5f3b211f04c1af2580841c0afec1d2806f09bbebf1acf36ebdaa5775037f339b"
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"path": "test/fixtures/workflow-run/pkg-audit-1.plan.json",
|
|
2316
|
-
"sha256": "cd10fdc589441efa9f97041f7b5050bc000f0426d3803c69cff8d2885a624b76"
|
|
2317
|
-
},
|
|
2318
|
-
{
|
|
2319
|
-
"path": "test/fixtures/workflow-run/pkg-audit-1.trace.jsonl",
|
|
2320
|
-
"sha256": "2e0ec1137885dd7cd3e471e592624d7b74cb6a996fce54e43130a3e67a1923b5"
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"path": "test/fixtures/workflow-run/retry-classes.plan.json",
|
|
2324
|
-
"sha256": "5103083eef86948bfaefdd29a71d9aa8811ab0d23e4d8c3fd8748f940da5e1a9"
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"path": "test/fixtures/workflow-run/seq-gap.trace.jsonl",
|
|
2328
|
-
"sha256": "c58c506e29185167761e9c5efed12208cef5697fa95e70bbd68b3e4bb648ef32"
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"path": "test/fixtures/workflow-run/simple-chain.plan.json",
|
|
2332
|
-
"sha256": "ea212f15252f1eabc37a342bda30ac46b5f4d08665adba1c96dd72e41ce783f1"
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"path": "test/fixtures/workflow-run/wide-fanout-cap.plan.json",
|
|
2336
|
-
"sha256": "6d66d3f47d69c2d6d2da3f903f7b3c71a296de0221194d09bc9fafab9230ccb3"
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"path": "test/guard-promotion.test.ts",
|
|
2340
|
-
"sha256": "c7d38f9ba7d2a1a1d5e40b9422eeef0ffc7784b015adb41a9c8d89893f529c9e"
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"path": "test/guard.test.ts",
|
|
2344
|
-
"sha256": "618714d1bfce8ebaab0b581c5abf523feac455f1feae4948a402443b30b6279b"
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"path": "test/harmonize.test.ts",
|
|
2348
|
-
"sha256": "44bc29eaf7d13f295163873870c702777122aee7ffda4e6cb2870989d4db65ad"
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"path": "test/heal-drift-analyst-manual-full.test.ts",
|
|
2352
|
-
"sha256": "dc892697f571f31ba1318d83dcab1f4c7f45503da03a26a4945c8b14fcfc03b4"
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"path": "test/heal-drift-brutal-honesty-review.test.ts",
|
|
2356
|
-
"sha256": "085054c3e5426f749cf9612e181fa973b0765ee8d445e0fdccfea8cdd88c55a4"
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"path": "test/heal-drift-design-thinking.test.ts",
|
|
2360
|
-
"sha256": "c3ccbeba8f965dfb8cd8f566820689b3eb680220becc0f3654590b5afc83a858"
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"path": "test/heal-drift-edu-site-generator.test.ts",
|
|
2364
|
-
"sha256": "8da5328b1a6f18ae0dfcd408479ab8f7f8b119c9de68c42c24187a2822cf7b6f"
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"path": "test/heal-drift-transcript-site-generator.test.ts",
|
|
2368
|
-
"sha256": "08b2202b466a474a5cfeb8e95744c17fbd36124a7904f146862b5434acace51c"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"path": "test/helpers/loop-step-stub.mjs",
|
|
2372
|
-
"sha256": "fd5929315e22bfa7f20bbd941c8a0385faf3360b0d48f473887569b03d36bf01"
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"path": "test/helpers/workflow-run-harness.ts",
|
|
2376
|
-
"sha256": "95d04dbdb46e7f1fac3f6cfd5ec7705579a436ea7118823e11cb752da7f9adea"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"path": "test/import-upsert.test.ts",
|
|
2380
|
-
"sha256": "1863045c39a1f56a76a64666f8ca847cfd7afc815a09b442f6981fb8c5ec3db6"
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"path": "test/init-apply-failure.test.ts",
|
|
2384
|
-
"sha256": "7768aecd023575561f02793381883144e5d6fad8ff4230f82214c6b53c70b53f"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"path": "test/lesson-delta-report.test.ts",
|
|
2388
|
-
"sha256": "1dc64f839596b865f39fe8eac5b4593af5774f7cb5a45321dea850b800949ec7"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"path": "test/lesson-quarantine.test.ts",
|
|
2392
|
-
"sha256": "61931781195ab6093482060120f537a047223c6f345ce8c1809a81655ffb74d6"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"path": "test/loop-blobs-regen.test.ts",
|
|
2396
|
-
"sha256": "05931225bc3d458d1a60b371530aa23629d825a5154ccd5989da529305f67265"
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"path": "test/loop-docs-no-langgraph-claim.test.ts",
|
|
2400
|
-
"sha256": "7fb6ab3cea6fd47eac0af99a3b4de31e8a8430d5a2a0000a2f4f01686eb373db"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"path": "test/loop-lint-discrimination.test.ts",
|
|
2404
|
-
"sha256": "eeb59ddb49116a20dd0b32395c8d4d6049df0579d2efb10731affbb51719c9a9"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"path": "test/loop-lint.test.ts",
|
|
2408
|
-
"sha256": "edf746d4e1f00d0b178c38890f4a1fdd875b8dedc9e5f7f13003680b96e42d2c"
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"path": "test/loop-plan-honesty.test.ts",
|
|
2412
|
-
"sha256": "0fad2ea7c4dd5c5cfc8a9cad61b5b2b2a3f17144ca746b3f9d936e2c86c250fd"
|
|
2413
|
-
},
|
|
2414
|
-
{
|
|
2415
|
-
"path": "test/loop-plan-schema-surface.test.ts",
|
|
2416
|
-
"sha256": "122cb2a315d0e0fd51eb6c938e348436c2579dbc7b4fd672357bbd911524beca"
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"path": "test/loop-plan.test.ts",
|
|
2420
|
-
"sha256": "d7eb9bc62cb8f5e4a61644769adc2824d5a80c1881d814ecb129a1a583d11baf"
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"path": "test/loop-projection-consumers.test.ts",
|
|
2424
|
-
"sha256": "aa132fc37286bc72522f991bebbb2ffa409fb224bac016262c1fd78c009ef680"
|
|
2425
|
-
},
|
|
2426
|
-
{
|
|
2427
|
-
"path": "test/loop-render.test.ts",
|
|
2428
|
-
"sha256": "f20497dbe4ebec03ba605da65e73154ec38389c42d34100c17df84b54a7e79ff"
|
|
2429
|
-
},
|
|
2430
|
-
{
|
|
2431
|
-
"path": "test/loop-trace-canonicalize.test.ts",
|
|
2432
|
-
"sha256": "fd11b554321a213ae0565a27b3ea29af3d4f1a9df1f1ff10f24ccfad778df8e5"
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
"path": "test/loop-trace-seq.test.ts",
|
|
2436
|
-
"sha256": "ec17f90f9f7d97e90c622a3653a9099f6c7a0c813a43e041946e5e09ccdaef21"
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"path": "test/loop-trace.test.ts",
|
|
2440
|
-
"sha256": "3d5a71a6b2841683a7fc55947960c54a8ad5bcb8988dec2d9ef44b88d00f7b6f"
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"path": "test/mcp-scan.test.ts",
|
|
2444
|
-
"sha256": "b4a7bc34cebbcece40c3e245fecb186abbc567768f6312c22a0eb5be62a99b5e"
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"path": "test/mode-b-scope.test.ts",
|
|
2448
|
-
"sha256": "1d03efb58161c9dcc4bf40f1c834777ccc57dc037afa5f9755d1c353aabeb991"
|
|
2449
|
-
},
|
|
2450
|
-
{
|
|
2451
|
-
"path": "test/model-recommender.test.ts",
|
|
2452
|
-
"sha256": "195af86db8248e128ff7bb0967c562471ae14379a125099dcd2bfacce0575086"
|
|
2453
|
-
},
|
|
2454
|
-
{
|
|
2455
|
-
"path": "test/mutation-gate.test.ts",
|
|
2456
|
-
"sha256": "da58753887fdab5a1a27c1db074c4c13386f03c8fe679f2ed36abfd5c5b5a990"
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"path": "test/mutation-registry.json",
|
|
2460
|
-
"sha256": "1ff947d1a906c8a5b3e40ee05f953e7c90cd4b6d52c2c6edb57e877ce06596bd"
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"path": "test/named-lock.test.ts",
|
|
2464
|
-
"sha256": "d3376226e512b4872ae50d932c84ea45c68aa5b427a1474a43bd20b6fdbd5602"
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"path": "test/new-features.test.ts",
|
|
2468
|
-
"sha256": "002c3e2b78b8ca47b19bcfd1b38fb2a521827bb0866a2eee7844222570e72456"
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"path": "test/no-stubs.test.ts",
|
|
2472
|
-
"sha256": "9130a698f9f6597d3b782833c1419174228da6d97f9c98bfe17564374ea2ded6"
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"path": "test/operations.test.ts",
|
|
2476
|
-
"sha256": "1cd4a387f94dac0023d631158966eb7e29bd1797c502facef421b942b4969e1d"
|
|
2477
|
-
},
|
|
2478
|
-
{
|
|
2479
|
-
"path": "test/package-skill-layouts.test.ts",
|
|
2480
|
-
"sha256": "13a00f4e8f5d2e8ff4a011af70bdcc200ffa93e144ada85e707a23c15f770551"
|
|
2481
|
-
},
|
|
2482
|
-
{
|
|
2483
|
-
"path": "test/parity.test.ts",
|
|
2484
|
-
"sha256": "cc2210ec7ba3eae674d3d6c4f93e3e770a5950dbed30d98a03963f6fba0f6d8e"
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
"path": "test/partition-findings.test.ts",
|
|
2488
|
-
"sha256": "5ba94ba0c9d7d74c3846de2073ed8186c69fd68e7575ccb93099dfb7579a47de"
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"path": "test/pattern-boost-unicode.test.ts",
|
|
2492
|
-
"sha256": "bb3716152de8c062b66f8f8ab0333c7d96a57863dd89f1bcfc9565f5b240f8c1"
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"path": "test/patterns.test.ts",
|
|
2496
|
-
"sha256": "2eac0dd5b93e6fe737faf6df5cc3e07eb9e551de8af1cc655e8ad4bec7652900"
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"path": "test/project-skills.test.ts",
|
|
2500
|
-
"sha256": "75c12fafe3fdc5dfc509aa9dd2472cb64fd8297c5616706fcb701ef504ee281e"
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"path": "test/publish-gate.test.ts",
|
|
2504
|
-
"sha256": "da87a8c127fa138b4f294464dc8011e5c229cd668da8073b229fa2860c435d51"
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"path": "test/publish-order.test.ts",
|
|
2508
|
-
"sha256": "747231e315fdded185f5afedda8ea1f63af43129c26e9afd4a5eaa0c441a4303"
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"path": "test/publish-provenance.test.ts",
|
|
2512
|
-
"sha256": "03678342819735e2c9566a954a1bf8381220354ad7c938d3b7247072ec17cefd"
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"path": "test/publisher-guard.test.ts",
|
|
2516
|
-
"sha256": "bb065e8d63186c13861f8cf55ada96ed6415b63a3ba7d6a5957cb47c6c72ab94"
|
|
2517
|
-
},
|
|
2518
|
-
{
|
|
2519
|
-
"path": "test/qe-bridge.test.ts",
|
|
2520
|
-
"sha256": "89c451f0026f5709c19d9c74506ac1eb44f312b3c9c49e48cf81a690d61ab9d2"
|
|
2521
|
-
},
|
|
2522
|
-
{
|
|
2523
|
-
"path": "test/rake-analyzer.test.ts",
|
|
2524
|
-
"sha256": "84c3f3b69b06cf4386c193f07b16ec7b1f03d0c8d3da1def809b2b8d1c9be37e"
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"path": "test/recall-domain-boost.test.ts",
|
|
2528
|
-
"sha256": "bb045fda403b5cb22098a846764d64d8f1daf3e904e571ae7126fa5479e6a540"
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"path": "test/recall-hook-policy.test.ts",
|
|
2532
|
-
"sha256": "6f06805ef6555622a8ed243e4f84ed454a80671c5e8a6d19c6cbd9ebaaf799b2"
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"path": "test/recall-usage-runtime.test.ts",
|
|
2536
|
-
"sha256": "9359dd7afe89560d27b738a2af87c5bc3e8d1aa097680ce6e8cd45e1c0ad0d93"
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"path": "test/recall-usage.test.ts",
|
|
2540
|
-
"sha256": "609c4988937bf7661ed297efdd0fc135e42bc7b2c53c00079bfb8bdd182c1975"
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"path": "test/reconcile.test.ts",
|
|
2544
|
-
"sha256": "9cf10c0e67f8d36cd611f3366d3199005799ea170b6e962e680b3493688ebc8f"
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"path": "test/registry-not-discovered.test.ts",
|
|
2548
|
-
"sha256": "d3e308b2527256b2c2e2499f1dc4841fba948168befb36a810439995b10b30f5"
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"path": "test/registry.test.ts",
|
|
2552
|
-
"sha256": "64bd7c36b0978a584965d9967231ecbc0659877513f80503006f1bffd0ebcfda"
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"path": "test/release.test.ts",
|
|
2556
|
-
"sha256": "ab77b05e960006dc81b739c0f63a6d37ecbdd2817b31475d5ab50e44da7c35b9"
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"path": "test/reqe.test.ts",
|
|
2560
|
-
"sha256": "c5bb25b04caa8e9c14111ab838a135f7e2564b9fd1b7624520827bc95600661e"
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"path": "test/routing-outcomes.test.ts",
|
|
2564
|
-
"sha256": "bbc5c12f2bfcb246369f7428a5b22e64615e00174f08ba8d20f9d962ae8b43e8"
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"path": "test/run-records.test.ts",
|
|
2568
|
-
"sha256": "8c7e65a5a881f67e2ba426c061f67131536902ec902741cc248a0b30d6963535"
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"path": "test/safla-delta.test.ts",
|
|
2572
|
-
"sha256": "1669198eab1fdda44e137b19454a01954dc42ab7b059725dd056c836b06a5e3e"
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"path": "test/score.test.ts",
|
|
2576
|
-
"sha256": "e526ab8539e9c4d0697739ce37723ac00096ff07df18097648b8f821314048e7"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"path": "test/session-06-features.test.ts",
|
|
2580
|
-
"sha256": "8fd6dd3999d8c02e1bd6d7c0f8702420025a5be69aeaa35b1eeb44cd6d405f77"
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"path": "test/session-retro.test.ts",
|
|
2584
|
-
"sha256": "2765b542d617495a7462a295dd23e16ff1012761af925fad59e5b30838a06b15"
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"path": "test/setup.test.ts",
|
|
2588
|
-
"sha256": "b632a8da440b67222aa62deae95300a199b9d478709d4871806d8a663c187d09"
|
|
2589
|
-
},
|
|
2590
|
-
{
|
|
2591
|
-
"path": "test/sign.test.ts",
|
|
2592
|
-
"sha256": "2d5fd911d598ccc2037add021f93e34f0c79351a384e293b98051e05cdcbdeb0"
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"path": "test/skill-drift.test.ts",
|
|
2596
|
-
"sha256": "e6d93574fa1cd175b4d666dc859a8cda1198ea0ffff33f0b4deb026c0ba6b04a"
|
|
2597
|
-
},
|
|
2598
|
-
{
|
|
2599
|
-
"path": "test/skills-listing.test.ts",
|
|
2600
|
-
"sha256": "6a30766ddeaca3991e72455d76b724b4e51e23fed540be47f4a0e1f21b29ceab"
|
|
2601
|
-
},
|
|
2602
|
-
{
|
|
2603
|
-
"path": "test/skills-verify.test.ts",
|
|
2604
|
-
"sha256": "2296310c423ac11900b8577b8b5ca0f61587b6d57c78cf369bfbcb736ef777fb"
|
|
2605
|
-
},
|
|
2606
|
-
{
|
|
2607
|
-
"path": "test/statusline.test.ts",
|
|
2608
|
-
"sha256": "7398a7c71ffb095c4ad03045f59955da309184e54ce096ad65a56a72e83afdb8"
|
|
2609
|
-
},
|
|
2610
|
-
{
|
|
2611
|
-
"path": "test/step0-artifact.test.ts",
|
|
2612
|
-
"sha256": "72594c0ddc053f18e7b240cae4b07c61938ba245fd05cd7141dbbeb1a7447441"
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"path": "test/store-lock.test.ts",
|
|
2616
|
-
"sha256": "8d7becb8cc3466ce3b6c63178e59199774f5e77c6056a363bd94e9a476dec410"
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
"path": "test/target-resolution.test.ts",
|
|
2620
|
-
"sha256": "146881c6848a59663fbbd070631af0f3c93f5bfa668958144bac70e2d5c7f7d0"
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"path": "test/trace-attestation.test.ts",
|
|
2624
|
-
"sha256": "f4888117c97180797e6437abc1ef0c6aa1f1e48ee7c2df33d60a65e8bf11b35c"
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"path": "test/trace-bundle.test.ts",
|
|
2628
|
-
"sha256": "66e784bd3f1344350e55b0003f5558f6cea388481fd339515b49c4c761de0af7"
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"path": "test/trace-corroborate.test.ts",
|
|
2632
|
-
"sha256": "9e845bb448c1300966e76a030b2b0d88c3aa3cf666d85b58ddd981e15d4dcd85"
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"path": "test/trace-qe-round1.test.ts",
|
|
2636
|
-
"sha256": "7790c41628d7223a45aa61977511d1ddd6cd2cd8dc2dfdcdd248bb25c2effeca"
|
|
2637
|
-
},
|
|
2638
|
-
{
|
|
2639
|
-
"path": "test/trusttier-schema.test.ts",
|
|
2640
|
-
"sha256": "430a5bb7ee5e1caf671db98e1b1833c64fb9b2b5cb4eefb5acc3675bb3529aee"
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"path": "test/usage-week-anchor.test.ts",
|
|
2644
|
-
"sha256": "7ef26f388cbdfe048c79acdb2096634b20e0528e653cfd41dd37b47b5a250467"
|
|
2645
|
-
},
|
|
2646
|
-
{
|
|
2647
|
-
"path": "test/usage.test.ts",
|
|
2648
|
-
"sha256": "09b9c4ed5bf879e71a6940df7255db9d61c160061e34a7ff596733eaf7775de9"
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"path": "test/vector-degradation.test.ts",
|
|
2652
|
-
"sha256": "cb8fd01fc3695b2da5ca660cc6da34e7649bc53ab84afde8c10ba2368b45820c"
|
|
2653
|
-
},
|
|
2654
|
-
{
|
|
2655
|
-
"path": "test/vector-live.test.ts",
|
|
2656
|
-
"sha256": "4d11d3efd1f3a809dccb55bd6e876268ecf5dc8ea681f41942d9e30a9a6846ba"
|
|
2657
|
-
},
|
|
2658
|
-
{
|
|
2659
|
-
"path": "test/vector-readme-parity.test.ts",
|
|
2660
|
-
"sha256": "f49664d011b4154677be29209bd81b48b0cf954f1b7dffe5bd0e9c02af35b051"
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"path": "test/vector-reindex-model-swap.test.ts",
|
|
2664
|
-
"sha256": "c833c54c651b09f5940155f2351cb0b2677e9f981df4bd1f116f784958961452"
|
|
2665
|
-
},
|
|
2666
|
-
{
|
|
2667
|
-
"path": "test/vector-tier-rvf.test.ts",
|
|
2668
|
-
"sha256": "94f70475e1fe1fab91e5fa3b98a1055a231c541ae39f182ef0662a766043c1d7"
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"path": "test/vector-tier.test.ts",
|
|
2672
|
-
"sha256": "8023daec755dbc5befbe4ac4d4eab1355c857bb7daf65523a8fbca6090ce47e5"
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"path": "test/verify-policy.test.ts",
|
|
2676
|
-
"sha256": "1d00a457790088dc0a721d14d20990f4b0498fc56e0cae9518615c1b5f3d53d8"
|
|
2677
|
-
},
|
|
2678
|
-
{
|
|
2679
|
-
"path": "test/workflow-dispatch.test.ts",
|
|
2680
|
-
"sha256": "3c67d01be62bc4f8ec4829cb4f71ae50f47632536848a811e715309ce1650037"
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"path": "test/workflow-run-budget.test.ts",
|
|
2684
|
-
"sha256": "4866e1581a537523aa42e57b2abf68e487b3414240ae4eb1021025fa07ff9047"
|
|
2685
|
-
},
|
|
2686
|
-
{
|
|
2687
|
-
"path": "test/workflow-run-coverage-table.test.ts",
|
|
2688
|
-
"sha256": "3d3a645cdfe2f9c3e245d4af7da3a20bbedfb5f620db3f8720684aaac158a84f"
|
|
2689
|
-
},
|
|
2690
|
-
{
|
|
2691
|
-
"path": "test/workflow-run-determinism.test.ts",
|
|
2692
|
-
"sha256": "73532c2c1f3f2a6005c39fe08db2e35b8739fdcabed04124f1602f305f3f008b"
|
|
2693
|
-
},
|
|
2694
|
-
{
|
|
2695
|
-
"path": "test/workflow-run-discrimination.test.ts",
|
|
2696
|
-
"sha256": "c40e6089cb5e423cb8fa2942a237964467753ce7c423c110064a00d70eab3fd9"
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
"path": "test/workflow-run-family.test.ts",
|
|
2700
|
-
"sha256": "59c373244c5aa154160ace8d75a869e675e41a096afb72a766fcd1f3e8509f87"
|
|
2701
|
-
},
|
|
2702
|
-
{
|
|
2703
|
-
"path": "test/workflow-run-grammar.test.ts",
|
|
2704
|
-
"sha256": "15e6b4420f0c8898c07cc763a043a90578143e08d6f17697e1d1b2f74d403eab"
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"path": "test/workflow-run-prompt-contract.test.ts",
|
|
2708
|
-
"sha256": "2baf637365459a070b72f29fe6e3fccd38b423604a347bb485c46328fe9a6bbd"
|
|
2709
|
-
},
|
|
2710
|
-
{
|
|
2711
|
-
"path": "test/workflow-run-resume.test.ts",
|
|
2712
|
-
"sha256": "bcd376cfe0a9fddcd346a516661888ff5f131ccec9aaeb237c4a36a033947ccc"
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"path": "test/workflow-run-scheduler.test.ts",
|
|
2716
|
-
"sha256": "1f33a761bcef56b5e3cf55a143959cfed8b8c48a197fdc9fb55af21d24385920"
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"path": "test/workflow-run-taxonomy.test.ts",
|
|
2720
|
-
"sha256": "2376e0342e24baf4862eccd6d1bf2a50ccab430ddd5069fa40e2d81bbf29b1c6"
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"path": "tsconfig.json",
|
|
2724
|
-
"sha256": "e80ef2911c3347a713dc3dca6a5f6034d91e938e58e71345ea920dd9833bcdbb"
|
|
2725
|
-
},
|
|
2726
|
-
{
|
|
2727
|
-
"path": "vitest.config.ts",
|
|
2728
|
-
"sha256": "de414595821881a12c3f7dc4144d12292415b9a46a247ed9fb873aef1cb54dcc"
|
|
2729
1993
|
}
|
|
2730
1994
|
]
|
|
2731
1995
|
},
|
|
2732
|
-
"signature": "
|
|
1996
|
+
"signature": "fQVAxbXOutFfkrhOIa1NJ0NKJV9qwec4Dq9gPo2AS+98aePGdI7BYMOsG7/sHlKnWNdJi9hfYnsvCyxR3sCIDQ=="
|
|
2733
1997
|
}
|