@dzhechkov/harness-core 0.8.6 → 0.8.10
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 +257 -53
- package/README.md +48 -1
- package/dist/amendment-trace.d.ts.map +1 -1
- package/dist/amendment-trace.js +12 -1
- package/dist/amendment-trace.js.map +1 -1
- package/dist/compounding.d.ts +54 -0
- package/dist/compounding.d.ts.map +1 -1
- package/dist/compounding.js +221 -1
- package/dist/compounding.js.map +1 -1
- package/dist/eta.d.ts +92 -0
- package/dist/eta.d.ts.map +1 -0
- package/dist/eta.js +488 -0
- package/dist/eta.js.map +1 -0
- package/dist/feature-adr-checkpoints.js +1 -1
- package/dist/feature-adr-decision-recall.d.ts +167 -0
- package/dist/feature-adr-decision-recall.d.ts.map +1 -0
- package/dist/feature-adr-decision-recall.js +519 -0
- package/dist/feature-adr-decision-recall.js.map +1 -0
- package/dist/feature-adr-landing.d.ts +37 -0
- package/dist/feature-adr-landing.d.ts.map +1 -0
- package/dist/feature-adr-landing.js +59 -0
- package/dist/feature-adr-landing.js.map +1 -0
- package/dist/feature-adr-routing.d.ts +2 -2
- package/dist/feature-adr-routing.d.ts.map +1 -1
- package/dist/feature-adr-routing.js +7 -11
- package/dist/feature-adr-routing.js.map +1 -1
- package/dist/guard-promotion.d.ts +41 -0
- package/dist/guard-promotion.d.ts.map +1 -1
- package/dist/guard-promotion.js +218 -4
- package/dist/guard-promotion.js.map +1 -1
- package/dist/guard-volume.d.ts +108 -0
- package/dist/guard-volume.d.ts.map +1 -0
- package/dist/guard-volume.js +536 -0
- package/dist/guard-volume.js.map +1 -0
- package/dist/guard.d.ts +9 -0
- package/dist/guard.d.ts.map +1 -1
- package/dist/guard.js +55 -4
- package/dist/guard.js.map +1 -1
- package/dist/index.d.ts +16 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/integration-apply.d.ts +25 -0
- package/dist/integration-apply.d.ts.map +1 -0
- package/dist/integration-apply.js +299 -0
- package/dist/integration-apply.js.map +1 -0
- package/dist/integration-evidence.d.ts +46 -0
- package/dist/integration-evidence.d.ts.map +1 -0
- package/dist/integration-evidence.js +44 -0
- package/dist/integration-evidence.js.map +1 -0
- package/dist/integration-probe-worker.d.ts +22 -0
- package/dist/integration-probe-worker.d.ts.map +1 -0
- package/dist/integration-probe-worker.js +334 -0
- package/dist/integration-probe-worker.js.map +1 -0
- package/dist/integrations-verify.d.ts +60 -0
- package/dist/integrations-verify.d.ts.map +1 -0
- package/dist/integrations-verify.js +194 -0
- package/dist/integrations-verify.js.map +1 -0
- package/dist/lesson-generalization.d.ts +29 -0
- package/dist/lesson-generalization.d.ts.map +1 -0
- package/dist/lesson-generalization.js +84 -0
- package/dist/lesson-generalization.js.map +1 -0
- package/dist/operations.d.ts +27 -0
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +178 -2
- package/dist/operations.js.map +1 -1
- package/dist/patterns.d.ts +27 -1
- package/dist/patterns.d.ts.map +1 -1
- package/dist/patterns.js +211 -45
- package/dist/patterns.js.map +1 -1
- package/dist/setup.d.ts.map +1 -1
- package/dist/setup.js +20 -17
- package/dist/setup.js.map +1 -1
- package/dist/target-integrations.d.ts +65 -0
- package/dist/target-integrations.d.ts.map +1 -0
- package/dist/target-integrations.js +152 -0
- package/dist/target-integrations.js.map +1 -0
- package/dist/vector-tier.d.ts +6 -1
- package/dist/vector-tier.d.ts.map +1 -1
- package/dist/vector-tier.js +32 -7
- package/dist/vector-tier.js.map +1 -1
- package/package.json +9 -8
- package/sbom.json +562 -52
- package/src/amendment-trace.ts +12 -1
- package/src/compounding.ts +300 -1
- package/src/eta.ts +590 -0
- package/src/feature-adr-checkpoints.ts +1 -1
- package/src/feature-adr-decision-recall.ts +652 -0
- package/src/feature-adr-landing.ts +109 -0
- package/src/feature-adr-routing.ts +7 -11
- package/src/guard-promotion.ts +245 -4
- package/src/guard-volume.ts +752 -0
- package/src/guard.ts +70 -4
- package/src/index.ts +63 -2
- package/src/integration-apply.ts +332 -0
- package/src/integration-evidence.ts +89 -0
- package/src/integration-probe-worker.ts +310 -0
- package/src/integration-receipts/claude-code/mcp/2.1.235.json +35 -0
- package/src/integrations-verify.ts +258 -0
- package/src/lesson-generalization.ts +115 -0
- package/src/operations.ts +199 -2
- package/src/patterns.ts +252 -43
- package/src/setup.ts +20 -17
- package/src/target-integrations.ts +225 -0
- package/src/vector-tier.ts +44 -14
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "990e5044f84fb88a45ed328b78901449aae1fc8bb0e9b27dbad9b1457d2c9744"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"hashes": [
|
|
166
166
|
{
|
|
167
167
|
"alg": "SHA-256",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "2d92e9d1ec316744c580090a8eeaf3da421171ce18f97d4c3ebda12550bc3e62"
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
171
|
},
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"hashes": [
|
|
176
176
|
{
|
|
177
177
|
"alg": "SHA-256",
|
|
178
|
-
"content": "
|
|
178
|
+
"content": "25b30ba6fab17b27e4138a2b141445668e5b353799c5dbbab6d7ea793622ba0d"
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
},
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"hashes": [
|
|
186
186
|
{
|
|
187
187
|
"alg": "SHA-256",
|
|
188
|
-
"content": "
|
|
188
|
+
"content": "a174752ac86b02f56ad70ca60ee53ef025d1f2ea16bf69e089bceda6a5e7350d"
|
|
189
189
|
}
|
|
190
190
|
]
|
|
191
191
|
},
|
|
@@ -995,7 +995,7 @@
|
|
|
995
995
|
"hashes": [
|
|
996
996
|
{
|
|
997
997
|
"alg": "SHA-256",
|
|
998
|
-
"content": "
|
|
998
|
+
"content": "f3881b843a59607a9481d0b8f713cc920e3857e401c68e0557c0f0934e319ba9"
|
|
999
999
|
}
|
|
1000
1000
|
]
|
|
1001
1001
|
},
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"hashes": [
|
|
1006
1006
|
{
|
|
1007
1007
|
"alg": "SHA-256",
|
|
1008
|
-
"content": "
|
|
1008
|
+
"content": "016dc22514e736332696de4021bdfe72e0b611d57f5592eb53afe984330da238"
|
|
1009
1009
|
}
|
|
1010
1010
|
]
|
|
1011
1011
|
},
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
"hashes": [
|
|
1016
1016
|
{
|
|
1017
1017
|
"alg": "SHA-256",
|
|
1018
|
-
"content": "
|
|
1018
|
+
"content": "034ff3dd4b94526ff283c91e6d9b97c74c575e4a3ff4df31a69b4b06a65c3b1b"
|
|
1019
1019
|
}
|
|
1020
1020
|
]
|
|
1021
1021
|
},
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
"hashes": [
|
|
1026
1026
|
{
|
|
1027
1027
|
"alg": "SHA-256",
|
|
1028
|
-
"content": "
|
|
1028
|
+
"content": "19ff7b3255776240d9a4f24325e1fc7c8f804928f46bf4a7032c3eeff0688e72"
|
|
1029
1029
|
}
|
|
1030
1030
|
]
|
|
1031
1031
|
},
|
|
@@ -1389,6 +1389,46 @@
|
|
|
1389
1389
|
}
|
|
1390
1390
|
]
|
|
1391
1391
|
},
|
|
1392
|
+
{
|
|
1393
|
+
"type": "file",
|
|
1394
|
+
"name": "dist/eta.d.ts",
|
|
1395
|
+
"hashes": [
|
|
1396
|
+
{
|
|
1397
|
+
"alg": "SHA-256",
|
|
1398
|
+
"content": "0a543c71bd35172b5eecbd2fef786bc0785f353cd3a9cdc4dd905ef675bba03f"
|
|
1399
|
+
}
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"type": "file",
|
|
1404
|
+
"name": "dist/eta.d.ts.map",
|
|
1405
|
+
"hashes": [
|
|
1406
|
+
{
|
|
1407
|
+
"alg": "SHA-256",
|
|
1408
|
+
"content": "cc1280c16b9551bab3d37a93b6db6dd1033dbdd84888310e38fc63ef2abf8286"
|
|
1409
|
+
}
|
|
1410
|
+
]
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"type": "file",
|
|
1414
|
+
"name": "dist/eta.js",
|
|
1415
|
+
"hashes": [
|
|
1416
|
+
{
|
|
1417
|
+
"alg": "SHA-256",
|
|
1418
|
+
"content": "4c8ba034de385ce4921f20ee0795a056ff74d8435b8d44230a69dde9760680f8"
|
|
1419
|
+
}
|
|
1420
|
+
]
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"type": "file",
|
|
1424
|
+
"name": "dist/eta.js.map",
|
|
1425
|
+
"hashes": [
|
|
1426
|
+
{
|
|
1427
|
+
"alg": "SHA-256",
|
|
1428
|
+
"content": "24b464b1a2bd34dfafe029a4a56946c7665ef21a282a70829c930298766ee17d"
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1392
1432
|
{
|
|
1393
1433
|
"type": "file",
|
|
1394
1434
|
"name": "dist/event-chain.d.ts",
|
|
@@ -1495,7 +1535,7 @@
|
|
|
1495
1535
|
"hashes": [
|
|
1496
1536
|
{
|
|
1497
1537
|
"alg": "SHA-256",
|
|
1498
|
-
"content": "
|
|
1538
|
+
"content": "09db9e9bc488eaf7d455e4fbfbf3040b933bde4e96b57a841c444f50f3ab0659"
|
|
1499
1539
|
}
|
|
1500
1540
|
]
|
|
1501
1541
|
},
|
|
@@ -1549,13 +1589,93 @@
|
|
|
1549
1589
|
}
|
|
1550
1590
|
]
|
|
1551
1591
|
},
|
|
1592
|
+
{
|
|
1593
|
+
"type": "file",
|
|
1594
|
+
"name": "dist/feature-adr-decision-recall.d.ts",
|
|
1595
|
+
"hashes": [
|
|
1596
|
+
{
|
|
1597
|
+
"alg": "SHA-256",
|
|
1598
|
+
"content": "f09f204f09d83d9a883ae106ef4e16d378a9dda6b8c0a1590e535905171b17a0"
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"type": "file",
|
|
1604
|
+
"name": "dist/feature-adr-decision-recall.d.ts.map",
|
|
1605
|
+
"hashes": [
|
|
1606
|
+
{
|
|
1607
|
+
"alg": "SHA-256",
|
|
1608
|
+
"content": "91968802d97a7d9a84613acba305e9f8bbd712ffb52b7c664c866ea1f2cadc52"
|
|
1609
|
+
}
|
|
1610
|
+
]
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"type": "file",
|
|
1614
|
+
"name": "dist/feature-adr-decision-recall.js",
|
|
1615
|
+
"hashes": [
|
|
1616
|
+
{
|
|
1617
|
+
"alg": "SHA-256",
|
|
1618
|
+
"content": "b80582463bc5ca654770ada3ae19dc2a9d31260d344e443dc8a96d30e7374345"
|
|
1619
|
+
}
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"type": "file",
|
|
1624
|
+
"name": "dist/feature-adr-decision-recall.js.map",
|
|
1625
|
+
"hashes": [
|
|
1626
|
+
{
|
|
1627
|
+
"alg": "SHA-256",
|
|
1628
|
+
"content": "fa220798f2689783f13b21e257af600e3f4a09df04bbe9dc30b740cc7806fd37"
|
|
1629
|
+
}
|
|
1630
|
+
]
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"type": "file",
|
|
1634
|
+
"name": "dist/feature-adr-landing.d.ts",
|
|
1635
|
+
"hashes": [
|
|
1636
|
+
{
|
|
1637
|
+
"alg": "SHA-256",
|
|
1638
|
+
"content": "9a6ef9d2cfb287081938a72e0f706a53a2baabe0cd984c6f6ff91cdc73765012"
|
|
1639
|
+
}
|
|
1640
|
+
]
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"type": "file",
|
|
1644
|
+
"name": "dist/feature-adr-landing.d.ts.map",
|
|
1645
|
+
"hashes": [
|
|
1646
|
+
{
|
|
1647
|
+
"alg": "SHA-256",
|
|
1648
|
+
"content": "0c1951763213e3b741e7c395c772cdee98f679014b1cfa94f91dd42f7513e024"
|
|
1649
|
+
}
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"type": "file",
|
|
1654
|
+
"name": "dist/feature-adr-landing.js",
|
|
1655
|
+
"hashes": [
|
|
1656
|
+
{
|
|
1657
|
+
"alg": "SHA-256",
|
|
1658
|
+
"content": "7738f7cef2ce3572dc34e41da8f4fdf8fbf463c536a7520fb140ee310fcd7c7e"
|
|
1659
|
+
}
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"type": "file",
|
|
1664
|
+
"name": "dist/feature-adr-landing.js.map",
|
|
1665
|
+
"hashes": [
|
|
1666
|
+
{
|
|
1667
|
+
"alg": "SHA-256",
|
|
1668
|
+
"content": "25699c4f27eeb1e31f6eeea89828c6cc329904fc29ab21b7a4c61d127efeac9a"
|
|
1669
|
+
}
|
|
1670
|
+
]
|
|
1671
|
+
},
|
|
1552
1672
|
{
|
|
1553
1673
|
"type": "file",
|
|
1554
1674
|
"name": "dist/feature-adr-routing.d.ts",
|
|
1555
1675
|
"hashes": [
|
|
1556
1676
|
{
|
|
1557
1677
|
"alg": "SHA-256",
|
|
1558
|
-
"content": "
|
|
1678
|
+
"content": "622ad97f05f5141e0dc100c60a0cedf310d7a2793d09c3664da8114ae90473f0"
|
|
1559
1679
|
}
|
|
1560
1680
|
]
|
|
1561
1681
|
},
|
|
@@ -1565,7 +1685,7 @@
|
|
|
1565
1685
|
"hashes": [
|
|
1566
1686
|
{
|
|
1567
1687
|
"alg": "SHA-256",
|
|
1568
|
-
"content": "
|
|
1688
|
+
"content": "89661fa48a1fc9105dd687f266c6457f6cba0ff3db7520619f8242e985a49ef9"
|
|
1569
1689
|
}
|
|
1570
1690
|
]
|
|
1571
1691
|
},
|
|
@@ -1575,7 +1695,7 @@
|
|
|
1575
1695
|
"hashes": [
|
|
1576
1696
|
{
|
|
1577
1697
|
"alg": "SHA-256",
|
|
1578
|
-
"content": "
|
|
1698
|
+
"content": "b2d1defc221cc1330ec6cdf02002267a0ad7a83174fc85475cc8b7574daef910"
|
|
1579
1699
|
}
|
|
1580
1700
|
]
|
|
1581
1701
|
},
|
|
@@ -1585,7 +1705,7 @@
|
|
|
1585
1705
|
"hashes": [
|
|
1586
1706
|
{
|
|
1587
1707
|
"alg": "SHA-256",
|
|
1588
|
-
"content": "
|
|
1708
|
+
"content": "9fa63041c267947f3da6fdfb73cb1eb8a6d3f673ad59b524a2ddb23918457bf0"
|
|
1589
1709
|
}
|
|
1590
1710
|
]
|
|
1591
1711
|
},
|
|
@@ -1635,7 +1755,7 @@
|
|
|
1635
1755
|
"hashes": [
|
|
1636
1756
|
{
|
|
1637
1757
|
"alg": "SHA-256",
|
|
1638
|
-
"content": "
|
|
1758
|
+
"content": "5ade66f1fdbd8d0f15b676a623fc566af6db74b46c963966930d1ade33d5a6ba"
|
|
1639
1759
|
}
|
|
1640
1760
|
]
|
|
1641
1761
|
},
|
|
@@ -1645,7 +1765,7 @@
|
|
|
1645
1765
|
"hashes": [
|
|
1646
1766
|
{
|
|
1647
1767
|
"alg": "SHA-256",
|
|
1648
|
-
"content": "
|
|
1768
|
+
"content": "b51c50175c3a1cf9ddca0f84d002a4218e6cea2ceebaa8a6a5211d60ee388a7f"
|
|
1649
1769
|
}
|
|
1650
1770
|
]
|
|
1651
1771
|
},
|
|
@@ -1655,7 +1775,7 @@
|
|
|
1655
1775
|
"hashes": [
|
|
1656
1776
|
{
|
|
1657
1777
|
"alg": "SHA-256",
|
|
1658
|
-
"content": "
|
|
1778
|
+
"content": "03e8f3114e19a44d3a95486bba5b8ede0f6c38362e7414938a06102254c099f0"
|
|
1659
1779
|
}
|
|
1660
1780
|
]
|
|
1661
1781
|
},
|
|
@@ -1665,7 +1785,47 @@
|
|
|
1665
1785
|
"hashes": [
|
|
1666
1786
|
{
|
|
1667
1787
|
"alg": "SHA-256",
|
|
1668
|
-
"content": "
|
|
1788
|
+
"content": "64331616e1e2d4f5eb0b0a83b9e1e4271af2f2f6ac13ecc04a87a52bf52f96cf"
|
|
1789
|
+
}
|
|
1790
|
+
]
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"type": "file",
|
|
1794
|
+
"name": "dist/guard-volume.d.ts",
|
|
1795
|
+
"hashes": [
|
|
1796
|
+
{
|
|
1797
|
+
"alg": "SHA-256",
|
|
1798
|
+
"content": "bd273700ec4803ceae8c915c776b7a98ccd1c6135121e701b83b440cf267fcda"
|
|
1799
|
+
}
|
|
1800
|
+
]
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"type": "file",
|
|
1804
|
+
"name": "dist/guard-volume.d.ts.map",
|
|
1805
|
+
"hashes": [
|
|
1806
|
+
{
|
|
1807
|
+
"alg": "SHA-256",
|
|
1808
|
+
"content": "8dd2a8f00a120f903007fd73fb0017d3e6b1cd097edd4f56d30cfb35a05aeb17"
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"type": "file",
|
|
1814
|
+
"name": "dist/guard-volume.js",
|
|
1815
|
+
"hashes": [
|
|
1816
|
+
{
|
|
1817
|
+
"alg": "SHA-256",
|
|
1818
|
+
"content": "59c7b56084dd1a50380dd20744e7b6c72b6f750c9ba42296e04cd3c29b8e3b11"
|
|
1819
|
+
}
|
|
1820
|
+
]
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "file",
|
|
1824
|
+
"name": "dist/guard-volume.js.map",
|
|
1825
|
+
"hashes": [
|
|
1826
|
+
{
|
|
1827
|
+
"alg": "SHA-256",
|
|
1828
|
+
"content": "6bd0a6cf16db29b786368e452bcedf180f6248cef5def496f4ab62d0aa4a16e0"
|
|
1669
1829
|
}
|
|
1670
1830
|
]
|
|
1671
1831
|
},
|
|
@@ -1675,7 +1835,7 @@
|
|
|
1675
1835
|
"hashes": [
|
|
1676
1836
|
{
|
|
1677
1837
|
"alg": "SHA-256",
|
|
1678
|
-
"content": "
|
|
1838
|
+
"content": "bcb750e7e34f1bd73eb2d7cf5b7443b564aaaded3e850e39da5088c2fccacec1"
|
|
1679
1839
|
}
|
|
1680
1840
|
]
|
|
1681
1841
|
},
|
|
@@ -1685,7 +1845,7 @@
|
|
|
1685
1845
|
"hashes": [
|
|
1686
1846
|
{
|
|
1687
1847
|
"alg": "SHA-256",
|
|
1688
|
-
"content": "
|
|
1848
|
+
"content": "283119b4c759d23fbee81d2b10c02bcd451f0540794b91c3951498c43549fd1f"
|
|
1689
1849
|
}
|
|
1690
1850
|
]
|
|
1691
1851
|
},
|
|
@@ -1695,7 +1855,7 @@
|
|
|
1695
1855
|
"hashes": [
|
|
1696
1856
|
{
|
|
1697
1857
|
"alg": "SHA-256",
|
|
1698
|
-
"content": "
|
|
1858
|
+
"content": "6036c3edd2fce559cee1ae0fffef7cade11ff531e8fe2b5d2e4a8bc77ca031d5"
|
|
1699
1859
|
}
|
|
1700
1860
|
]
|
|
1701
1861
|
},
|
|
@@ -1705,7 +1865,7 @@
|
|
|
1705
1865
|
"hashes": [
|
|
1706
1866
|
{
|
|
1707
1867
|
"alg": "SHA-256",
|
|
1708
|
-
"content": "
|
|
1868
|
+
"content": "47661b987532eee84f529b2f4931a68422f83a2694d933889d3d4178e33c4b38"
|
|
1709
1869
|
}
|
|
1710
1870
|
]
|
|
1711
1871
|
},
|
|
@@ -1755,7 +1915,7 @@
|
|
|
1755
1915
|
"hashes": [
|
|
1756
1916
|
{
|
|
1757
1917
|
"alg": "SHA-256",
|
|
1758
|
-
"content": "
|
|
1918
|
+
"content": "e95e547b5901767d3c59085de0626c4a89c3694b8d5f80f5e4d157fe19767bdf"
|
|
1759
1919
|
}
|
|
1760
1920
|
]
|
|
1761
1921
|
},
|
|
@@ -1765,7 +1925,7 @@
|
|
|
1765
1925
|
"hashes": [
|
|
1766
1926
|
{
|
|
1767
1927
|
"alg": "SHA-256",
|
|
1768
|
-
"content": "
|
|
1928
|
+
"content": "07128b0d25ab1ff6ad0f7ff6bb63def44dacd226222a6599219ab9283362badd"
|
|
1769
1929
|
}
|
|
1770
1930
|
]
|
|
1771
1931
|
},
|
|
@@ -1775,7 +1935,7 @@
|
|
|
1775
1935
|
"hashes": [
|
|
1776
1936
|
{
|
|
1777
1937
|
"alg": "SHA-256",
|
|
1778
|
-
"content": "
|
|
1938
|
+
"content": "847a6fa9b8222c34555fa33e42db269239397fe0fc0c6987e28c833a03442dcd"
|
|
1779
1939
|
}
|
|
1780
1940
|
]
|
|
1781
1941
|
},
|
|
@@ -1785,7 +1945,167 @@
|
|
|
1785
1945
|
"hashes": [
|
|
1786
1946
|
{
|
|
1787
1947
|
"alg": "SHA-256",
|
|
1788
|
-
"content": "
|
|
1948
|
+
"content": "a99db52a966843ed20405014a4f85b0ac7659af41e21a430ec02a061e07344be"
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"type": "file",
|
|
1954
|
+
"name": "dist/integration-apply.d.ts",
|
|
1955
|
+
"hashes": [
|
|
1956
|
+
{
|
|
1957
|
+
"alg": "SHA-256",
|
|
1958
|
+
"content": "d2e68fcf9780aa10b6fa8905c4f9f1d1af7d7c4440bbcc135ccc6455e693c1bc"
|
|
1959
|
+
}
|
|
1960
|
+
]
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"type": "file",
|
|
1964
|
+
"name": "dist/integration-apply.d.ts.map",
|
|
1965
|
+
"hashes": [
|
|
1966
|
+
{
|
|
1967
|
+
"alg": "SHA-256",
|
|
1968
|
+
"content": "9d4480e2ee4d511280f55cb33468bf01544a755201e540642e55a33232bb16a3"
|
|
1969
|
+
}
|
|
1970
|
+
]
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"type": "file",
|
|
1974
|
+
"name": "dist/integration-apply.js",
|
|
1975
|
+
"hashes": [
|
|
1976
|
+
{
|
|
1977
|
+
"alg": "SHA-256",
|
|
1978
|
+
"content": "893a1c4fd68fbfe735fbf3243a53f217feb477d11acf2f95b540d20111318e3c"
|
|
1979
|
+
}
|
|
1980
|
+
]
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"type": "file",
|
|
1984
|
+
"name": "dist/integration-apply.js.map",
|
|
1985
|
+
"hashes": [
|
|
1986
|
+
{
|
|
1987
|
+
"alg": "SHA-256",
|
|
1988
|
+
"content": "5f7961a64c1ca5f4b674f19a6fc2a8c38e5b71cba33f392ca82c73b39953e13f"
|
|
1989
|
+
}
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"type": "file",
|
|
1994
|
+
"name": "dist/integration-evidence.d.ts",
|
|
1995
|
+
"hashes": [
|
|
1996
|
+
{
|
|
1997
|
+
"alg": "SHA-256",
|
|
1998
|
+
"content": "f839e2eca250a9804a10cdb72db7764efd3e1fc1263e4afc1d8124272cde73df"
|
|
1999
|
+
}
|
|
2000
|
+
]
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"type": "file",
|
|
2004
|
+
"name": "dist/integration-evidence.d.ts.map",
|
|
2005
|
+
"hashes": [
|
|
2006
|
+
{
|
|
2007
|
+
"alg": "SHA-256",
|
|
2008
|
+
"content": "d6f8de6119a96a91b0f62569df201d2ca91933a03655a3751693ff3a745f6106"
|
|
2009
|
+
}
|
|
2010
|
+
]
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"type": "file",
|
|
2014
|
+
"name": "dist/integration-evidence.js",
|
|
2015
|
+
"hashes": [
|
|
2016
|
+
{
|
|
2017
|
+
"alg": "SHA-256",
|
|
2018
|
+
"content": "b67b1fb355dd68c65acb081899d56462518de8160e078b2665abd2bfd343ef2a"
|
|
2019
|
+
}
|
|
2020
|
+
]
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"type": "file",
|
|
2024
|
+
"name": "dist/integration-evidence.js.map",
|
|
2025
|
+
"hashes": [
|
|
2026
|
+
{
|
|
2027
|
+
"alg": "SHA-256",
|
|
2028
|
+
"content": "b518b58840dda2a4e851a7ae322922a3da4f29a5d40a870915ae4b2434ab2c25"
|
|
2029
|
+
}
|
|
2030
|
+
]
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"type": "file",
|
|
2034
|
+
"name": "dist/integration-probe-worker.d.ts",
|
|
2035
|
+
"hashes": [
|
|
2036
|
+
{
|
|
2037
|
+
"alg": "SHA-256",
|
|
2038
|
+
"content": "8911c92e8f7a65627ebcdb9438ce2e6dc3560b5d45c860dba2da13e77cde4a69"
|
|
2039
|
+
}
|
|
2040
|
+
]
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"type": "file",
|
|
2044
|
+
"name": "dist/integration-probe-worker.d.ts.map",
|
|
2045
|
+
"hashes": [
|
|
2046
|
+
{
|
|
2047
|
+
"alg": "SHA-256",
|
|
2048
|
+
"content": "9954bd1a32d7e093c2cdaf8bdee821cc96660d38d30e6460688c4bf4f6ed7526"
|
|
2049
|
+
}
|
|
2050
|
+
]
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"type": "file",
|
|
2054
|
+
"name": "dist/integration-probe-worker.js",
|
|
2055
|
+
"hashes": [
|
|
2056
|
+
{
|
|
2057
|
+
"alg": "SHA-256",
|
|
2058
|
+
"content": "583cf154e20fa7d79b756bd289c2f82c49bc5ecce25b494b31d8d3f116e0ce50"
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"type": "file",
|
|
2064
|
+
"name": "dist/integration-probe-worker.js.map",
|
|
2065
|
+
"hashes": [
|
|
2066
|
+
{
|
|
2067
|
+
"alg": "SHA-256",
|
|
2068
|
+
"content": "c44a41493835f841224808aeed1294339573142939e70269e4f9e3ed21b4328e"
|
|
2069
|
+
}
|
|
2070
|
+
]
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"type": "file",
|
|
2074
|
+
"name": "dist/integrations-verify.d.ts",
|
|
2075
|
+
"hashes": [
|
|
2076
|
+
{
|
|
2077
|
+
"alg": "SHA-256",
|
|
2078
|
+
"content": "a3e3c46be42fa32aed724f084c9a688ac0294fa036d5fbc10642f2af41846929"
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"type": "file",
|
|
2084
|
+
"name": "dist/integrations-verify.d.ts.map",
|
|
2085
|
+
"hashes": [
|
|
2086
|
+
{
|
|
2087
|
+
"alg": "SHA-256",
|
|
2088
|
+
"content": "6e26f6b016c6e7892477fea2c4c739cb101131f87b0c3dd6daffc821852ac63a"
|
|
2089
|
+
}
|
|
2090
|
+
]
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"type": "file",
|
|
2094
|
+
"name": "dist/integrations-verify.js",
|
|
2095
|
+
"hashes": [
|
|
2096
|
+
{
|
|
2097
|
+
"alg": "SHA-256",
|
|
2098
|
+
"content": "358b3d7e84c37f9819c49b01a44aaad3c6dee55c4cf7d8d9fe9f685c1f9cbc3c"
|
|
2099
|
+
}
|
|
2100
|
+
]
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"type": "file",
|
|
2104
|
+
"name": "dist/integrations-verify.js.map",
|
|
2105
|
+
"hashes": [
|
|
2106
|
+
{
|
|
2107
|
+
"alg": "SHA-256",
|
|
2108
|
+
"content": "8101ee9c9e9c1eb4cf3e27ae412462b0e52f5524a09f60e9ee389f39136b0f2c"
|
|
1789
2109
|
}
|
|
1790
2110
|
]
|
|
1791
2111
|
},
|
|
@@ -1909,6 +2229,46 @@
|
|
|
1909
2229
|
}
|
|
1910
2230
|
]
|
|
1911
2231
|
},
|
|
2232
|
+
{
|
|
2233
|
+
"type": "file",
|
|
2234
|
+
"name": "dist/lesson-generalization.d.ts",
|
|
2235
|
+
"hashes": [
|
|
2236
|
+
{
|
|
2237
|
+
"alg": "SHA-256",
|
|
2238
|
+
"content": "b4a8b3ff97471d3f14c573b0dacd7675769ef43ffe91ca5680f79d7df89ce2d9"
|
|
2239
|
+
}
|
|
2240
|
+
]
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"type": "file",
|
|
2244
|
+
"name": "dist/lesson-generalization.d.ts.map",
|
|
2245
|
+
"hashes": [
|
|
2246
|
+
{
|
|
2247
|
+
"alg": "SHA-256",
|
|
2248
|
+
"content": "c431b0c5825efc7ac4ef3662b6bb79a806a62af526e341ffeb9ae58c28aa5bcd"
|
|
2249
|
+
}
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"type": "file",
|
|
2254
|
+
"name": "dist/lesson-generalization.js",
|
|
2255
|
+
"hashes": [
|
|
2256
|
+
{
|
|
2257
|
+
"alg": "SHA-256",
|
|
2258
|
+
"content": "c7e91b8cf84b73b4b91cccddeaa084e8f18f4b19eb2360be5f0b1080db05d809"
|
|
2259
|
+
}
|
|
2260
|
+
]
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"type": "file",
|
|
2264
|
+
"name": "dist/lesson-generalization.js.map",
|
|
2265
|
+
"hashes": [
|
|
2266
|
+
{
|
|
2267
|
+
"alg": "SHA-256",
|
|
2268
|
+
"content": "5c28c4f7aebe16a14a533d7e3664c7afcf38aedace76e39645a3992b29d4cfc0"
|
|
2269
|
+
}
|
|
2270
|
+
]
|
|
2271
|
+
},
|
|
1912
2272
|
{
|
|
1913
2273
|
"type": "file",
|
|
1914
2274
|
"name": "dist/lesson-payoff.d.ts",
|
|
@@ -2555,7 +2915,7 @@
|
|
|
2555
2915
|
"hashes": [
|
|
2556
2916
|
{
|
|
2557
2917
|
"alg": "SHA-256",
|
|
2558
|
-
"content": "
|
|
2918
|
+
"content": "7e2c8371b6ef88ab84ec325d54b0c89c1cb6825bc4b953d134f5fb36368038db"
|
|
2559
2919
|
}
|
|
2560
2920
|
]
|
|
2561
2921
|
},
|
|
@@ -2565,7 +2925,7 @@
|
|
|
2565
2925
|
"hashes": [
|
|
2566
2926
|
{
|
|
2567
2927
|
"alg": "SHA-256",
|
|
2568
|
-
"content": "
|
|
2928
|
+
"content": "76c0c00fe3c06a5a6c5443803b77308b2665fa6221fdcc02600144617c8595a5"
|
|
2569
2929
|
}
|
|
2570
2930
|
]
|
|
2571
2931
|
},
|
|
@@ -2575,7 +2935,7 @@
|
|
|
2575
2935
|
"hashes": [
|
|
2576
2936
|
{
|
|
2577
2937
|
"alg": "SHA-256",
|
|
2578
|
-
"content": "
|
|
2938
|
+
"content": "ac48be10d0eaa48ace8df0c0295424d9bcbf9cbf8adcc35753cc2c1b2ae7f516"
|
|
2579
2939
|
}
|
|
2580
2940
|
]
|
|
2581
2941
|
},
|
|
@@ -2585,7 +2945,7 @@
|
|
|
2585
2945
|
"hashes": [
|
|
2586
2946
|
{
|
|
2587
2947
|
"alg": "SHA-256",
|
|
2588
|
-
"content": "
|
|
2948
|
+
"content": "1f6f6bdf7cf03521191a93d0581664e617a45770a7812118ea35488f932aac77"
|
|
2589
2949
|
}
|
|
2590
2950
|
]
|
|
2591
2951
|
},
|
|
@@ -2715,7 +3075,7 @@
|
|
|
2715
3075
|
"hashes": [
|
|
2716
3076
|
{
|
|
2717
3077
|
"alg": "SHA-256",
|
|
2718
|
-
"content": "
|
|
3078
|
+
"content": "92b238dba3065461da4f5f1a53c53eabc88338619f814b0b303fc0051ec9698b"
|
|
2719
3079
|
}
|
|
2720
3080
|
]
|
|
2721
3081
|
},
|
|
@@ -2725,7 +3085,7 @@
|
|
|
2725
3085
|
"hashes": [
|
|
2726
3086
|
{
|
|
2727
3087
|
"alg": "SHA-256",
|
|
2728
|
-
"content": "
|
|
3088
|
+
"content": "70dd6e1e9d31fcab90b22be67211f1fedfbaedac77b8e7c0a2cd816e9fc79bb7"
|
|
2729
3089
|
}
|
|
2730
3090
|
]
|
|
2731
3091
|
},
|
|
@@ -2735,7 +3095,7 @@
|
|
|
2735
3095
|
"hashes": [
|
|
2736
3096
|
{
|
|
2737
3097
|
"alg": "SHA-256",
|
|
2738
|
-
"content": "
|
|
3098
|
+
"content": "0e6b676bca3b2144c32c7c15254e305d792c43dbd4900b0aafba53afb3d8f834"
|
|
2739
3099
|
}
|
|
2740
3100
|
]
|
|
2741
3101
|
},
|
|
@@ -2745,7 +3105,7 @@
|
|
|
2745
3105
|
"hashes": [
|
|
2746
3106
|
{
|
|
2747
3107
|
"alg": "SHA-256",
|
|
2748
|
-
"content": "
|
|
3108
|
+
"content": "25d4c0cf1540e2b02f74195ad8d2d9232c0eed3ee4f40bed8a957b4a7d263cf5"
|
|
2749
3109
|
}
|
|
2750
3110
|
]
|
|
2751
3111
|
},
|
|
@@ -3925,7 +4285,7 @@
|
|
|
3925
4285
|
"hashes": [
|
|
3926
4286
|
{
|
|
3927
4287
|
"alg": "SHA-256",
|
|
3928
|
-
"content": "
|
|
4288
|
+
"content": "faafbe00fe9b54cbeaec81304978d428905a3959803243a384e1d6af4b53b150"
|
|
3929
4289
|
}
|
|
3930
4290
|
]
|
|
3931
4291
|
},
|
|
@@ -3935,7 +4295,7 @@
|
|
|
3935
4295
|
"hashes": [
|
|
3936
4296
|
{
|
|
3937
4297
|
"alg": "SHA-256",
|
|
3938
|
-
"content": "
|
|
4298
|
+
"content": "31c39cfc07f50ed919733d12448dc7d2b8a401974f8d1755c9a1c18e1eb624c4"
|
|
3939
4299
|
}
|
|
3940
4300
|
]
|
|
3941
4301
|
},
|
|
@@ -3945,7 +4305,7 @@
|
|
|
3945
4305
|
"hashes": [
|
|
3946
4306
|
{
|
|
3947
4307
|
"alg": "SHA-256",
|
|
3948
|
-
"content": "
|
|
4308
|
+
"content": "4723b9bb84be362863d4f7b1fac008daa1e17726afe00000a2644e4413f31a7f"
|
|
3949
4309
|
}
|
|
3950
4310
|
]
|
|
3951
4311
|
},
|
|
@@ -4469,6 +4829,46 @@
|
|
|
4469
4829
|
}
|
|
4470
4830
|
]
|
|
4471
4831
|
},
|
|
4832
|
+
{
|
|
4833
|
+
"type": "file",
|
|
4834
|
+
"name": "dist/target-integrations.d.ts",
|
|
4835
|
+
"hashes": [
|
|
4836
|
+
{
|
|
4837
|
+
"alg": "SHA-256",
|
|
4838
|
+
"content": "1d5f98a1223b0473ae840033d663d7798d1f8f541c94e07df1973da07dda34f4"
|
|
4839
|
+
}
|
|
4840
|
+
]
|
|
4841
|
+
},
|
|
4842
|
+
{
|
|
4843
|
+
"type": "file",
|
|
4844
|
+
"name": "dist/target-integrations.d.ts.map",
|
|
4845
|
+
"hashes": [
|
|
4846
|
+
{
|
|
4847
|
+
"alg": "SHA-256",
|
|
4848
|
+
"content": "89afd1efe6dfe2b24cf0f131374f4439eba3f0a3214c0ad65173d67c18bcb378"
|
|
4849
|
+
}
|
|
4850
|
+
]
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"type": "file",
|
|
4854
|
+
"name": "dist/target-integrations.js",
|
|
4855
|
+
"hashes": [
|
|
4856
|
+
{
|
|
4857
|
+
"alg": "SHA-256",
|
|
4858
|
+
"content": "6569eb3426759d5358006b2b976684285fa97bcd6442a8f4146cd7f73eff8bb0"
|
|
4859
|
+
}
|
|
4860
|
+
]
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"type": "file",
|
|
4864
|
+
"name": "dist/target-integrations.js.map",
|
|
4865
|
+
"hashes": [
|
|
4866
|
+
{
|
|
4867
|
+
"alg": "SHA-256",
|
|
4868
|
+
"content": "e5b64ea514ca6cbd624424e51f8142818a45f573f9b3927159a9446dbfe8f543"
|
|
4869
|
+
}
|
|
4870
|
+
]
|
|
4871
|
+
},
|
|
4472
4872
|
{
|
|
4473
4873
|
"type": "file",
|
|
4474
4874
|
"name": "dist/targets.d.ts",
|
|
@@ -4795,7 +5195,7 @@
|
|
|
4795
5195
|
"hashes": [
|
|
4796
5196
|
{
|
|
4797
5197
|
"alg": "SHA-256",
|
|
4798
|
-
"content": "
|
|
5198
|
+
"content": "cf7e5c6bc4082c7850e5174792d7640b122067ff055336957fdac0d3981018fb"
|
|
4799
5199
|
}
|
|
4800
5200
|
]
|
|
4801
5201
|
},
|
|
@@ -4805,7 +5205,7 @@
|
|
|
4805
5205
|
"hashes": [
|
|
4806
5206
|
{
|
|
4807
5207
|
"alg": "SHA-256",
|
|
4808
|
-
"content": "
|
|
5208
|
+
"content": "07f4065c7dc5d5f5f72f239c204847374162033bfb8b367005418031e4184060"
|
|
4809
5209
|
}
|
|
4810
5210
|
]
|
|
4811
5211
|
},
|
|
@@ -4815,7 +5215,7 @@
|
|
|
4815
5215
|
"hashes": [
|
|
4816
5216
|
{
|
|
4817
5217
|
"alg": "SHA-256",
|
|
4818
|
-
"content": "
|
|
5218
|
+
"content": "827f93a76f2f4167124da86532a6093e2bf67dffec8c219e61c605fb24e2d817"
|
|
4819
5219
|
}
|
|
4820
5220
|
]
|
|
4821
5221
|
},
|
|
@@ -4825,7 +5225,7 @@
|
|
|
4825
5225
|
"hashes": [
|
|
4826
5226
|
{
|
|
4827
5227
|
"alg": "SHA-256",
|
|
4828
|
-
"content": "
|
|
5228
|
+
"content": "b5ff3f83bad02cbd7c705def596c576adbad3fc19327e7eedfbf5ede624c3eb9"
|
|
4829
5229
|
}
|
|
4830
5230
|
]
|
|
4831
5231
|
},
|
|
@@ -4999,7 +5399,7 @@
|
|
|
4999
5399
|
},
|
|
5000
5400
|
{
|
|
5001
5401
|
"name": "dz:canonical-json-sha256-v2",
|
|
5002
|
-
"value": "
|
|
5402
|
+
"value": "29369a7720880ba5b0ed2934af324756dd97688231da11b9ddcec28ce9c65970"
|
|
5003
5403
|
}
|
|
5004
5404
|
]
|
|
5005
5405
|
},
|
|
@@ -5039,7 +5439,7 @@
|
|
|
5039
5439
|
"hashes": [
|
|
5040
5440
|
{
|
|
5041
5441
|
"alg": "SHA-256",
|
|
5042
|
-
"content": "
|
|
5442
|
+
"content": "5dbac29e6fa31c6784659b64fa7ffb343804508719e00888467296859615bda3"
|
|
5043
5443
|
}
|
|
5044
5444
|
]
|
|
5045
5445
|
},
|
|
@@ -5249,7 +5649,7 @@
|
|
|
5249
5649
|
"hashes": [
|
|
5250
5650
|
{
|
|
5251
5651
|
"alg": "SHA-256",
|
|
5252
|
-
"content": "
|
|
5652
|
+
"content": "25cf5ee4081c42773c3bbe4965860bc1ca7cca6ebbed3fff27ff3d2640859f9a"
|
|
5253
5653
|
}
|
|
5254
5654
|
]
|
|
5255
5655
|
},
|
|
@@ -5353,6 +5753,16 @@
|
|
|
5353
5753
|
}
|
|
5354
5754
|
]
|
|
5355
5755
|
},
|
|
5756
|
+
{
|
|
5757
|
+
"type": "file",
|
|
5758
|
+
"name": "src/eta.ts",
|
|
5759
|
+
"hashes": [
|
|
5760
|
+
{
|
|
5761
|
+
"alg": "SHA-256",
|
|
5762
|
+
"content": "43b44e77875251279f6cd54cb5dc57255981e0a845deda123b56a0060c0cd1e1"
|
|
5763
|
+
}
|
|
5764
|
+
]
|
|
5765
|
+
},
|
|
5356
5766
|
{
|
|
5357
5767
|
"type": "file",
|
|
5358
5768
|
"name": "src/event-chain.ts",
|
|
@@ -5379,7 +5789,7 @@
|
|
|
5379
5789
|
"hashes": [
|
|
5380
5790
|
{
|
|
5381
5791
|
"alg": "SHA-256",
|
|
5382
|
-
"content": "
|
|
5792
|
+
"content": "723186b7c6634d026694ee95885092694f7603dbcc88c84ea0b5f47a2f67a5e8"
|
|
5383
5793
|
}
|
|
5384
5794
|
]
|
|
5385
5795
|
},
|
|
@@ -5393,13 +5803,33 @@
|
|
|
5393
5803
|
}
|
|
5394
5804
|
]
|
|
5395
5805
|
},
|
|
5806
|
+
{
|
|
5807
|
+
"type": "file",
|
|
5808
|
+
"name": "src/feature-adr-decision-recall.ts",
|
|
5809
|
+
"hashes": [
|
|
5810
|
+
{
|
|
5811
|
+
"alg": "SHA-256",
|
|
5812
|
+
"content": "a2fe68825e904e01df8c62e19c839b7c2aaa08cbbc673af3f4f97bbe9ed61507"
|
|
5813
|
+
}
|
|
5814
|
+
]
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"type": "file",
|
|
5818
|
+
"name": "src/feature-adr-landing.ts",
|
|
5819
|
+
"hashes": [
|
|
5820
|
+
{
|
|
5821
|
+
"alg": "SHA-256",
|
|
5822
|
+
"content": "a63d6fc7cb5d30a6da92fabd7de52d1cf0a1c95b44f9c26a871dc5d7dd6d9d22"
|
|
5823
|
+
}
|
|
5824
|
+
]
|
|
5825
|
+
},
|
|
5396
5826
|
{
|
|
5397
5827
|
"type": "file",
|
|
5398
5828
|
"name": "src/feature-adr-routing.ts",
|
|
5399
5829
|
"hashes": [
|
|
5400
5830
|
{
|
|
5401
5831
|
"alg": "SHA-256",
|
|
5402
|
-
"content": "
|
|
5832
|
+
"content": "c70bf858d4815abec9f2bcda94200b17df1bb6c5ed4de9f29d9826b93c295e24"
|
|
5403
5833
|
}
|
|
5404
5834
|
]
|
|
5405
5835
|
},
|
|
@@ -5419,7 +5849,17 @@
|
|
|
5419
5849
|
"hashes": [
|
|
5420
5850
|
{
|
|
5421
5851
|
"alg": "SHA-256",
|
|
5422
|
-
"content": "
|
|
5852
|
+
"content": "d3c6d2b1e64a9dc3fbcbbd61fa2e86fec41f47126649f9b747c12d045d49af07"
|
|
5853
|
+
}
|
|
5854
|
+
]
|
|
5855
|
+
},
|
|
5856
|
+
{
|
|
5857
|
+
"type": "file",
|
|
5858
|
+
"name": "src/guard-volume.ts",
|
|
5859
|
+
"hashes": [
|
|
5860
|
+
{
|
|
5861
|
+
"alg": "SHA-256",
|
|
5862
|
+
"content": "46240de5d8e7c1b2111a235eba29d216988b599d1f145613d7e84a072e8da902"
|
|
5423
5863
|
}
|
|
5424
5864
|
]
|
|
5425
5865
|
},
|
|
@@ -5429,7 +5869,7 @@
|
|
|
5429
5869
|
"hashes": [
|
|
5430
5870
|
{
|
|
5431
5871
|
"alg": "SHA-256",
|
|
5432
|
-
"content": "
|
|
5872
|
+
"content": "7775d0493ddf333e43664e4b746500061eab5acdf74c2631b5ea70afbd404bed"
|
|
5433
5873
|
}
|
|
5434
5874
|
]
|
|
5435
5875
|
},
|
|
@@ -5449,7 +5889,57 @@
|
|
|
5449
5889
|
"hashes": [
|
|
5450
5890
|
{
|
|
5451
5891
|
"alg": "SHA-256",
|
|
5452
|
-
"content": "
|
|
5892
|
+
"content": "dd028e5c37a3fe5dc34e5d0a969aae9944c5d57b420dfab46e8a03028ff46d6b"
|
|
5893
|
+
}
|
|
5894
|
+
]
|
|
5895
|
+
},
|
|
5896
|
+
{
|
|
5897
|
+
"type": "file",
|
|
5898
|
+
"name": "src/integration-apply.ts",
|
|
5899
|
+
"hashes": [
|
|
5900
|
+
{
|
|
5901
|
+
"alg": "SHA-256",
|
|
5902
|
+
"content": "1a22864f5f21f4fffdb06d545b0a8c8aedc89c71b2acc573493c0bd417207f15"
|
|
5903
|
+
}
|
|
5904
|
+
]
|
|
5905
|
+
},
|
|
5906
|
+
{
|
|
5907
|
+
"type": "file",
|
|
5908
|
+
"name": "src/integration-evidence.ts",
|
|
5909
|
+
"hashes": [
|
|
5910
|
+
{
|
|
5911
|
+
"alg": "SHA-256",
|
|
5912
|
+
"content": "83a10c91bbe70f433386b859a3dc1535834d936a0f32b6045c20b15481c5d44d"
|
|
5913
|
+
}
|
|
5914
|
+
]
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"type": "file",
|
|
5918
|
+
"name": "src/integration-probe-worker.ts",
|
|
5919
|
+
"hashes": [
|
|
5920
|
+
{
|
|
5921
|
+
"alg": "SHA-256",
|
|
5922
|
+
"content": "3e544fdacbd6780cdc2f2079819072e6d04f63bc533d5e683a8da46a8bfb0824"
|
|
5923
|
+
}
|
|
5924
|
+
]
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"type": "file",
|
|
5928
|
+
"name": "src/integration-receipts/claude-code/mcp/2.1.235.json",
|
|
5929
|
+
"hashes": [
|
|
5930
|
+
{
|
|
5931
|
+
"alg": "SHA-256",
|
|
5932
|
+
"content": "794dfbfc91664934a5e9336eb6a8a59f62c7e8be0a05d70cf24ac401c4dd1661"
|
|
5933
|
+
}
|
|
5934
|
+
]
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"type": "file",
|
|
5938
|
+
"name": "src/integrations-verify.ts",
|
|
5939
|
+
"hashes": [
|
|
5940
|
+
{
|
|
5941
|
+
"alg": "SHA-256",
|
|
5942
|
+
"content": "13141eb6439e091936b8a3860bee99e871ee0660a0c83c6108aa451d87e0e9fd"
|
|
5453
5943
|
}
|
|
5454
5944
|
]
|
|
5455
5945
|
},
|
|
@@ -5483,6 +5973,16 @@
|
|
|
5483
5973
|
}
|
|
5484
5974
|
]
|
|
5485
5975
|
},
|
|
5976
|
+
{
|
|
5977
|
+
"type": "file",
|
|
5978
|
+
"name": "src/lesson-generalization.ts",
|
|
5979
|
+
"hashes": [
|
|
5980
|
+
{
|
|
5981
|
+
"alg": "SHA-256",
|
|
5982
|
+
"content": "e0f120492e1cb0bde589ee870411e3ad1d4746ef5cdeb5af89f74b56d4228e18"
|
|
5983
|
+
}
|
|
5984
|
+
]
|
|
5985
|
+
},
|
|
5486
5986
|
{
|
|
5487
5987
|
"type": "file",
|
|
5488
5988
|
"name": "src/lesson-payoff.ts",
|
|
@@ -5649,7 +6149,7 @@
|
|
|
5649
6149
|
"hashes": [
|
|
5650
6150
|
{
|
|
5651
6151
|
"alg": "SHA-256",
|
|
5652
|
-
"content": "
|
|
6152
|
+
"content": "0b7bc942d070899223f80126f93e35eab14918bda599ff3c74bf1e3e56614055"
|
|
5653
6153
|
}
|
|
5654
6154
|
]
|
|
5655
6155
|
},
|
|
@@ -5689,7 +6189,7 @@
|
|
|
5689
6189
|
"hashes": [
|
|
5690
6190
|
{
|
|
5691
6191
|
"alg": "SHA-256",
|
|
5692
|
-
"content": "
|
|
6192
|
+
"content": "8575bb4065307fbd98d5a4d9bdad3722e5a7b31c185144d6be1aa501ad5db963"
|
|
5693
6193
|
}
|
|
5694
6194
|
]
|
|
5695
6195
|
},
|
|
@@ -5979,7 +6479,7 @@
|
|
|
5979
6479
|
"hashes": [
|
|
5980
6480
|
{
|
|
5981
6481
|
"alg": "SHA-256",
|
|
5982
|
-
"content": "
|
|
6482
|
+
"content": "690e684a26c7d111e2069949a8103519946d24f1e4b3c31181dda5c4773c9721"
|
|
5983
6483
|
}
|
|
5984
6484
|
]
|
|
5985
6485
|
},
|
|
@@ -6123,6 +6623,16 @@
|
|
|
6123
6623
|
}
|
|
6124
6624
|
]
|
|
6125
6625
|
},
|
|
6626
|
+
{
|
|
6627
|
+
"type": "file",
|
|
6628
|
+
"name": "src/target-integrations.ts",
|
|
6629
|
+
"hashes": [
|
|
6630
|
+
{
|
|
6631
|
+
"alg": "SHA-256",
|
|
6632
|
+
"content": "8b4a34a0c2cf4abc941f81ea0eb1c18c370fd02540af130673115a35872a6c55"
|
|
6633
|
+
}
|
|
6634
|
+
]
|
|
6635
|
+
},
|
|
6126
6636
|
{
|
|
6127
6637
|
"type": "file",
|
|
6128
6638
|
"name": "src/targets.ts",
|
|
@@ -6209,7 +6719,7 @@
|
|
|
6209
6719
|
"hashes": [
|
|
6210
6720
|
{
|
|
6211
6721
|
"alg": "SHA-256",
|
|
6212
|
-
"content": "
|
|
6722
|
+
"content": "f45d2cfca960007ea6d9a6565456b180d64a1643b7f4c46a01c0634db339ee44"
|
|
6213
6723
|
}
|
|
6214
6724
|
]
|
|
6215
6725
|
},
|