@dzhechkov/harness-core 0.5.0 → 0.5.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 +339 -75
- package/README.md +47 -4
- package/dist/codex-hooks-assets.d.ts.map +1 -1
- package/dist/codex-hooks-assets.js +39 -2
- package/dist/codex-hooks-assets.js.map +1 -1
- package/dist/codex-hooks-verify.d.ts +23 -2
- package/dist/codex-hooks-verify.d.ts.map +1 -1
- package/dist/codex-hooks-verify.js +29 -0
- package/dist/codex-hooks-verify.js.map +1 -1
- package/dist/codex-hooks.d.ts +90 -7
- package/dist/codex-hooks.d.ts.map +1 -1
- package/dist/codex-hooks.js +171 -21
- package/dist/codex-hooks.js.map +1 -1
- package/dist/feature-adr-routing.d.ts +22 -0
- package/dist/feature-adr-routing.d.ts.map +1 -1
- package/dist/feature-adr-routing.js +45 -0
- package/dist/feature-adr-routing.js.map +1 -1
- package/dist/index.d.ts +11 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17 -2
- package/dist/index.js.map +1 -1
- package/dist/loop-blobs.generated.d.ts +1 -1
- package/dist/loop-blobs.generated.d.ts.map +1 -1
- package/dist/loop-blobs.generated.js +12 -3
- package/dist/loop-blobs.generated.js.map +1 -1
- package/dist/loop-plan.d.ts +70 -0
- package/dist/loop-plan.d.ts.map +1 -1
- package/dist/loop-plan.js +103 -0
- package/dist/loop-plan.js.map +1 -1
- package/dist/loop-render.d.ts.map +1 -1
- package/dist/loop-render.js +38 -130
- package/dist/loop-render.js.map +1 -1
- package/dist/loop-run-semantics.d.ts +130 -0
- package/dist/loop-run-semantics.d.ts.map +1 -0
- package/dist/loop-run-semantics.js +257 -0
- package/dist/loop-run-semantics.js.map +1 -0
- package/dist/loop-trace.d.ts +106 -5
- package/dist/loop-trace.d.ts.map +1 -1
- package/dist/loop-trace.js +151 -18
- package/dist/loop-trace.js.map +1 -1
- package/dist/managed-hooks.d.ts +10 -0
- package/dist/managed-hooks.d.ts.map +1 -1
- package/dist/managed-hooks.js +17 -5
- package/dist/managed-hooks.js.map +1 -1
- package/dist/named-lock.d.ts +57 -0
- package/dist/named-lock.d.ts.map +1 -0
- package/dist/named-lock.js +247 -0
- package/dist/named-lock.js.map +1 -0
- package/dist/operations.d.ts +81 -5
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +356 -38
- package/dist/operations.js.map +1 -1
- package/dist/parity.d.ts +70 -2
- package/dist/parity.d.ts.map +1 -1
- package/dist/parity.js +133 -2
- package/dist/parity.js.map +1 -1
- package/dist/qe-bridge.d.ts +291 -0
- package/dist/qe-bridge.d.ts.map +1 -0
- package/dist/qe-bridge.js +538 -0
- package/dist/qe-bridge.js.map +1 -0
- package/dist/score.d.ts.map +1 -1
- package/dist/score.js +43 -9
- package/dist/score.js.map +1 -1
- package/dist/trace-corroborate.d.ts +48 -0
- package/dist/trace-corroborate.d.ts.map +1 -0
- package/dist/trace-corroborate.js +172 -0
- package/dist/trace-corroborate.js.map +1 -0
- package/dist/workflow-run-dispatch.d.ts +230 -0
- package/dist/workflow-run-dispatch.d.ts.map +1 -0
- package/dist/workflow-run-dispatch.js +363 -0
- package/dist/workflow-run-dispatch.js.map +1 -0
- package/dist/workflow-run.d.ts +513 -0
- package/dist/workflow-run.d.ts.map +1 -0
- package/dist/workflow-run.js +1377 -0
- package/dist/workflow-run.js.map +1 -0
- package/package.json +2 -2
- package/sbom.json +740 -80
- package/src/codex-hooks-assets.ts +39 -2
- package/src/codex-hooks-verify.ts +55 -2
- package/src/codex-hooks.ts +172 -20
- package/src/feature-adr-routing.ts +55 -0
- package/src/index.ts +46 -1
- package/src/loop-blobs.generated.ts +12 -3
- package/src/loop-plan.ts +185 -0
- package/src/loop-render.ts +38 -128
- package/src/loop-run-semantics.ts +278 -0
- package/src/loop-trace.ts +207 -16
- package/src/managed-hooks.ts +26 -5
- package/src/named-lock.ts +277 -0
- package/src/operations.ts +441 -40
- package/src/parity.ts +177 -2
- package/src/qe-bridge.ts +737 -0
- package/src/score.ts +50 -9
- package/src/trace-corroborate.ts +205 -0
- package/src/workflow-run-dispatch.ts +459 -0
- package/src/workflow-run.ts +1773 -0
package/sbom.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"hashes": [
|
|
16
16
|
{
|
|
17
17
|
"alg": "SHA-256",
|
|
18
|
-
"content": "
|
|
18
|
+
"content": "1790811c8031105b1f281ecaff8a2e5b66a33ac9a323cbe63fb0caae67835b0d"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "2546cfeb7cf640baaf5dd08714af19e510d23c94712037a2f5069fc1af5fd481"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"hashes": [
|
|
696
696
|
{
|
|
697
697
|
"alg": "SHA-256",
|
|
698
|
-
"content": "
|
|
698
|
+
"content": "7d818db928c8bcaa57ed0916cc585a4ea7e386adf7e046b2aede55dac2eea26f"
|
|
699
699
|
}
|
|
700
700
|
]
|
|
701
701
|
},
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
"hashes": [
|
|
706
706
|
{
|
|
707
707
|
"alg": "SHA-256",
|
|
708
|
-
"content": "
|
|
708
|
+
"content": "8db1e25090f618a6e69e5e8bb60e712c09405caf939bbc9a9ae3d071fa7e8221"
|
|
709
709
|
}
|
|
710
710
|
]
|
|
711
711
|
},
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
"hashes": [
|
|
716
716
|
{
|
|
717
717
|
"alg": "SHA-256",
|
|
718
|
-
"content": "
|
|
718
|
+
"content": "46c74b97ac8a4399069ee11064c735b8eebaba2c9810239050a45a6d4ec6e60a"
|
|
719
719
|
}
|
|
720
720
|
]
|
|
721
721
|
},
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
"hashes": [
|
|
726
726
|
{
|
|
727
727
|
"alg": "SHA-256",
|
|
728
|
-
"content": "
|
|
728
|
+
"content": "3836ce4f43d28d3ced0241dc4a4fe0f4fbd23ac254760126feec8945c875e4cd"
|
|
729
729
|
}
|
|
730
730
|
]
|
|
731
731
|
},
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
"hashes": [
|
|
736
736
|
{
|
|
737
737
|
"alg": "SHA-256",
|
|
738
|
-
"content": "
|
|
738
|
+
"content": "58ed0ff044e4c07b6bb7a44ac05c9913010152489b27b1e2434679d7e75c7946"
|
|
739
739
|
}
|
|
740
740
|
]
|
|
741
741
|
},
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
"hashes": [
|
|
746
746
|
{
|
|
747
747
|
"alg": "SHA-256",
|
|
748
|
-
"content": "
|
|
748
|
+
"content": "2fd936b7265ec9dd0e69e499604b28a488d423e949a64fcbb835b3c2d57bd346"
|
|
749
749
|
}
|
|
750
750
|
]
|
|
751
751
|
},
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
"hashes": [
|
|
756
756
|
{
|
|
757
757
|
"alg": "SHA-256",
|
|
758
|
-
"content": "
|
|
758
|
+
"content": "b334bb1e8e32d8e69006f146560dbb963fe8396426e4d492a26f18142ed6ae7f"
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
761
|
},
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
"hashes": [
|
|
766
766
|
{
|
|
767
767
|
"alg": "SHA-256",
|
|
768
|
-
"content": "
|
|
768
|
+
"content": "f5e20ef9cf9bc9bb3d2e3045469f91bbcac1cbfca99d346aaedd0e53cddb8bb9"
|
|
769
769
|
}
|
|
770
770
|
]
|
|
771
771
|
},
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
"hashes": [
|
|
776
776
|
{
|
|
777
777
|
"alg": "SHA-256",
|
|
778
|
-
"content": "
|
|
778
|
+
"content": "b9847b7833e5be80b53334d4e103a85d0d09b77f8199e96f37c54a604a146955"
|
|
779
779
|
}
|
|
780
780
|
]
|
|
781
781
|
},
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"hashes": [
|
|
786
786
|
{
|
|
787
787
|
"alg": "SHA-256",
|
|
788
|
-
"content": "
|
|
788
|
+
"content": "b0396a7447550a69223e2c6f47a776696fb6585591192c1b982345234140faa0"
|
|
789
789
|
}
|
|
790
790
|
]
|
|
791
791
|
},
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"hashes": [
|
|
796
796
|
{
|
|
797
797
|
"alg": "SHA-256",
|
|
798
|
-
"content": "
|
|
798
|
+
"content": "f6c5aba9f2fc31d2834296b617b76bd291b252c08629140a27ea5f6b02e8303c"
|
|
799
799
|
}
|
|
800
800
|
]
|
|
801
801
|
},
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
"hashes": [
|
|
1326
1326
|
{
|
|
1327
1327
|
"alg": "SHA-256",
|
|
1328
|
-
"content": "
|
|
1328
|
+
"content": "9c1a71aa8c7a336d9a766e10dd70ee41339d842873ba8eec7c83a4473f93c8e8"
|
|
1329
1329
|
}
|
|
1330
1330
|
]
|
|
1331
1331
|
},
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
"hashes": [
|
|
1336
1336
|
{
|
|
1337
1337
|
"alg": "SHA-256",
|
|
1338
|
-
"content": "
|
|
1338
|
+
"content": "0871cfbfcbadd2f5c42c8272f81516c8b3acd06f1e51536ab4f4213375fc4865"
|
|
1339
1339
|
}
|
|
1340
1340
|
]
|
|
1341
1341
|
},
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
"hashes": [
|
|
1346
1346
|
{
|
|
1347
1347
|
"alg": "SHA-256",
|
|
1348
|
-
"content": "
|
|
1348
|
+
"content": "30c335b1ab93f5426b3c4fc6187aef1365d76ff65824afee07e6fe3736e36c08"
|
|
1349
1349
|
}
|
|
1350
1350
|
]
|
|
1351
1351
|
},
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
"hashes": [
|
|
1356
1356
|
{
|
|
1357
1357
|
"alg": "SHA-256",
|
|
1358
|
-
"content": "
|
|
1358
|
+
"content": "503ea6db3bc9ff904f997a8d2289bd8c3904099b667bf6342bf09c1ce85dd9b2"
|
|
1359
1359
|
}
|
|
1360
1360
|
]
|
|
1361
1361
|
},
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
"hashes": [
|
|
1526
1526
|
{
|
|
1527
1527
|
"alg": "SHA-256",
|
|
1528
|
-
"content": "
|
|
1528
|
+
"content": "837b65bceef392d58a8b85257443e796c8da7219e2c7d5749df952ff4ba9a7d9"
|
|
1529
1529
|
}
|
|
1530
1530
|
]
|
|
1531
1531
|
},
|
|
@@ -1535,7 +1535,7 @@
|
|
|
1535
1535
|
"hashes": [
|
|
1536
1536
|
{
|
|
1537
1537
|
"alg": "SHA-256",
|
|
1538
|
-
"content": "
|
|
1538
|
+
"content": "2c88a22a96119c8ed14d67c1830bd85857e0c43f8a730951c1279ec9442decd6"
|
|
1539
1539
|
}
|
|
1540
1540
|
]
|
|
1541
1541
|
},
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
"hashes": [
|
|
1546
1546
|
{
|
|
1547
1547
|
"alg": "SHA-256",
|
|
1548
|
-
"content": "
|
|
1548
|
+
"content": "5c208320312a34f0e4d09b2cea3d50a057253771a67b60a0ee0d0907a382546c"
|
|
1549
1549
|
}
|
|
1550
1550
|
]
|
|
1551
1551
|
},
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
"hashes": [
|
|
1556
1556
|
{
|
|
1557
1557
|
"alg": "SHA-256",
|
|
1558
|
-
"content": "
|
|
1558
|
+
"content": "262dd0fca9a734cc81ba33c215adb9ef88b343ee56091c017abda45c68bc2508"
|
|
1559
1559
|
}
|
|
1560
1560
|
]
|
|
1561
1561
|
},
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
"hashes": [
|
|
1606
1606
|
{
|
|
1607
1607
|
"alg": "SHA-256",
|
|
1608
|
-
"content": "
|
|
1608
|
+
"content": "8fdf1f745ef4bec29517f455aac2550dabd19cb7b0ee68b3e6f2bb120a54d441"
|
|
1609
1609
|
}
|
|
1610
1610
|
]
|
|
1611
1611
|
},
|
|
@@ -1615,7 +1615,7 @@
|
|
|
1615
1615
|
"hashes": [
|
|
1616
1616
|
{
|
|
1617
1617
|
"alg": "SHA-256",
|
|
1618
|
-
"content": "
|
|
1618
|
+
"content": "a2c5e4151518338dc6d1aa7a300d9c610d603eb91662e09b19c48e34457bb292"
|
|
1619
1619
|
}
|
|
1620
1620
|
]
|
|
1621
1621
|
},
|
|
@@ -1625,7 +1625,7 @@
|
|
|
1625
1625
|
"hashes": [
|
|
1626
1626
|
{
|
|
1627
1627
|
"alg": "SHA-256",
|
|
1628
|
-
"content": "
|
|
1628
|
+
"content": "115740b3c04b6e906e135eb9d1e462ae4197cdba558d4eb620e29e541b4de288"
|
|
1629
1629
|
}
|
|
1630
1630
|
]
|
|
1631
1631
|
},
|
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
"hashes": [
|
|
1636
1636
|
{
|
|
1637
1637
|
"alg": "SHA-256",
|
|
1638
|
-
"content": "
|
|
1638
|
+
"content": "2cbadd2514704ccf6cfbf7e44fc50cad3d3701bc91b98651015896ebe209449a"
|
|
1639
1639
|
}
|
|
1640
1640
|
]
|
|
1641
1641
|
},
|
|
@@ -1725,7 +1725,7 @@
|
|
|
1725
1725
|
"hashes": [
|
|
1726
1726
|
{
|
|
1727
1727
|
"alg": "SHA-256",
|
|
1728
|
-
"content": "
|
|
1728
|
+
"content": "23060fa99d5047cf37d11a9a3546ffc4616a402e638acf7974085468e32d09d9"
|
|
1729
1729
|
}
|
|
1730
1730
|
]
|
|
1731
1731
|
},
|
|
@@ -1735,7 +1735,7 @@
|
|
|
1735
1735
|
"hashes": [
|
|
1736
1736
|
{
|
|
1737
1737
|
"alg": "SHA-256",
|
|
1738
|
-
"content": "
|
|
1738
|
+
"content": "960109ccd39aba37b53024a6bc87c249cd296f8c78dcb25ff6d5ab11fd183352"
|
|
1739
1739
|
}
|
|
1740
1740
|
]
|
|
1741
1741
|
},
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"hashes": [
|
|
1746
1746
|
{
|
|
1747
1747
|
"alg": "SHA-256",
|
|
1748
|
-
"content": "
|
|
1748
|
+
"content": "2ba860ebc47b3bd521e5a97979b68c38d5cefb13ccf515fd3f0f05feef7f52af"
|
|
1749
1749
|
}
|
|
1750
1750
|
]
|
|
1751
1751
|
},
|
|
@@ -1755,7 +1755,7 @@
|
|
|
1755
1755
|
"hashes": [
|
|
1756
1756
|
{
|
|
1757
1757
|
"alg": "SHA-256",
|
|
1758
|
-
"content": "
|
|
1758
|
+
"content": "24c105bf37a1ccab4172f9635ddfc497a4a9a7fbd73e29c8590efaf9bd5a7e82"
|
|
1759
1759
|
}
|
|
1760
1760
|
]
|
|
1761
1761
|
},
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
"hashes": [
|
|
1776
1776
|
{
|
|
1777
1777
|
"alg": "SHA-256",
|
|
1778
|
-
"content": "
|
|
1778
|
+
"content": "04777f7fa04903d9c26368fce15f5ecfbda389cc59e17b2ae454b335b21f00bd"
|
|
1779
1779
|
}
|
|
1780
1780
|
]
|
|
1781
1781
|
},
|
|
@@ -1785,7 +1785,7 @@
|
|
|
1785
1785
|
"hashes": [
|
|
1786
1786
|
{
|
|
1787
1787
|
"alg": "SHA-256",
|
|
1788
|
-
"content": "
|
|
1788
|
+
"content": "49b8fc106dee22095dc02c43e224de52b9026dbf77d2f2e2654219a776017a09"
|
|
1789
1789
|
}
|
|
1790
1790
|
]
|
|
1791
1791
|
},
|
|
@@ -1795,7 +1795,47 @@
|
|
|
1795
1795
|
"hashes": [
|
|
1796
1796
|
{
|
|
1797
1797
|
"alg": "SHA-256",
|
|
1798
|
-
"content": "
|
|
1798
|
+
"content": "170a7cdafb569ce8d9d1bd7c63ab83d4689cd3b1ed8a1f02536f5affd9dd6d5f"
|
|
1799
|
+
}
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"type": "file",
|
|
1804
|
+
"name": "dist/loop-run-semantics.d.ts",
|
|
1805
|
+
"hashes": [
|
|
1806
|
+
{
|
|
1807
|
+
"alg": "SHA-256",
|
|
1808
|
+
"content": "c6b428f68a89638fde88ef7d98b162c2278ceb196329ec7b3e37bf75c45f0850"
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"type": "file",
|
|
1814
|
+
"name": "dist/loop-run-semantics.d.ts.map",
|
|
1815
|
+
"hashes": [
|
|
1816
|
+
{
|
|
1817
|
+
"alg": "SHA-256",
|
|
1818
|
+
"content": "4e919b16c5265287cac628b275c5d2cf8d392bf0da1dd626268ee75407fd2db6"
|
|
1819
|
+
}
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "file",
|
|
1824
|
+
"name": "dist/loop-run-semantics.js",
|
|
1825
|
+
"hashes": [
|
|
1826
|
+
{
|
|
1827
|
+
"alg": "SHA-256",
|
|
1828
|
+
"content": "52efc75b658b8b664fbb241d930f12e78244543705b682b5e980d9e84019f018"
|
|
1829
|
+
}
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"type": "file",
|
|
1834
|
+
"name": "dist/loop-run-semantics.js.map",
|
|
1835
|
+
"hashes": [
|
|
1836
|
+
{
|
|
1837
|
+
"alg": "SHA-256",
|
|
1838
|
+
"content": "1dbef627f52e6928a74fe1b31611e3bd5f6b5ffd2c9692476107df3a524ddad2"
|
|
1799
1839
|
}
|
|
1800
1840
|
]
|
|
1801
1841
|
},
|
|
@@ -1805,7 +1845,7 @@
|
|
|
1805
1845
|
"hashes": [
|
|
1806
1846
|
{
|
|
1807
1847
|
"alg": "SHA-256",
|
|
1808
|
-
"content": "
|
|
1848
|
+
"content": "bd228e00e217a99ee7f192c9e87d4e1c794c8ffb52323b77b87ee93f601f013a"
|
|
1809
1849
|
}
|
|
1810
1850
|
]
|
|
1811
1851
|
},
|
|
@@ -1815,7 +1855,7 @@
|
|
|
1815
1855
|
"hashes": [
|
|
1816
1856
|
{
|
|
1817
1857
|
"alg": "SHA-256",
|
|
1818
|
-
"content": "
|
|
1858
|
+
"content": "4c37b21c750133def0498c6d1b0fddfb2525500ced4dc58634ae1234425337d3"
|
|
1819
1859
|
}
|
|
1820
1860
|
]
|
|
1821
1861
|
},
|
|
@@ -1825,7 +1865,7 @@
|
|
|
1825
1865
|
"hashes": [
|
|
1826
1866
|
{
|
|
1827
1867
|
"alg": "SHA-256",
|
|
1828
|
-
"content": "
|
|
1868
|
+
"content": "83f2afea542e80bf09f9ccf9a56a9d352111a8a3cd7744bf8f2ccad84d796c6a"
|
|
1829
1869
|
}
|
|
1830
1870
|
]
|
|
1831
1871
|
},
|
|
@@ -1835,7 +1875,7 @@
|
|
|
1835
1875
|
"hashes": [
|
|
1836
1876
|
{
|
|
1837
1877
|
"alg": "SHA-256",
|
|
1838
|
-
"content": "
|
|
1878
|
+
"content": "93a3007d6a7a906344f8f85272aef1928811997d331202171558763ab917b9d6"
|
|
1839
1879
|
}
|
|
1840
1880
|
]
|
|
1841
1881
|
},
|
|
@@ -1845,7 +1885,7 @@
|
|
|
1845
1885
|
"hashes": [
|
|
1846
1886
|
{
|
|
1847
1887
|
"alg": "SHA-256",
|
|
1848
|
-
"content": "
|
|
1888
|
+
"content": "8363f003de3f460499a10c22b2f087ec85c3d219b2b6954b26989d9d3d8d3e40"
|
|
1849
1889
|
}
|
|
1850
1890
|
]
|
|
1851
1891
|
},
|
|
@@ -1855,7 +1895,7 @@
|
|
|
1855
1895
|
"hashes": [
|
|
1856
1896
|
{
|
|
1857
1897
|
"alg": "SHA-256",
|
|
1858
|
-
"content": "
|
|
1898
|
+
"content": "cdff9c96ea861fac906800ca88ef452463d31f0d191e38d671c02a73d44d4d2b"
|
|
1859
1899
|
}
|
|
1860
1900
|
]
|
|
1861
1901
|
},
|
|
@@ -1865,7 +1905,7 @@
|
|
|
1865
1905
|
"hashes": [
|
|
1866
1906
|
{
|
|
1867
1907
|
"alg": "SHA-256",
|
|
1868
|
-
"content": "
|
|
1908
|
+
"content": "aecc6c45ee2ca3386d9e68566eb8a0b53efd9ff7f2cced3ee10b646c37b7281e"
|
|
1869
1909
|
}
|
|
1870
1910
|
]
|
|
1871
1911
|
},
|
|
@@ -1875,7 +1915,7 @@
|
|
|
1875
1915
|
"hashes": [
|
|
1876
1916
|
{
|
|
1877
1917
|
"alg": "SHA-256",
|
|
1878
|
-
"content": "
|
|
1918
|
+
"content": "434de9b9dfe5fd199591e7945d8fda07f4bb8465d7c79920343b95bd49ac4115"
|
|
1879
1919
|
}
|
|
1880
1920
|
]
|
|
1881
1921
|
},
|
|
@@ -1999,6 +2039,46 @@
|
|
|
1999
2039
|
}
|
|
2000
2040
|
]
|
|
2001
2041
|
},
|
|
2042
|
+
{
|
|
2043
|
+
"type": "file",
|
|
2044
|
+
"name": "dist/named-lock.d.ts",
|
|
2045
|
+
"hashes": [
|
|
2046
|
+
{
|
|
2047
|
+
"alg": "SHA-256",
|
|
2048
|
+
"content": "8772cd5893626094d9861805c505f300c5e65fba768fd53b37b6d74ab6bee3bf"
|
|
2049
|
+
}
|
|
2050
|
+
]
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"type": "file",
|
|
2054
|
+
"name": "dist/named-lock.d.ts.map",
|
|
2055
|
+
"hashes": [
|
|
2056
|
+
{
|
|
2057
|
+
"alg": "SHA-256",
|
|
2058
|
+
"content": "18ce922508c44feb9294ca4f8217b3b898cfffa6f9b650bac38411edd6646431"
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"type": "file",
|
|
2064
|
+
"name": "dist/named-lock.js",
|
|
2065
|
+
"hashes": [
|
|
2066
|
+
{
|
|
2067
|
+
"alg": "SHA-256",
|
|
2068
|
+
"content": "5d396fa1adb16339c6407b88c80a45cccbb8671ef222852df1eb3a67493eb998"
|
|
2069
|
+
}
|
|
2070
|
+
]
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"type": "file",
|
|
2074
|
+
"name": "dist/named-lock.js.map",
|
|
2075
|
+
"hashes": [
|
|
2076
|
+
{
|
|
2077
|
+
"alg": "SHA-256",
|
|
2078
|
+
"content": "c46a0b1e810b7521a58f464e6569431677560e27712273fcbffc112ec0850a7e"
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2002
2082
|
{
|
|
2003
2083
|
"type": "file",
|
|
2004
2084
|
"name": "dist/no-stubs.d.ts",
|
|
@@ -2045,7 +2125,7 @@
|
|
|
2045
2125
|
"hashes": [
|
|
2046
2126
|
{
|
|
2047
2127
|
"alg": "SHA-256",
|
|
2048
|
-
"content": "
|
|
2128
|
+
"content": "059e875a350d9bed7da8b11b5055383f8a4ee6e77ca5fc23e3cc65d07f400805"
|
|
2049
2129
|
}
|
|
2050
2130
|
]
|
|
2051
2131
|
},
|
|
@@ -2055,7 +2135,7 @@
|
|
|
2055
2135
|
"hashes": [
|
|
2056
2136
|
{
|
|
2057
2137
|
"alg": "SHA-256",
|
|
2058
|
-
"content": "
|
|
2138
|
+
"content": "efe8d5f4abd56fcd22f00127b3f508d1c4be60e7796d829fc8fc32bdbb19fea1"
|
|
2059
2139
|
}
|
|
2060
2140
|
]
|
|
2061
2141
|
},
|
|
@@ -2065,7 +2145,7 @@
|
|
|
2065
2145
|
"hashes": [
|
|
2066
2146
|
{
|
|
2067
2147
|
"alg": "SHA-256",
|
|
2068
|
-
"content": "
|
|
2148
|
+
"content": "df1d2ee2c5482af449c1439b19f37c021e9381dfebb827570593633fc0a48cf4"
|
|
2069
2149
|
}
|
|
2070
2150
|
]
|
|
2071
2151
|
},
|
|
@@ -2075,7 +2155,7 @@
|
|
|
2075
2155
|
"hashes": [
|
|
2076
2156
|
{
|
|
2077
2157
|
"alg": "SHA-256",
|
|
2078
|
-
"content": "
|
|
2158
|
+
"content": "d664332f9305bb544557bbcead9ee14e38e246eff5691298fd26f454869480a0"
|
|
2079
2159
|
}
|
|
2080
2160
|
]
|
|
2081
2161
|
},
|
|
@@ -2125,7 +2205,7 @@
|
|
|
2125
2205
|
"hashes": [
|
|
2126
2206
|
{
|
|
2127
2207
|
"alg": "SHA-256",
|
|
2128
|
-
"content": "
|
|
2208
|
+
"content": "ada951eddf7fc9d5873b63943e45517129072440ad5ec2ed7cf32ec33d638025"
|
|
2129
2209
|
}
|
|
2130
2210
|
]
|
|
2131
2211
|
},
|
|
@@ -2135,7 +2215,7 @@
|
|
|
2135
2215
|
"hashes": [
|
|
2136
2216
|
{
|
|
2137
2217
|
"alg": "SHA-256",
|
|
2138
|
-
"content": "
|
|
2218
|
+
"content": "37dba270800ee70044c5cb152ffcde15abb6e9498021358eb4a8b1f8174def18"
|
|
2139
2219
|
}
|
|
2140
2220
|
]
|
|
2141
2221
|
},
|
|
@@ -2145,7 +2225,7 @@
|
|
|
2145
2225
|
"hashes": [
|
|
2146
2226
|
{
|
|
2147
2227
|
"alg": "SHA-256",
|
|
2148
|
-
"content": "
|
|
2228
|
+
"content": "badf4e295794800fe3a06abb6b4a19e3deb4bc83f10d6f1da2412ab61bbf1928"
|
|
2149
2229
|
}
|
|
2150
2230
|
]
|
|
2151
2231
|
},
|
|
@@ -2155,7 +2235,7 @@
|
|
|
2155
2235
|
"hashes": [
|
|
2156
2236
|
{
|
|
2157
2237
|
"alg": "SHA-256",
|
|
2158
|
-
"content": "
|
|
2238
|
+
"content": "e9755a707a378dcb69e1307747a2b384c31dae593b796d350708ecc44b288480"
|
|
2159
2239
|
}
|
|
2160
2240
|
]
|
|
2161
2241
|
},
|
|
@@ -2399,6 +2479,46 @@
|
|
|
2399
2479
|
}
|
|
2400
2480
|
]
|
|
2401
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"type": "file",
|
|
2484
|
+
"name": "dist/qe-bridge.d.ts",
|
|
2485
|
+
"hashes": [
|
|
2486
|
+
{
|
|
2487
|
+
"alg": "SHA-256",
|
|
2488
|
+
"content": "dc7d9b6325d8ef314d75834c649aeca914e0453324d1dbd631508b5d6e3e400d"
|
|
2489
|
+
}
|
|
2490
|
+
]
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"type": "file",
|
|
2494
|
+
"name": "dist/qe-bridge.d.ts.map",
|
|
2495
|
+
"hashes": [
|
|
2496
|
+
{
|
|
2497
|
+
"alg": "SHA-256",
|
|
2498
|
+
"content": "0cf3af2eedb4922c9106fac1f2d09bb5127a46ba7232e5899ba6c29bf33659c2"
|
|
2499
|
+
}
|
|
2500
|
+
]
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"type": "file",
|
|
2504
|
+
"name": "dist/qe-bridge.js",
|
|
2505
|
+
"hashes": [
|
|
2506
|
+
{
|
|
2507
|
+
"alg": "SHA-256",
|
|
2508
|
+
"content": "555ffe4f1f6c2c11aec4b3637d03468f8978b8574c7129af948e3c6177c57243"
|
|
2509
|
+
}
|
|
2510
|
+
]
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"type": "file",
|
|
2514
|
+
"name": "dist/qe-bridge.js.map",
|
|
2515
|
+
"hashes": [
|
|
2516
|
+
{
|
|
2517
|
+
"alg": "SHA-256",
|
|
2518
|
+
"content": "844373e7ce0a18945adff9521c101e76baa39d2082cfd6a2517844d72e6a5702"
|
|
2519
|
+
}
|
|
2520
|
+
]
|
|
2521
|
+
},
|
|
2402
2522
|
{
|
|
2403
2523
|
"type": "file",
|
|
2404
2524
|
"name": "dist/rake-analyzer.d.ts",
|
|
@@ -2935,7 +3055,7 @@
|
|
|
2935
3055
|
"hashes": [
|
|
2936
3056
|
{
|
|
2937
3057
|
"alg": "SHA-256",
|
|
2938
|
-
"content": "
|
|
3058
|
+
"content": "901e0f08858d312d6a2d544ec9c7e114e9748b703fe4ef5e119d85344f390722"
|
|
2939
3059
|
}
|
|
2940
3060
|
]
|
|
2941
3061
|
},
|
|
@@ -2945,7 +3065,7 @@
|
|
|
2945
3065
|
"hashes": [
|
|
2946
3066
|
{
|
|
2947
3067
|
"alg": "SHA-256",
|
|
2948
|
-
"content": "
|
|
3068
|
+
"content": "1466e78432028c66076f10acb5d2a6b9bc50e24d7c176c2c49f9cfffb67a9238"
|
|
2949
3069
|
}
|
|
2950
3070
|
]
|
|
2951
3071
|
},
|
|
@@ -2955,7 +3075,7 @@
|
|
|
2955
3075
|
"hashes": [
|
|
2956
3076
|
{
|
|
2957
3077
|
"alg": "SHA-256",
|
|
2958
|
-
"content": "
|
|
3078
|
+
"content": "8ceb3f4eed26b977bcd3b39216d8392bc830e91960497ae5edd453130ae4bc27"
|
|
2959
3079
|
}
|
|
2960
3080
|
]
|
|
2961
3081
|
},
|
|
@@ -3479,6 +3599,46 @@
|
|
|
3479
3599
|
}
|
|
3480
3600
|
]
|
|
3481
3601
|
},
|
|
3602
|
+
{
|
|
3603
|
+
"type": "file",
|
|
3604
|
+
"name": "dist/trace-corroborate.d.ts",
|
|
3605
|
+
"hashes": [
|
|
3606
|
+
{
|
|
3607
|
+
"alg": "SHA-256",
|
|
3608
|
+
"content": "ebc36a47e4f8359eb7359a1e1697e9a135b2a281ecb1f795e99da7f9476f7f4c"
|
|
3609
|
+
}
|
|
3610
|
+
]
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"type": "file",
|
|
3614
|
+
"name": "dist/trace-corroborate.d.ts.map",
|
|
3615
|
+
"hashes": [
|
|
3616
|
+
{
|
|
3617
|
+
"alg": "SHA-256",
|
|
3618
|
+
"content": "7a2f343525b6585d0cd54644282bc49b741baffd066ebff0f023c036b622e6f8"
|
|
3619
|
+
}
|
|
3620
|
+
]
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"type": "file",
|
|
3624
|
+
"name": "dist/trace-corroborate.js",
|
|
3625
|
+
"hashes": [
|
|
3626
|
+
{
|
|
3627
|
+
"alg": "SHA-256",
|
|
3628
|
+
"content": "1b78df722776f6e253e3d0babb90c8557b5d733528125c793b7519ec724db96b"
|
|
3629
|
+
}
|
|
3630
|
+
]
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"type": "file",
|
|
3634
|
+
"name": "dist/trace-corroborate.js.map",
|
|
3635
|
+
"hashes": [
|
|
3636
|
+
{
|
|
3637
|
+
"alg": "SHA-256",
|
|
3638
|
+
"content": "7c95e98228f86fda4f4503b04efaf149466f9bd78fbb549a8aad49c8a4f3b7ab"
|
|
3639
|
+
}
|
|
3640
|
+
]
|
|
3641
|
+
},
|
|
3482
3642
|
{
|
|
3483
3643
|
"type": "file",
|
|
3484
3644
|
"name": "dist/upgrade.d.ts",
|
|
@@ -3599,6 +3759,86 @@
|
|
|
3599
3759
|
}
|
|
3600
3760
|
]
|
|
3601
3761
|
},
|
|
3762
|
+
{
|
|
3763
|
+
"type": "file",
|
|
3764
|
+
"name": "dist/workflow-run-dispatch.d.ts",
|
|
3765
|
+
"hashes": [
|
|
3766
|
+
{
|
|
3767
|
+
"alg": "SHA-256",
|
|
3768
|
+
"content": "28301dc819e9df435c527025f0155ac3e1fd0921ca522aa79a37c44d9f566744"
|
|
3769
|
+
}
|
|
3770
|
+
]
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"type": "file",
|
|
3774
|
+
"name": "dist/workflow-run-dispatch.d.ts.map",
|
|
3775
|
+
"hashes": [
|
|
3776
|
+
{
|
|
3777
|
+
"alg": "SHA-256",
|
|
3778
|
+
"content": "f7dea47114d4e50b41abab71c69053ad1b246ef6c3aa5b76fbd07536154dd7ec"
|
|
3779
|
+
}
|
|
3780
|
+
]
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"type": "file",
|
|
3784
|
+
"name": "dist/workflow-run-dispatch.js",
|
|
3785
|
+
"hashes": [
|
|
3786
|
+
{
|
|
3787
|
+
"alg": "SHA-256",
|
|
3788
|
+
"content": "958926adff7b9ddc367b1293e00a5101a00c32b9815972e76bd18e34d9dce29c"
|
|
3789
|
+
}
|
|
3790
|
+
]
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"type": "file",
|
|
3794
|
+
"name": "dist/workflow-run-dispatch.js.map",
|
|
3795
|
+
"hashes": [
|
|
3796
|
+
{
|
|
3797
|
+
"alg": "SHA-256",
|
|
3798
|
+
"content": "3e4f7038a2cc3c89883c4412e30cdecd152711a417f04a3183445c0f9e74dd49"
|
|
3799
|
+
}
|
|
3800
|
+
]
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"type": "file",
|
|
3804
|
+
"name": "dist/workflow-run.d.ts",
|
|
3805
|
+
"hashes": [
|
|
3806
|
+
{
|
|
3807
|
+
"alg": "SHA-256",
|
|
3808
|
+
"content": "94d154db3feb9676e515fc04129ac299f967ff46b8a7daedc51ec201f7eb5259"
|
|
3809
|
+
}
|
|
3810
|
+
]
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"type": "file",
|
|
3814
|
+
"name": "dist/workflow-run.d.ts.map",
|
|
3815
|
+
"hashes": [
|
|
3816
|
+
{
|
|
3817
|
+
"alg": "SHA-256",
|
|
3818
|
+
"content": "0bda62d918a427203c946a0d6ec9fdb67a2223573939bc358fa9d48545e34361"
|
|
3819
|
+
}
|
|
3820
|
+
]
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"type": "file",
|
|
3824
|
+
"name": "dist/workflow-run.js",
|
|
3825
|
+
"hashes": [
|
|
3826
|
+
{
|
|
3827
|
+
"alg": "SHA-256",
|
|
3828
|
+
"content": "c5d24bc9e5a8731ecd9e83e0fc3c3bac02421b76028906b20d2a113f04efbe59"
|
|
3829
|
+
}
|
|
3830
|
+
]
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"type": "file",
|
|
3834
|
+
"name": "dist/workflow-run.js.map",
|
|
3835
|
+
"hashes": [
|
|
3836
|
+
{
|
|
3837
|
+
"alg": "SHA-256",
|
|
3838
|
+
"content": "f9a9a320dde4bae0d6f6b0b2e7c03c08127e452f7fa7e00d78ea9f9b816bc6e7"
|
|
3839
|
+
}
|
|
3840
|
+
]
|
|
3841
|
+
},
|
|
3602
3842
|
{
|
|
3603
3843
|
"type": "file",
|
|
3604
3844
|
"name": "dist/workflows.d.ts",
|
|
@@ -3645,7 +3885,7 @@
|
|
|
3645
3885
|
"hashes": [
|
|
3646
3886
|
{
|
|
3647
3887
|
"alg": "SHA-256",
|
|
3648
|
-
"content": "
|
|
3888
|
+
"content": "f44d3dd18b5332681d861707c5644b1cbb027b217b9fda07a0b8510b6346d1a8"
|
|
3649
3889
|
}
|
|
3650
3890
|
]
|
|
3651
3891
|
},
|
|
@@ -3815,7 +4055,7 @@
|
|
|
3815
4055
|
"hashes": [
|
|
3816
4056
|
{
|
|
3817
4057
|
"alg": "SHA-256",
|
|
3818
|
-
"content": "
|
|
4058
|
+
"content": "5d74d533435cdf7e6375c5888713044c00960681ff48e8a90af84b07e168876a"
|
|
3819
4059
|
}
|
|
3820
4060
|
]
|
|
3821
4061
|
},
|
|
@@ -3825,7 +4065,7 @@
|
|
|
3825
4065
|
"hashes": [
|
|
3826
4066
|
{
|
|
3827
4067
|
"alg": "SHA-256",
|
|
3828
|
-
"content": "
|
|
4068
|
+
"content": "a5ca643379b3e14ac760ac547bfb807dc8dc671e2aae9042149ea380aa300972"
|
|
3829
4069
|
}
|
|
3830
4070
|
]
|
|
3831
4071
|
},
|
|
@@ -3835,7 +4075,7 @@
|
|
|
3835
4075
|
"hashes": [
|
|
3836
4076
|
{
|
|
3837
4077
|
"alg": "SHA-256",
|
|
3838
|
-
"content": "
|
|
4078
|
+
"content": "918e5e7fbae4806abbb0c9a8f87dd2b0758b7f1372e1c010bf9417620c1acd99"
|
|
3839
4079
|
}
|
|
3840
4080
|
]
|
|
3841
4081
|
},
|
|
@@ -3975,7 +4215,7 @@
|
|
|
3975
4215
|
"hashes": [
|
|
3976
4216
|
{
|
|
3977
4217
|
"alg": "SHA-256",
|
|
3978
|
-
"content": "
|
|
4218
|
+
"content": "d7a5440c22dcb421195690762815c93ae77ae3044ed5af92e5cc2c28ad9158f4"
|
|
3979
4219
|
}
|
|
3980
4220
|
]
|
|
3981
4221
|
},
|
|
@@ -4025,7 +4265,7 @@
|
|
|
4025
4265
|
"hashes": [
|
|
4026
4266
|
{
|
|
4027
4267
|
"alg": "SHA-256",
|
|
4028
|
-
"content": "
|
|
4268
|
+
"content": "b741c4477d04f5fdb88f88601b8528f56e9b1fdc6a849dece4af157a81c0fe57"
|
|
4029
4269
|
}
|
|
4030
4270
|
]
|
|
4031
4271
|
},
|
|
@@ -4045,7 +4285,7 @@
|
|
|
4045
4285
|
"hashes": [
|
|
4046
4286
|
{
|
|
4047
4287
|
"alg": "SHA-256",
|
|
4048
|
-
"content": "
|
|
4288
|
+
"content": "929be36a3c9fd2cf3ba6e6b7328dd8d7928d9c031c38bb62880ba234c9553334"
|
|
4049
4289
|
}
|
|
4050
4290
|
]
|
|
4051
4291
|
},
|
|
@@ -4075,7 +4315,7 @@
|
|
|
4075
4315
|
"hashes": [
|
|
4076
4316
|
{
|
|
4077
4317
|
"alg": "SHA-256",
|
|
4078
|
-
"content": "
|
|
4318
|
+
"content": "0e8db04384f3ae3a22e0f31b62de6b176f3539e8b27c5df96c5953fb9780c715"
|
|
4079
4319
|
}
|
|
4080
4320
|
]
|
|
4081
4321
|
},
|
|
@@ -4085,7 +4325,17 @@
|
|
|
4085
4325
|
"hashes": [
|
|
4086
4326
|
{
|
|
4087
4327
|
"alg": "SHA-256",
|
|
4088
|
-
"content": "
|
|
4328
|
+
"content": "69d0daac70fda89235352be2cc2e40bcfe62651aedab8056c1919ed062d4a75b"
|
|
4329
|
+
}
|
|
4330
|
+
]
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"type": "file",
|
|
4334
|
+
"name": "src/loop-run-semantics.ts",
|
|
4335
|
+
"hashes": [
|
|
4336
|
+
{
|
|
4337
|
+
"alg": "SHA-256",
|
|
4338
|
+
"content": "2a13e33194b5f9bbbfbbebb4ab7237409e5cca4566464be0f23e8a52e849ec38"
|
|
4089
4339
|
}
|
|
4090
4340
|
]
|
|
4091
4341
|
},
|
|
@@ -4095,7 +4345,7 @@
|
|
|
4095
4345
|
"hashes": [
|
|
4096
4346
|
{
|
|
4097
4347
|
"alg": "SHA-256",
|
|
4098
|
-
"content": "
|
|
4348
|
+
"content": "ea7d5b64c7805fd4622e7a892e0e3f1f03e4fdbb883f5fe377fcd64330775330"
|
|
4099
4349
|
}
|
|
4100
4350
|
]
|
|
4101
4351
|
},
|
|
@@ -4105,7 +4355,7 @@
|
|
|
4105
4355
|
"hashes": [
|
|
4106
4356
|
{
|
|
4107
4357
|
"alg": "SHA-256",
|
|
4108
|
-
"content": "
|
|
4358
|
+
"content": "6f31b8c688ecbd459b42dd098b7d7c23579e50a4b5dc3bdad5fb602bebad87a4"
|
|
4109
4359
|
}
|
|
4110
4360
|
]
|
|
4111
4361
|
},
|
|
@@ -4139,6 +4389,16 @@
|
|
|
4139
4389
|
}
|
|
4140
4390
|
]
|
|
4141
4391
|
},
|
|
4392
|
+
{
|
|
4393
|
+
"type": "file",
|
|
4394
|
+
"name": "src/named-lock.ts",
|
|
4395
|
+
"hashes": [
|
|
4396
|
+
{
|
|
4397
|
+
"alg": "SHA-256",
|
|
4398
|
+
"content": "f05664e983ee1d9b97de56af7a87781b802ab21cb0199765d7905012aa0ebce9"
|
|
4399
|
+
}
|
|
4400
|
+
]
|
|
4401
|
+
},
|
|
4142
4402
|
{
|
|
4143
4403
|
"type": "file",
|
|
4144
4404
|
"name": "src/no-stubs.ts",
|
|
@@ -4155,7 +4415,7 @@
|
|
|
4155
4415
|
"hashes": [
|
|
4156
4416
|
{
|
|
4157
4417
|
"alg": "SHA-256",
|
|
4158
|
-
"content": "
|
|
4418
|
+
"content": "23184909f1c13b57bdfd0655cf28bc536bbe77d28e74a99d063a123a78572f6c"
|
|
4159
4419
|
}
|
|
4160
4420
|
]
|
|
4161
4421
|
},
|
|
@@ -4175,7 +4435,7 @@
|
|
|
4175
4435
|
"hashes": [
|
|
4176
4436
|
{
|
|
4177
4437
|
"alg": "SHA-256",
|
|
4178
|
-
"content": "
|
|
4438
|
+
"content": "8a444c993eb7b117b2606abec7783c1209833bd51af89c5828f43f96152c00ba"
|
|
4179
4439
|
}
|
|
4180
4440
|
]
|
|
4181
4441
|
},
|
|
@@ -4229,6 +4489,16 @@
|
|
|
4229
4489
|
}
|
|
4230
4490
|
]
|
|
4231
4491
|
},
|
|
4492
|
+
{
|
|
4493
|
+
"type": "file",
|
|
4494
|
+
"name": "src/qe-bridge.ts",
|
|
4495
|
+
"hashes": [
|
|
4496
|
+
{
|
|
4497
|
+
"alg": "SHA-256",
|
|
4498
|
+
"content": "b8bbc5dfa625e1709abf6c2d5ca84ad4dff0b8b4f67a4f4ad0605170f5ac5f01"
|
|
4499
|
+
}
|
|
4500
|
+
]
|
|
4501
|
+
},
|
|
4232
4502
|
{
|
|
4233
4503
|
"type": "file",
|
|
4234
4504
|
"name": "src/rake-analyzer.ts",
|
|
@@ -4355,7 +4625,7 @@
|
|
|
4355
4625
|
"hashes": [
|
|
4356
4626
|
{
|
|
4357
4627
|
"alg": "SHA-256",
|
|
4358
|
-
"content": "
|
|
4628
|
+
"content": "d630cc8713b8ed604ae6f4d97dde59ce3a38080ed2f7e43a5d543d236c5cb4dc"
|
|
4359
4629
|
}
|
|
4360
4630
|
]
|
|
4361
4631
|
},
|
|
@@ -4499,6 +4769,16 @@
|
|
|
4499
4769
|
}
|
|
4500
4770
|
]
|
|
4501
4771
|
},
|
|
4772
|
+
{
|
|
4773
|
+
"type": "file",
|
|
4774
|
+
"name": "src/trace-corroborate.ts",
|
|
4775
|
+
"hashes": [
|
|
4776
|
+
{
|
|
4777
|
+
"alg": "SHA-256",
|
|
4778
|
+
"content": "28a872378dce68940237a99e8ffe57d3da049cccb0ffc315fbddf8ba65e80ee8"
|
|
4779
|
+
}
|
|
4780
|
+
]
|
|
4781
|
+
},
|
|
4502
4782
|
{
|
|
4503
4783
|
"type": "file",
|
|
4504
4784
|
"name": "src/upgrade.ts",
|
|
@@ -4529,6 +4809,26 @@
|
|
|
4529
4809
|
}
|
|
4530
4810
|
]
|
|
4531
4811
|
},
|
|
4812
|
+
{
|
|
4813
|
+
"type": "file",
|
|
4814
|
+
"name": "src/workflow-run-dispatch.ts",
|
|
4815
|
+
"hashes": [
|
|
4816
|
+
{
|
|
4817
|
+
"alg": "SHA-256",
|
|
4818
|
+
"content": "495a22b80949cd9f7fe9a6f10e1c1b5623a0687792276d8d9445dae23742446e"
|
|
4819
|
+
}
|
|
4820
|
+
]
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"type": "file",
|
|
4824
|
+
"name": "src/workflow-run.ts",
|
|
4825
|
+
"hashes": [
|
|
4826
|
+
{
|
|
4827
|
+
"alg": "SHA-256",
|
|
4828
|
+
"content": "f1aaf39fcb5088afe3c63185c05a0d22f0507d29c342e3024836f46e3996d430"
|
|
4829
|
+
}
|
|
4830
|
+
]
|
|
4831
|
+
},
|
|
4532
4832
|
{
|
|
4533
4833
|
"type": "file",
|
|
4534
4834
|
"name": "src/workflows.ts",
|
|
@@ -4809,6 +5109,16 @@
|
|
|
4809
5109
|
}
|
|
4810
5110
|
]
|
|
4811
5111
|
},
|
|
5112
|
+
{
|
|
5113
|
+
"type": "file",
|
|
5114
|
+
"name": "test/codex-hooks-qe-fixes.test.ts",
|
|
5115
|
+
"hashes": [
|
|
5116
|
+
{
|
|
5117
|
+
"alg": "SHA-256",
|
|
5118
|
+
"content": "3f1a048705a60250d83a5b29617689df8632a46318530ed51835aaf0a80d9788"
|
|
5119
|
+
}
|
|
5120
|
+
]
|
|
5121
|
+
},
|
|
4812
5122
|
{
|
|
4813
5123
|
"type": "file",
|
|
4814
5124
|
"name": "test/codex-hooks-verify.test.ts",
|
|
@@ -4825,7 +5135,7 @@
|
|
|
4825
5135
|
"hashes": [
|
|
4826
5136
|
{
|
|
4827
5137
|
"alg": "SHA-256",
|
|
4828
|
-
"content": "
|
|
5138
|
+
"content": "56e5c250b79144112ea87c51518bd0cfc9b370af211532495067ebfcad08cbf6"
|
|
4829
5139
|
}
|
|
4830
5140
|
]
|
|
4831
5141
|
},
|
|
@@ -5035,7 +5345,7 @@
|
|
|
5035
5345
|
"hashes": [
|
|
5036
5346
|
{
|
|
5037
5347
|
"alg": "SHA-256",
|
|
5038
|
-
"content": "
|
|
5348
|
+
"content": "9a825bc5526c60d669766fd297aec0de38901b2354f0acf77e722dc3e69487c2"
|
|
5039
5349
|
}
|
|
5040
5350
|
]
|
|
5041
5351
|
},
|
|
@@ -5065,7 +5375,7 @@
|
|
|
5065
5375
|
"hashes": [
|
|
5066
5376
|
{
|
|
5067
5377
|
"alg": "SHA-256",
|
|
5068
|
-
"content": "
|
|
5378
|
+
"content": "63b418b7fac30d95f2501e9b784e8b1238c3df212a65290aeef41d999d669c68"
|
|
5069
5379
|
}
|
|
5070
5380
|
]
|
|
5071
5381
|
},
|
|
@@ -5081,31 +5391,51 @@
|
|
|
5081
5391
|
},
|
|
5082
5392
|
{
|
|
5083
5393
|
"type": "file",
|
|
5084
|
-
"name": "test/
|
|
5394
|
+
"name": "test/feature-adr-workflow-write-discipline.test.ts",
|
|
5085
5395
|
"hashes": [
|
|
5086
5396
|
{
|
|
5087
5397
|
"alg": "SHA-256",
|
|
5088
|
-
"content": "
|
|
5398
|
+
"content": "f491c12d9bb0a361095e9ec7cab216b60ea51f1c839256b8b4476bf0f8d5f4ca"
|
|
5089
5399
|
}
|
|
5090
5400
|
]
|
|
5091
5401
|
},
|
|
5092
5402
|
{
|
|
5093
5403
|
"type": "file",
|
|
5094
|
-
"name": "test/
|
|
5404
|
+
"name": "test/feature-adr-write-discipline.test.ts",
|
|
5095
5405
|
"hashes": [
|
|
5096
5406
|
{
|
|
5097
5407
|
"alg": "SHA-256",
|
|
5098
|
-
"content": "
|
|
5408
|
+
"content": "e44795d46da74d4f21bf6817d3884f1428f8adfd814c5174490c9c372299932e"
|
|
5099
5409
|
}
|
|
5100
5410
|
]
|
|
5101
5411
|
},
|
|
5102
5412
|
{
|
|
5103
5413
|
"type": "file",
|
|
5104
|
-
"name": "test/
|
|
5414
|
+
"name": "test/files-whitelist-guard.test.ts",
|
|
5105
5415
|
"hashes": [
|
|
5106
5416
|
{
|
|
5107
5417
|
"alg": "SHA-256",
|
|
5108
|
-
"content": "
|
|
5418
|
+
"content": "c6dbf3388dfb1129e5954aeca3ccf3c6a7fccfe33e4530efe76b8d364e11f906"
|
|
5419
|
+
}
|
|
5420
|
+
]
|
|
5421
|
+
},
|
|
5422
|
+
{
|
|
5423
|
+
"type": "file",
|
|
5424
|
+
"name": "test/fixtures/agents-md-hand-authored-90e3a7cc.md",
|
|
5425
|
+
"hashes": [
|
|
5426
|
+
{
|
|
5427
|
+
"alg": "SHA-256",
|
|
5428
|
+
"content": "ef9a0dd753cef2b88222e8ebef738c22838bbc5839228afed0a20384acfcffc5"
|
|
5429
|
+
}
|
|
5430
|
+
]
|
|
5431
|
+
},
|
|
5432
|
+
{
|
|
5433
|
+
"type": "file",
|
|
5434
|
+
"name": "test/fixtures/loop-lint/seeds/seed-1-sandbox-date-now.js",
|
|
5435
|
+
"hashes": [
|
|
5436
|
+
{
|
|
5437
|
+
"alg": "SHA-256",
|
|
5438
|
+
"content": "dbb8111aae91b81d8a04fe9f2ae510da7ebbe08307caeae12c7a330c88e306fe"
|
|
5109
5439
|
}
|
|
5110
5440
|
]
|
|
5111
5441
|
},
|
|
@@ -5159,6 +5489,146 @@
|
|
|
5159
5489
|
}
|
|
5160
5490
|
]
|
|
5161
5491
|
},
|
|
5492
|
+
{
|
|
5493
|
+
"type": "file",
|
|
5494
|
+
"name": "test/fixtures/workflow-run/cache-identity.plan.json",
|
|
5495
|
+
"hashes": [
|
|
5496
|
+
{
|
|
5497
|
+
"alg": "SHA-256",
|
|
5498
|
+
"content": "a9491f73b16db0c4b3e35c514228d338564c4a16f9d64caba69d2531c9dde189"
|
|
5499
|
+
}
|
|
5500
|
+
]
|
|
5501
|
+
},
|
|
5502
|
+
{
|
|
5503
|
+
"type": "file",
|
|
5504
|
+
"name": "test/fixtures/workflow-run/discrimination.capture-obligation.json",
|
|
5505
|
+
"hashes": [
|
|
5506
|
+
{
|
|
5507
|
+
"alg": "SHA-256",
|
|
5508
|
+
"content": "f20a7850a3313d5bb2431d81e8717694f2edf4cda5c67133c0b80d7549e2cbab"
|
|
5509
|
+
}
|
|
5510
|
+
]
|
|
5511
|
+
},
|
|
5512
|
+
{
|
|
5513
|
+
"type": "file",
|
|
5514
|
+
"name": "test/fixtures/workflow-run/discrimination.loop.js",
|
|
5515
|
+
"hashes": [
|
|
5516
|
+
{
|
|
5517
|
+
"alg": "SHA-256",
|
|
5518
|
+
"content": "2bc8d4bd9c2bf15a3522d00b01a18611ef973f4b9e71ef5c1894ea72628294a8"
|
|
5519
|
+
}
|
|
5520
|
+
]
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"type": "file",
|
|
5524
|
+
"name": "test/fixtures/workflow-run/discrimination.loop.plan.json",
|
|
5525
|
+
"hashes": [
|
|
5526
|
+
{
|
|
5527
|
+
"alg": "SHA-256",
|
|
5528
|
+
"content": "ca9b4b13ebff0a38fc480522f4e80e78a11cd35805c33ed6d24f7c43d7b70c7a"
|
|
5529
|
+
}
|
|
5530
|
+
]
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
"type": "file",
|
|
5534
|
+
"name": "test/fixtures/workflow-run/discrimination.plan.json",
|
|
5535
|
+
"hashes": [
|
|
5536
|
+
{
|
|
5537
|
+
"alg": "SHA-256",
|
|
5538
|
+
"content": "6b7950b71318393bd0859843426a9bfa9248bbbfbff2ec8db40d9652395fa199"
|
|
5539
|
+
}
|
|
5540
|
+
]
|
|
5541
|
+
},
|
|
5542
|
+
{
|
|
5543
|
+
"type": "file",
|
|
5544
|
+
"name": "test/fixtures/workflow-run/duplicate-seq.trace.jsonl",
|
|
5545
|
+
"hashes": [
|
|
5546
|
+
{
|
|
5547
|
+
"alg": "SHA-256",
|
|
5548
|
+
"content": "40e1f7f5821e4c7b53f04a9a4655f1e02960334524532bc82bcee50d1bd3329d"
|
|
5549
|
+
}
|
|
5550
|
+
]
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"type": "file",
|
|
5554
|
+
"name": "test/fixtures/workflow-run/fanout-pipeline.plan.json",
|
|
5555
|
+
"hashes": [
|
|
5556
|
+
{
|
|
5557
|
+
"alg": "SHA-256",
|
|
5558
|
+
"content": "e676b5c20b3ec6f7d41877711cdd4cc2c6c8e39ceeb8cf09e821530e64223e76"
|
|
5559
|
+
}
|
|
5560
|
+
]
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"type": "file",
|
|
5564
|
+
"name": "test/fixtures/workflow-run/joins-any-quorum.plan.json",
|
|
5565
|
+
"hashes": [
|
|
5566
|
+
{
|
|
5567
|
+
"alg": "SHA-256",
|
|
5568
|
+
"content": "5f3b211f04c1af2580841c0afec1d2806f09bbebf1acf36ebdaa5775037f339b"
|
|
5569
|
+
}
|
|
5570
|
+
]
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"type": "file",
|
|
5574
|
+
"name": "test/fixtures/workflow-run/pkg-audit-1.plan.json",
|
|
5575
|
+
"hashes": [
|
|
5576
|
+
{
|
|
5577
|
+
"alg": "SHA-256",
|
|
5578
|
+
"content": "cd10fdc589441efa9f97041f7b5050bc000f0426d3803c69cff8d2885a624b76"
|
|
5579
|
+
}
|
|
5580
|
+
]
|
|
5581
|
+
},
|
|
5582
|
+
{
|
|
5583
|
+
"type": "file",
|
|
5584
|
+
"name": "test/fixtures/workflow-run/pkg-audit-1.trace.jsonl",
|
|
5585
|
+
"hashes": [
|
|
5586
|
+
{
|
|
5587
|
+
"alg": "SHA-256",
|
|
5588
|
+
"content": "2e0ec1137885dd7cd3e471e592624d7b74cb6a996fce54e43130a3e67a1923b5"
|
|
5589
|
+
}
|
|
5590
|
+
]
|
|
5591
|
+
},
|
|
5592
|
+
{
|
|
5593
|
+
"type": "file",
|
|
5594
|
+
"name": "test/fixtures/workflow-run/retry-classes.plan.json",
|
|
5595
|
+
"hashes": [
|
|
5596
|
+
{
|
|
5597
|
+
"alg": "SHA-256",
|
|
5598
|
+
"content": "5103083eef86948bfaefdd29a71d9aa8811ab0d23e4d8c3fd8748f940da5e1a9"
|
|
5599
|
+
}
|
|
5600
|
+
]
|
|
5601
|
+
},
|
|
5602
|
+
{
|
|
5603
|
+
"type": "file",
|
|
5604
|
+
"name": "test/fixtures/workflow-run/seq-gap.trace.jsonl",
|
|
5605
|
+
"hashes": [
|
|
5606
|
+
{
|
|
5607
|
+
"alg": "SHA-256",
|
|
5608
|
+
"content": "c58c506e29185167761e9c5efed12208cef5697fa95e70bbd68b3e4bb648ef32"
|
|
5609
|
+
}
|
|
5610
|
+
]
|
|
5611
|
+
},
|
|
5612
|
+
{
|
|
5613
|
+
"type": "file",
|
|
5614
|
+
"name": "test/fixtures/workflow-run/simple-chain.plan.json",
|
|
5615
|
+
"hashes": [
|
|
5616
|
+
{
|
|
5617
|
+
"alg": "SHA-256",
|
|
5618
|
+
"content": "ea212f15252f1eabc37a342bda30ac46b5f4d08665adba1c96dd72e41ce783f1"
|
|
5619
|
+
}
|
|
5620
|
+
]
|
|
5621
|
+
},
|
|
5622
|
+
{
|
|
5623
|
+
"type": "file",
|
|
5624
|
+
"name": "test/fixtures/workflow-run/wide-fanout-cap.plan.json",
|
|
5625
|
+
"hashes": [
|
|
5626
|
+
{
|
|
5627
|
+
"alg": "SHA-256",
|
|
5628
|
+
"content": "6d66d3f47d69c2d6d2da3f903f7b3c71a296de0221194d09bc9fafab9230ccb3"
|
|
5629
|
+
}
|
|
5630
|
+
]
|
|
5631
|
+
},
|
|
5162
5632
|
{
|
|
5163
5633
|
"type": "file",
|
|
5164
5634
|
"name": "test/guard-promotion.test.ts",
|
|
@@ -5249,6 +5719,16 @@
|
|
|
5249
5719
|
}
|
|
5250
5720
|
]
|
|
5251
5721
|
},
|
|
5722
|
+
{
|
|
5723
|
+
"type": "file",
|
|
5724
|
+
"name": "test/helpers/workflow-run-harness.ts",
|
|
5725
|
+
"hashes": [
|
|
5726
|
+
{
|
|
5727
|
+
"alg": "SHA-256",
|
|
5728
|
+
"content": "95d04dbdb46e7f1fac3f6cfd5ec7705579a436ea7118823e11cb752da7f9adea"
|
|
5729
|
+
}
|
|
5730
|
+
]
|
|
5731
|
+
},
|
|
5252
5732
|
{
|
|
5253
5733
|
"type": "file",
|
|
5254
5734
|
"name": "test/import-upsert.test.ts",
|
|
@@ -5339,6 +5819,16 @@
|
|
|
5339
5819
|
}
|
|
5340
5820
|
]
|
|
5341
5821
|
},
|
|
5822
|
+
{
|
|
5823
|
+
"type": "file",
|
|
5824
|
+
"name": "test/loop-plan-schema-surface.test.ts",
|
|
5825
|
+
"hashes": [
|
|
5826
|
+
{
|
|
5827
|
+
"alg": "SHA-256",
|
|
5828
|
+
"content": "122cb2a315d0e0fd51eb6c938e348436c2579dbc7b4fd672357bbd911524beca"
|
|
5829
|
+
}
|
|
5830
|
+
]
|
|
5831
|
+
},
|
|
5342
5832
|
{
|
|
5343
5833
|
"type": "file",
|
|
5344
5834
|
"name": "test/loop-plan.test.ts",
|
|
@@ -5355,7 +5845,7 @@
|
|
|
5355
5845
|
"hashes": [
|
|
5356
5846
|
{
|
|
5357
5847
|
"alg": "SHA-256",
|
|
5358
|
-
"content": "
|
|
5848
|
+
"content": "aa132fc37286bc72522f991bebbb2ffa409fb224bac016262c1fd78c009ef680"
|
|
5359
5849
|
}
|
|
5360
5850
|
]
|
|
5361
5851
|
},
|
|
@@ -5365,7 +5855,17 @@
|
|
|
5365
5855
|
"hashes": [
|
|
5366
5856
|
{
|
|
5367
5857
|
"alg": "SHA-256",
|
|
5368
|
-
"content": "
|
|
5858
|
+
"content": "f20497dbe4ebec03ba605da65e73154ec38389c42d34100c17df84b54a7e79ff"
|
|
5859
|
+
}
|
|
5860
|
+
]
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"type": "file",
|
|
5864
|
+
"name": "test/loop-trace-canonicalize.test.ts",
|
|
5865
|
+
"hashes": [
|
|
5866
|
+
{
|
|
5867
|
+
"alg": "SHA-256",
|
|
5868
|
+
"content": "fd11b554321a213ae0565a27b3ea29af3d4f1a9df1f1ff10f24ccfad778df8e5"
|
|
5369
5869
|
}
|
|
5370
5870
|
]
|
|
5371
5871
|
},
|
|
@@ -5425,7 +5925,17 @@
|
|
|
5425
5925
|
"hashes": [
|
|
5426
5926
|
{
|
|
5427
5927
|
"alg": "SHA-256",
|
|
5428
|
-
"content": "
|
|
5928
|
+
"content": "e9ccae5e13df6370a8564326e5766aa1e03973c595bfdf73765d54191acf98c4"
|
|
5929
|
+
}
|
|
5930
|
+
]
|
|
5931
|
+
},
|
|
5932
|
+
{
|
|
5933
|
+
"type": "file",
|
|
5934
|
+
"name": "test/named-lock.test.ts",
|
|
5935
|
+
"hashes": [
|
|
5936
|
+
{
|
|
5937
|
+
"alg": "SHA-256",
|
|
5938
|
+
"content": "d3376226e512b4872ae50d932c84ea45c68aa5b427a1474a43bd20b6fdbd5602"
|
|
5429
5939
|
}
|
|
5430
5940
|
]
|
|
5431
5941
|
},
|
|
@@ -5455,7 +5965,7 @@
|
|
|
5455
5965
|
"hashes": [
|
|
5456
5966
|
{
|
|
5457
5967
|
"alg": "SHA-256",
|
|
5458
|
-
"content": "
|
|
5968
|
+
"content": "1cd4a387f94dac0023d631158966eb7e29bd1797c502facef421b942b4969e1d"
|
|
5459
5969
|
}
|
|
5460
5970
|
]
|
|
5461
5971
|
},
|
|
@@ -5529,6 +6039,16 @@
|
|
|
5529
6039
|
}
|
|
5530
6040
|
]
|
|
5531
6041
|
},
|
|
6042
|
+
{
|
|
6043
|
+
"type": "file",
|
|
6044
|
+
"name": "test/qe-bridge.test.ts",
|
|
6045
|
+
"hashes": [
|
|
6046
|
+
{
|
|
6047
|
+
"alg": "SHA-256",
|
|
6048
|
+
"content": "89c451f0026f5709c19d9c74506ac1eb44f312b3c9c49e48cf81a690d61ab9d2"
|
|
6049
|
+
}
|
|
6050
|
+
]
|
|
6051
|
+
},
|
|
5532
6052
|
{
|
|
5533
6053
|
"type": "file",
|
|
5534
6054
|
"name": "test/rake-analyzer.test.ts",
|
|
@@ -5565,7 +6085,7 @@
|
|
|
5565
6085
|
"hashes": [
|
|
5566
6086
|
{
|
|
5567
6087
|
"alg": "SHA-256",
|
|
5568
|
-
"content": "
|
|
6088
|
+
"content": "9359dd7afe89560d27b738a2af87c5bc3e8d1aa097680ce6e8cd45e1c0ad0d93"
|
|
5569
6089
|
}
|
|
5570
6090
|
]
|
|
5571
6091
|
},
|
|
@@ -5655,7 +6175,7 @@
|
|
|
5655
6175
|
"hashes": [
|
|
5656
6176
|
{
|
|
5657
6177
|
"alg": "SHA-256",
|
|
5658
|
-
"content": "
|
|
6178
|
+
"content": "e526ab8539e9c4d0697739ce37723ac00096ff07df18097648b8f821314048e7"
|
|
5659
6179
|
}
|
|
5660
6180
|
]
|
|
5661
6181
|
},
|
|
@@ -5759,6 +6279,16 @@
|
|
|
5759
6279
|
}
|
|
5760
6280
|
]
|
|
5761
6281
|
},
|
|
6282
|
+
{
|
|
6283
|
+
"type": "file",
|
|
6284
|
+
"name": "test/trace-attestation.test.ts",
|
|
6285
|
+
"hashes": [
|
|
6286
|
+
{
|
|
6287
|
+
"alg": "SHA-256",
|
|
6288
|
+
"content": "f4888117c97180797e6437abc1ef0c6aa1f1e48ee7c2df33d60a65e8bf11b35c"
|
|
6289
|
+
}
|
|
6290
|
+
]
|
|
6291
|
+
},
|
|
5762
6292
|
{
|
|
5763
6293
|
"type": "file",
|
|
5764
6294
|
"name": "test/trace-bundle.test.ts",
|
|
@@ -5769,6 +6299,26 @@
|
|
|
5769
6299
|
}
|
|
5770
6300
|
]
|
|
5771
6301
|
},
|
|
6302
|
+
{
|
|
6303
|
+
"type": "file",
|
|
6304
|
+
"name": "test/trace-corroborate.test.ts",
|
|
6305
|
+
"hashes": [
|
|
6306
|
+
{
|
|
6307
|
+
"alg": "SHA-256",
|
|
6308
|
+
"content": "9e845bb448c1300966e76a030b2b0d88c3aa3cf666d85b58ddd981e15d4dcd85"
|
|
6309
|
+
}
|
|
6310
|
+
]
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"type": "file",
|
|
6314
|
+
"name": "test/trace-qe-round1.test.ts",
|
|
6315
|
+
"hashes": [
|
|
6316
|
+
{
|
|
6317
|
+
"alg": "SHA-256",
|
|
6318
|
+
"content": "7790c41628d7223a45aa61977511d1ddd6cd2cd8dc2dfdcdd248bb25c2effeca"
|
|
6319
|
+
}
|
|
6320
|
+
]
|
|
6321
|
+
},
|
|
5772
6322
|
{
|
|
5773
6323
|
"type": "file",
|
|
5774
6324
|
"name": "test/trusttier-schema.test.ts",
|
|
@@ -5869,6 +6419,116 @@
|
|
|
5869
6419
|
}
|
|
5870
6420
|
]
|
|
5871
6421
|
},
|
|
6422
|
+
{
|
|
6423
|
+
"type": "file",
|
|
6424
|
+
"name": "test/workflow-dispatch.test.ts",
|
|
6425
|
+
"hashes": [
|
|
6426
|
+
{
|
|
6427
|
+
"alg": "SHA-256",
|
|
6428
|
+
"content": "3c67d01be62bc4f8ec4829cb4f71ae50f47632536848a811e715309ce1650037"
|
|
6429
|
+
}
|
|
6430
|
+
]
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"type": "file",
|
|
6434
|
+
"name": "test/workflow-run-budget.test.ts",
|
|
6435
|
+
"hashes": [
|
|
6436
|
+
{
|
|
6437
|
+
"alg": "SHA-256",
|
|
6438
|
+
"content": "4866e1581a537523aa42e57b2abf68e487b3414240ae4eb1021025fa07ff9047"
|
|
6439
|
+
}
|
|
6440
|
+
]
|
|
6441
|
+
},
|
|
6442
|
+
{
|
|
6443
|
+
"type": "file",
|
|
6444
|
+
"name": "test/workflow-run-coverage-table.test.ts",
|
|
6445
|
+
"hashes": [
|
|
6446
|
+
{
|
|
6447
|
+
"alg": "SHA-256",
|
|
6448
|
+
"content": "3d3a645cdfe2f9c3e245d4af7da3a20bbedfb5f620db3f8720684aaac158a84f"
|
|
6449
|
+
}
|
|
6450
|
+
]
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
"type": "file",
|
|
6454
|
+
"name": "test/workflow-run-determinism.test.ts",
|
|
6455
|
+
"hashes": [
|
|
6456
|
+
{
|
|
6457
|
+
"alg": "SHA-256",
|
|
6458
|
+
"content": "73532c2c1f3f2a6005c39fe08db2e35b8739fdcabed04124f1602f305f3f008b"
|
|
6459
|
+
}
|
|
6460
|
+
]
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"type": "file",
|
|
6464
|
+
"name": "test/workflow-run-discrimination.test.ts",
|
|
6465
|
+
"hashes": [
|
|
6466
|
+
{
|
|
6467
|
+
"alg": "SHA-256",
|
|
6468
|
+
"content": "c40e6089cb5e423cb8fa2942a237964467753ce7c423c110064a00d70eab3fd9"
|
|
6469
|
+
}
|
|
6470
|
+
]
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"type": "file",
|
|
6474
|
+
"name": "test/workflow-run-family.test.ts",
|
|
6475
|
+
"hashes": [
|
|
6476
|
+
{
|
|
6477
|
+
"alg": "SHA-256",
|
|
6478
|
+
"content": "59c373244c5aa154160ace8d75a869e675e41a096afb72a766fcd1f3e8509f87"
|
|
6479
|
+
}
|
|
6480
|
+
]
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"type": "file",
|
|
6484
|
+
"name": "test/workflow-run-grammar.test.ts",
|
|
6485
|
+
"hashes": [
|
|
6486
|
+
{
|
|
6487
|
+
"alg": "SHA-256",
|
|
6488
|
+
"content": "15e6b4420f0c8898c07cc763a043a90578143e08d6f17697e1d1b2f74d403eab"
|
|
6489
|
+
}
|
|
6490
|
+
]
|
|
6491
|
+
},
|
|
6492
|
+
{
|
|
6493
|
+
"type": "file",
|
|
6494
|
+
"name": "test/workflow-run-prompt-contract.test.ts",
|
|
6495
|
+
"hashes": [
|
|
6496
|
+
{
|
|
6497
|
+
"alg": "SHA-256",
|
|
6498
|
+
"content": "2baf637365459a070b72f29fe6e3fccd38b423604a347bb485c46328fe9a6bbd"
|
|
6499
|
+
}
|
|
6500
|
+
]
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"type": "file",
|
|
6504
|
+
"name": "test/workflow-run-resume.test.ts",
|
|
6505
|
+
"hashes": [
|
|
6506
|
+
{
|
|
6507
|
+
"alg": "SHA-256",
|
|
6508
|
+
"content": "bcd376cfe0a9fddcd346a516661888ff5f131ccec9aaeb237c4a36a033947ccc"
|
|
6509
|
+
}
|
|
6510
|
+
]
|
|
6511
|
+
},
|
|
6512
|
+
{
|
|
6513
|
+
"type": "file",
|
|
6514
|
+
"name": "test/workflow-run-scheduler.test.ts",
|
|
6515
|
+
"hashes": [
|
|
6516
|
+
{
|
|
6517
|
+
"alg": "SHA-256",
|
|
6518
|
+
"content": "1f33a761bcef56b5e3cf55a143959cfed8b8c48a197fdc9fb55af21d24385920"
|
|
6519
|
+
}
|
|
6520
|
+
]
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"type": "file",
|
|
6524
|
+
"name": "test/workflow-run-taxonomy.test.ts",
|
|
6525
|
+
"hashes": [
|
|
6526
|
+
{
|
|
6527
|
+
"alg": "SHA-256",
|
|
6528
|
+
"content": "2376e0342e24baf4862eccd6d1bf2a50ccab430ddd5069fa40e2d81bbf29b1c6"
|
|
6529
|
+
}
|
|
6530
|
+
]
|
|
6531
|
+
},
|
|
5872
6532
|
{
|
|
5873
6533
|
"type": "file",
|
|
5874
6534
|
"name": "tsconfig.json",
|