@dzhechkov/harness-core 0.7.4 → 0.7.6
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 +141 -61
- package/README.md +38 -1
- package/dist/agentdb-index.d.ts.map +1 -1
- package/dist/agentdb-index.js +26 -2
- package/dist/agentdb-index.js.map +1 -1
- package/dist/amendment-trace.d.ts.map +1 -1
- package/dist/amendment-trace.js +6 -1
- package/dist/amendment-trace.js.map +1 -1
- package/dist/cadence.d.ts +66 -0
- package/dist/cadence.d.ts.map +1 -0
- package/dist/cadence.js +222 -0
- package/dist/cadence.js.map +1 -0
- package/dist/feature-adr-routing.d.ts.map +1 -1
- package/dist/feature-adr-routing.js +7 -2
- package/dist/feature-adr-routing.js.map +1 -1
- package/dist/index.d.ts +8 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/loop-blobs.generated.js +2 -2
- package/dist/loop-blobs.generated.js.map +1 -1
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +53 -18
- package/dist/operations.js.map +1 -1
- package/dist/provenance.d.ts +6 -0
- package/dist/provenance.d.ts.map +1 -1
- package/dist/provenance.js +22 -1
- package/dist/provenance.js.map +1 -1
- package/dist/publish.d.ts +31 -0
- package/dist/publish.d.ts.map +1 -1
- package/dist/publish.js +78 -0
- package/dist/publish.js.map +1 -1
- package/dist/recall-hook-policy.d.ts +3 -1
- package/dist/recall-hook-policy.d.ts.map +1 -1
- package/dist/recall-hook-policy.js +15 -2
- package/dist/recall-hook-policy.js.map +1 -1
- package/dist/recall-usage.d.ts +15 -0
- package/dist/recall-usage.d.ts.map +1 -1
- package/dist/recall-usage.js +51 -1
- package/dist/recall-usage.js.map +1 -1
- package/dist/score.d.ts.map +1 -1
- package/dist/score.js +38 -4
- package/dist/score.js.map +1 -1
- package/dist/skill-drift.d.ts +8 -2
- package/dist/skill-drift.d.ts.map +1 -1
- package/dist/skill-drift.js +60 -11
- package/dist/skill-drift.js.map +1 -1
- package/dist/skill-install-roots.d.ts +100 -0
- package/dist/skill-install-roots.d.ts.map +1 -0
- package/dist/skill-install-roots.js +116 -0
- package/dist/skill-install-roots.js.map +1 -0
- package/dist/tg-post.d.ts +76 -0
- package/dist/tg-post.d.ts.map +1 -0
- package/dist/tg-post.js +158 -0
- package/dist/tg-post.js.map +1 -0
- package/dist/usage.d.ts +31 -0
- package/dist/usage.d.ts.map +1 -1
- package/dist/usage.js +108 -21
- package/dist/usage.js.map +1 -1
- package/dist/writer-quiescence.d.ts +42 -0
- package/dist/writer-quiescence.d.ts.map +1 -0
- package/dist/writer-quiescence.js +82 -0
- package/dist/writer-quiescence.js.map +1 -0
- package/package.json +13 -13
- package/sbom.json +260 -60
- package/src/agentdb-index.ts +26 -2
- package/src/amendment-trace.ts +6 -1
- package/src/cadence.ts +227 -0
- package/src/feature-adr-routing.ts +7 -2
- package/src/index.ts +8 -1
- package/src/loop-blobs.generated.ts +2 -2
- package/src/operations.ts +52 -19
- package/src/provenance.ts +23 -1
- package/src/publish.ts +98 -0
- package/src/recall-hook-policy.ts +15 -2
- package/src/recall-usage.ts +44 -1
- package/src/score.ts +30 -4
- package/src/skill-drift.ts +70 -13
- package/src/skill-install-roots.ts +119 -0
- package/src/tg-post.ts +192 -0
- package/src/usage.ts +132 -17
- package/src/writer-quiescence.ts +95 -0
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "6e0c7dc75ea18f37464949db1871dc6ab7a97b23e9dfff9af37bcdf19f4fbc83"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"hashes": [
|
|
86
86
|
{
|
|
87
87
|
"alg": "SHA-256",
|
|
88
|
-
"content": "
|
|
88
|
+
"content": "ead133b21788debc109a36cf7b10e9d760620282b65bf7fcacb20e0f6802cffc"
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
},
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"hashes": [
|
|
96
96
|
{
|
|
97
97
|
"alg": "SHA-256",
|
|
98
|
-
"content": "
|
|
98
|
+
"content": "a9c767082fdf73c5df91a0f7b3a90fb19f8c65c18b9a138083a4e4726216f5bf"
|
|
99
99
|
}
|
|
100
100
|
]
|
|
101
101
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"hashes": [
|
|
106
106
|
{
|
|
107
107
|
"alg": "SHA-256",
|
|
108
|
-
"content": "
|
|
108
|
+
"content": "60ff6198ef93a912437b7e4ce3e947176183880c2da5743eff037436a8680c90"
|
|
109
109
|
}
|
|
110
110
|
]
|
|
111
111
|
},
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"hashes": [
|
|
166
166
|
{
|
|
167
167
|
"alg": "SHA-256",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "f73123d7aee4e1a8a3bc392bf34ec702556406b31a05e7cbbe7fb29617499761"
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
171
|
},
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"hashes": [
|
|
176
176
|
{
|
|
177
177
|
"alg": "SHA-256",
|
|
178
|
-
"content": "
|
|
178
|
+
"content": "f62989595ef9cf895a92694a3c72cca6fee3fc10f31454937ac42d158e1797b7"
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
},
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"hashes": [
|
|
186
186
|
{
|
|
187
187
|
"alg": "SHA-256",
|
|
188
|
-
"content": "
|
|
188
|
+
"content": "b193ef04792228c52092dc2a6cc59716de6d36b1fa5178a4e5196d45f0d680af"
|
|
189
189
|
}
|
|
190
190
|
]
|
|
191
191
|
},
|
|
@@ -549,6 +549,46 @@
|
|
|
549
549
|
}
|
|
550
550
|
]
|
|
551
551
|
},
|
|
552
|
+
{
|
|
553
|
+
"type": "file",
|
|
554
|
+
"name": "dist/cadence.d.ts",
|
|
555
|
+
"hashes": [
|
|
556
|
+
{
|
|
557
|
+
"alg": "SHA-256",
|
|
558
|
+
"content": "a6b73af5f907fbc13296656fc6bf4009d6159bc41f2b200be9a33ceb564edefe"
|
|
559
|
+
}
|
|
560
|
+
]
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "file",
|
|
564
|
+
"name": "dist/cadence.d.ts.map",
|
|
565
|
+
"hashes": [
|
|
566
|
+
{
|
|
567
|
+
"alg": "SHA-256",
|
|
568
|
+
"content": "18b8e230b058217d62389bc198d69bae214b28d428bba6f130007d675d62ed18"
|
|
569
|
+
}
|
|
570
|
+
]
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"type": "file",
|
|
574
|
+
"name": "dist/cadence.js",
|
|
575
|
+
"hashes": [
|
|
576
|
+
{
|
|
577
|
+
"alg": "SHA-256",
|
|
578
|
+
"content": "54c19a90c704ed50e48353eb40cedd2231cc4a4574008626aafb475906a7be2e"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "file",
|
|
584
|
+
"name": "dist/cadence.js.map",
|
|
585
|
+
"hashes": [
|
|
586
|
+
{
|
|
587
|
+
"alg": "SHA-256",
|
|
588
|
+
"content": "18ca538f85981d7941078a6de8e64cdd700963f6adcd5df1d582ec5e650d5c28"
|
|
589
|
+
}
|
|
590
|
+
]
|
|
591
|
+
},
|
|
552
592
|
{
|
|
553
593
|
"type": "file",
|
|
554
594
|
"name": "dist/capability-vocab.d.ts",
|
|
@@ -1405,7 +1445,7 @@
|
|
|
1405
1445
|
"hashes": [
|
|
1406
1446
|
{
|
|
1407
1447
|
"alg": "SHA-256",
|
|
1408
|
-
"content": "
|
|
1448
|
+
"content": "8ee50d5067b71b1d68c57dd8c5f0f0a327ffc282755a13d17565613b9d036f92"
|
|
1409
1449
|
}
|
|
1410
1450
|
]
|
|
1411
1451
|
},
|
|
@@ -1415,7 +1455,7 @@
|
|
|
1415
1455
|
"hashes": [
|
|
1416
1456
|
{
|
|
1417
1457
|
"alg": "SHA-256",
|
|
1418
|
-
"content": "
|
|
1458
|
+
"content": "ccc9f6d9ce8ba5699010c5b590fef6509d80ed928043b8747f5c52980d5c0596"
|
|
1419
1459
|
}
|
|
1420
1460
|
]
|
|
1421
1461
|
},
|
|
@@ -1425,7 +1465,7 @@
|
|
|
1425
1465
|
"hashes": [
|
|
1426
1466
|
{
|
|
1427
1467
|
"alg": "SHA-256",
|
|
1428
|
-
"content": "
|
|
1468
|
+
"content": "b8bfd4707746ca1ded26c2ccc9a4afbe5a9acf529b74e128dadced1631d1adde"
|
|
1429
1469
|
}
|
|
1430
1470
|
]
|
|
1431
1471
|
},
|
|
@@ -1595,7 +1635,7 @@
|
|
|
1595
1635
|
"hashes": [
|
|
1596
1636
|
{
|
|
1597
1637
|
"alg": "SHA-256",
|
|
1598
|
-
"content": "
|
|
1638
|
+
"content": "4eadcf12e18ccfbe77f857d71e52b29d51b35ee8bb9bbdf3a34cfb6724826c10"
|
|
1599
1639
|
}
|
|
1600
1640
|
]
|
|
1601
1641
|
},
|
|
@@ -1605,7 +1645,7 @@
|
|
|
1605
1645
|
"hashes": [
|
|
1606
1646
|
{
|
|
1607
1647
|
"alg": "SHA-256",
|
|
1608
|
-
"content": "
|
|
1648
|
+
"content": "de6cd5f7de860105804f100e487b65a78f2edd67a40645a710ad81c12e1c5b72"
|
|
1609
1649
|
}
|
|
1610
1650
|
]
|
|
1611
1651
|
},
|
|
@@ -1615,7 +1655,7 @@
|
|
|
1615
1655
|
"hashes": [
|
|
1616
1656
|
{
|
|
1617
1657
|
"alg": "SHA-256",
|
|
1618
|
-
"content": "
|
|
1658
|
+
"content": "bdb6933fa24b0e02ed293fe4e9c52910e2ed4f5652ea7bcb0dbbb7dc996cc224"
|
|
1619
1659
|
}
|
|
1620
1660
|
]
|
|
1621
1661
|
},
|
|
@@ -1625,7 +1665,7 @@
|
|
|
1625
1665
|
"hashes": [
|
|
1626
1666
|
{
|
|
1627
1667
|
"alg": "SHA-256",
|
|
1628
|
-
"content": "
|
|
1668
|
+
"content": "b47db4310de5fd7a586e795e10abe108e18cd164d1cb1862e67c227310a68001"
|
|
1629
1669
|
}
|
|
1630
1670
|
]
|
|
1631
1671
|
},
|
|
@@ -1695,7 +1735,7 @@
|
|
|
1695
1735
|
"hashes": [
|
|
1696
1736
|
{
|
|
1697
1737
|
"alg": "SHA-256",
|
|
1698
|
-
"content": "
|
|
1738
|
+
"content": "8f67e85040967cc2039fddeddfd78d388f802d85d8db162639690c4b6f8197b6"
|
|
1699
1739
|
}
|
|
1700
1740
|
]
|
|
1701
1741
|
},
|
|
@@ -1705,7 +1745,7 @@
|
|
|
1705
1745
|
"hashes": [
|
|
1706
1746
|
{
|
|
1707
1747
|
"alg": "SHA-256",
|
|
1708
|
-
"content": "
|
|
1748
|
+
"content": "c07fb3310192d40088c70635120a59c770fd0fff37d61c3953d511a83b10a8cc"
|
|
1709
1749
|
}
|
|
1710
1750
|
]
|
|
1711
1751
|
},
|
|
@@ -2245,7 +2285,7 @@
|
|
|
2245
2285
|
"hashes": [
|
|
2246
2286
|
{
|
|
2247
2287
|
"alg": "SHA-256",
|
|
2248
|
-
"content": "
|
|
2288
|
+
"content": "dfb99e5055b94eb46783f352095d00cfe096d657fd0d2697fa24f64078d3a681"
|
|
2249
2289
|
}
|
|
2250
2290
|
]
|
|
2251
2291
|
},
|
|
@@ -2255,7 +2295,7 @@
|
|
|
2255
2295
|
"hashes": [
|
|
2256
2296
|
{
|
|
2257
2297
|
"alg": "SHA-256",
|
|
2258
|
-
"content": "
|
|
2298
|
+
"content": "f865c6cacc965fbb445c4a8ccbcfd99420ffe7a6256cda79139d73cc24c33797"
|
|
2259
2299
|
}
|
|
2260
2300
|
]
|
|
2261
2301
|
},
|
|
@@ -2265,7 +2305,7 @@
|
|
|
2265
2305
|
"hashes": [
|
|
2266
2306
|
{
|
|
2267
2307
|
"alg": "SHA-256",
|
|
2268
|
-
"content": "
|
|
2308
|
+
"content": "3f1675b4e6a5c73197d330f1415c5a0baa352f7e9ce179a7c49a6630848c9e06"
|
|
2269
2309
|
}
|
|
2270
2310
|
]
|
|
2271
2311
|
},
|
|
@@ -2515,7 +2555,7 @@
|
|
|
2515
2555
|
"hashes": [
|
|
2516
2556
|
{
|
|
2517
2557
|
"alg": "SHA-256",
|
|
2518
|
-
"content": "
|
|
2558
|
+
"content": "0531b606a3f4450741ec80efbcb9c32ff0a925496e85e4071cb395eeeeaf9dfb"
|
|
2519
2559
|
}
|
|
2520
2560
|
]
|
|
2521
2561
|
},
|
|
@@ -2525,7 +2565,7 @@
|
|
|
2525
2565
|
"hashes": [
|
|
2526
2566
|
{
|
|
2527
2567
|
"alg": "SHA-256",
|
|
2528
|
-
"content": "
|
|
2568
|
+
"content": "edefc472f25e03e14d27545cd3fbc0a78e59cee49e4cddc397d0f05321feac22"
|
|
2529
2569
|
}
|
|
2530
2570
|
]
|
|
2531
2571
|
},
|
|
@@ -2535,7 +2575,7 @@
|
|
|
2535
2575
|
"hashes": [
|
|
2536
2576
|
{
|
|
2537
2577
|
"alg": "SHA-256",
|
|
2538
|
-
"content": "
|
|
2578
|
+
"content": "a5656ebc2049c324ebe7707e1263beb16ceb0875ee078353203e346eb67fff42"
|
|
2539
2579
|
}
|
|
2540
2580
|
]
|
|
2541
2581
|
},
|
|
@@ -2545,7 +2585,7 @@
|
|
|
2545
2585
|
"hashes": [
|
|
2546
2586
|
{
|
|
2547
2587
|
"alg": "SHA-256",
|
|
2548
|
-
"content": "
|
|
2588
|
+
"content": "74f4d718f0ca68857448c043eb8f439c841604db64ee2d799ddec9f66dc15556"
|
|
2549
2589
|
}
|
|
2550
2590
|
]
|
|
2551
2591
|
},
|
|
@@ -2595,7 +2635,7 @@
|
|
|
2595
2635
|
"hashes": [
|
|
2596
2636
|
{
|
|
2597
2637
|
"alg": "SHA-256",
|
|
2598
|
-
"content": "
|
|
2638
|
+
"content": "b67799a78a9b7298b1085b46f3c020a3ae8580ac3732c450c2e37f634c4d5cda"
|
|
2599
2639
|
}
|
|
2600
2640
|
]
|
|
2601
2641
|
},
|
|
@@ -2605,7 +2645,7 @@
|
|
|
2605
2645
|
"hashes": [
|
|
2606
2646
|
{
|
|
2607
2647
|
"alg": "SHA-256",
|
|
2608
|
-
"content": "
|
|
2648
|
+
"content": "c90dcb2cb719184a02fb5aa9973e78b7648756c337598801c3c5ea826accfe4e"
|
|
2609
2649
|
}
|
|
2610
2650
|
]
|
|
2611
2651
|
},
|
|
@@ -2615,7 +2655,7 @@
|
|
|
2615
2655
|
"hashes": [
|
|
2616
2656
|
{
|
|
2617
2657
|
"alg": "SHA-256",
|
|
2618
|
-
"content": "
|
|
2658
|
+
"content": "a07e19838a997ef6ad929a684b035aba564c5554e2b3a1b99f761d54b3f6033f"
|
|
2619
2659
|
}
|
|
2620
2660
|
]
|
|
2621
2661
|
},
|
|
@@ -2625,7 +2665,7 @@
|
|
|
2625
2665
|
"hashes": [
|
|
2626
2666
|
{
|
|
2627
2667
|
"alg": "SHA-256",
|
|
2628
|
-
"content": "
|
|
2668
|
+
"content": "7065aeeff6219fac4eab92f09e38fd263392bd288d5602f5e630b110ab2c18b0"
|
|
2629
2669
|
}
|
|
2630
2670
|
]
|
|
2631
2671
|
},
|
|
@@ -2755,7 +2795,7 @@
|
|
|
2755
2795
|
"hashes": [
|
|
2756
2796
|
{
|
|
2757
2797
|
"alg": "SHA-256",
|
|
2758
|
-
"content": "
|
|
2798
|
+
"content": "69f7a8c2046b943fd39a32a9c1641cfa7e321c2066529705ba1d025cafd69f68"
|
|
2759
2799
|
}
|
|
2760
2800
|
]
|
|
2761
2801
|
},
|
|
@@ -2765,7 +2805,7 @@
|
|
|
2765
2805
|
"hashes": [
|
|
2766
2806
|
{
|
|
2767
2807
|
"alg": "SHA-256",
|
|
2768
|
-
"content": "
|
|
2808
|
+
"content": "7173317e1f06b40f416ad25ab5818bcab375f81ee99e7c883da6228f30829f52"
|
|
2769
2809
|
}
|
|
2770
2810
|
]
|
|
2771
2811
|
},
|
|
@@ -2775,7 +2815,7 @@
|
|
|
2775
2815
|
"hashes": [
|
|
2776
2816
|
{
|
|
2777
2817
|
"alg": "SHA-256",
|
|
2778
|
-
"content": "
|
|
2818
|
+
"content": "8f5a5c9b2cb393bd2cf929d6e3a3fa1bf63a2bff6718f64d0352d57bad1ac8ab"
|
|
2779
2819
|
}
|
|
2780
2820
|
]
|
|
2781
2821
|
},
|
|
@@ -2785,7 +2825,7 @@
|
|
|
2785
2825
|
"hashes": [
|
|
2786
2826
|
{
|
|
2787
2827
|
"alg": "SHA-256",
|
|
2788
|
-
"content": "
|
|
2828
|
+
"content": "55ceb778442304323aa1b00b05e5aca78ffa8ab8be4a8b2494297a32a891d7f2"
|
|
2789
2829
|
}
|
|
2790
2830
|
]
|
|
2791
2831
|
},
|
|
@@ -2795,7 +2835,7 @@
|
|
|
2795
2835
|
"hashes": [
|
|
2796
2836
|
{
|
|
2797
2837
|
"alg": "SHA-256",
|
|
2798
|
-
"content": "
|
|
2838
|
+
"content": "10fc1e531c9aedc14d29c35775395bafe7abc866db7acc7d8aceb8ae9f598e39"
|
|
2799
2839
|
}
|
|
2800
2840
|
]
|
|
2801
2841
|
},
|
|
@@ -2805,7 +2845,7 @@
|
|
|
2805
2845
|
"hashes": [
|
|
2806
2846
|
{
|
|
2807
2847
|
"alg": "SHA-256",
|
|
2808
|
-
"content": "
|
|
2848
|
+
"content": "0f998d4a248cd6b3b795bb149811e4678b71dcc7a59532e29f69a36e0bf7cf7c"
|
|
2809
2849
|
}
|
|
2810
2850
|
]
|
|
2811
2851
|
},
|
|
@@ -2815,7 +2855,7 @@
|
|
|
2815
2855
|
"hashes": [
|
|
2816
2856
|
{
|
|
2817
2857
|
"alg": "SHA-256",
|
|
2818
|
-
"content": "
|
|
2858
|
+
"content": "a5f83d989880f72a8c278c033fd6a2ac4a3efc09b88cc9afb893a541a2ce5434"
|
|
2819
2859
|
}
|
|
2820
2860
|
]
|
|
2821
2861
|
},
|
|
@@ -2825,7 +2865,7 @@
|
|
|
2825
2865
|
"hashes": [
|
|
2826
2866
|
{
|
|
2827
2867
|
"alg": "SHA-256",
|
|
2828
|
-
"content": "
|
|
2868
|
+
"content": "d0454c903a8a392084be8eea26f0125e0ced16c8ecc9e9d8d9732926c24ae68a"
|
|
2829
2869
|
}
|
|
2830
2870
|
]
|
|
2831
2871
|
},
|
|
@@ -3325,7 +3365,7 @@
|
|
|
3325
3365
|
"hashes": [
|
|
3326
3366
|
{
|
|
3327
3367
|
"alg": "SHA-256",
|
|
3328
|
-
"content": "
|
|
3368
|
+
"content": "b259da2b621ff859700c5f1ca8084292f4a300261e3c4c9dc2e38f77fab3c137"
|
|
3329
3369
|
}
|
|
3330
3370
|
]
|
|
3331
3371
|
},
|
|
@@ -3335,7 +3375,7 @@
|
|
|
3335
3375
|
"hashes": [
|
|
3336
3376
|
{
|
|
3337
3377
|
"alg": "SHA-256",
|
|
3338
|
-
"content": "
|
|
3378
|
+
"content": "ba4545d48692e799ad86f20839c0e225f38ddb9ea4be95134d7e0accecfb1cef"
|
|
3339
3379
|
}
|
|
3340
3380
|
]
|
|
3341
3381
|
},
|
|
@@ -3345,7 +3385,7 @@
|
|
|
3345
3385
|
"hashes": [
|
|
3346
3386
|
{
|
|
3347
3387
|
"alg": "SHA-256",
|
|
3348
|
-
"content": "
|
|
3388
|
+
"content": "24b30e4cfe58695e57ae07643cfd49352687ae10916713452a5a1c42f8fbdbf0"
|
|
3349
3389
|
}
|
|
3350
3390
|
]
|
|
3351
3391
|
},
|
|
@@ -3515,7 +3555,7 @@
|
|
|
3515
3555
|
"hashes": [
|
|
3516
3556
|
{
|
|
3517
3557
|
"alg": "SHA-256",
|
|
3518
|
-
"content": "
|
|
3558
|
+
"content": "01cc22fc645fc6656d6dd5d32d124a6d2ffe29130724a2142c3e12b84b891378"
|
|
3519
3559
|
}
|
|
3520
3560
|
]
|
|
3521
3561
|
},
|
|
@@ -3525,7 +3565,7 @@
|
|
|
3525
3565
|
"hashes": [
|
|
3526
3566
|
{
|
|
3527
3567
|
"alg": "SHA-256",
|
|
3528
|
-
"content": "
|
|
3568
|
+
"content": "c6ab4133ae6464684e14f619cd8175adec744bb775e9724bfd0808752a62692b"
|
|
3529
3569
|
}
|
|
3530
3570
|
]
|
|
3531
3571
|
},
|
|
@@ -3535,7 +3575,7 @@
|
|
|
3535
3575
|
"hashes": [
|
|
3536
3576
|
{
|
|
3537
3577
|
"alg": "SHA-256",
|
|
3538
|
-
"content": "
|
|
3578
|
+
"content": "dfa4e1ef2b211af0957cea622c6066891c34452b4f9092bc143350b150ff6708"
|
|
3539
3579
|
}
|
|
3540
3580
|
]
|
|
3541
3581
|
},
|
|
@@ -3545,7 +3585,47 @@
|
|
|
3545
3585
|
"hashes": [
|
|
3546
3586
|
{
|
|
3547
3587
|
"alg": "SHA-256",
|
|
3548
|
-
"content": "
|
|
3588
|
+
"content": "51ced5700c3efafbb1de270302a789578e80cf80d4859190f5ecdb646378a479"
|
|
3589
|
+
}
|
|
3590
|
+
]
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"type": "file",
|
|
3594
|
+
"name": "dist/skill-install-roots.d.ts",
|
|
3595
|
+
"hashes": [
|
|
3596
|
+
{
|
|
3597
|
+
"alg": "SHA-256",
|
|
3598
|
+
"content": "7aebdacaa5d1641e739628049a5bfcc94d5191bc62dfc70744906c579d0bf52c"
|
|
3599
|
+
}
|
|
3600
|
+
]
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"type": "file",
|
|
3604
|
+
"name": "dist/skill-install-roots.d.ts.map",
|
|
3605
|
+
"hashes": [
|
|
3606
|
+
{
|
|
3607
|
+
"alg": "SHA-256",
|
|
3608
|
+
"content": "948876ad8b0b1cab37d52957e0ffa69afd18a3154a6204f85159e748ed2c3830"
|
|
3609
|
+
}
|
|
3610
|
+
]
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"type": "file",
|
|
3614
|
+
"name": "dist/skill-install-roots.js",
|
|
3615
|
+
"hashes": [
|
|
3616
|
+
{
|
|
3617
|
+
"alg": "SHA-256",
|
|
3618
|
+
"content": "5e218e069af73918ab7d028ce7694640e0cc506f714608873c6b1138587bed1b"
|
|
3619
|
+
}
|
|
3620
|
+
]
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"type": "file",
|
|
3624
|
+
"name": "dist/skill-install-roots.js.map",
|
|
3625
|
+
"hashes": [
|
|
3626
|
+
{
|
|
3627
|
+
"alg": "SHA-256",
|
|
3628
|
+
"content": "6f46e1622b721bb009e7da347487af5a730279cdd26a712d34ed885c366bfebc"
|
|
3549
3629
|
}
|
|
3550
3630
|
]
|
|
3551
3631
|
},
|
|
@@ -3829,6 +3909,46 @@
|
|
|
3829
3909
|
}
|
|
3830
3910
|
]
|
|
3831
3911
|
},
|
|
3912
|
+
{
|
|
3913
|
+
"type": "file",
|
|
3914
|
+
"name": "dist/tg-post.d.ts",
|
|
3915
|
+
"hashes": [
|
|
3916
|
+
{
|
|
3917
|
+
"alg": "SHA-256",
|
|
3918
|
+
"content": "f05456c49df6e2c4e5162a95b879a71fc2a89f509f2e1c94fd9cae926ef761f0"
|
|
3919
|
+
}
|
|
3920
|
+
]
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"type": "file",
|
|
3924
|
+
"name": "dist/tg-post.d.ts.map",
|
|
3925
|
+
"hashes": [
|
|
3926
|
+
{
|
|
3927
|
+
"alg": "SHA-256",
|
|
3928
|
+
"content": "4c2311420512b9e7d61a8eef321a0ed7704428b5b5daaaaba09ac09e2040dfa6"
|
|
3929
|
+
}
|
|
3930
|
+
]
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"type": "file",
|
|
3934
|
+
"name": "dist/tg-post.js",
|
|
3935
|
+
"hashes": [
|
|
3936
|
+
{
|
|
3937
|
+
"alg": "SHA-256",
|
|
3938
|
+
"content": "c30c63f093e12f152b9d4eac12e1b3921d2f81a27cac062dd783e9a7d91663cf"
|
|
3939
|
+
}
|
|
3940
|
+
]
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"type": "file",
|
|
3944
|
+
"name": "dist/tg-post.js.map",
|
|
3945
|
+
"hashes": [
|
|
3946
|
+
{
|
|
3947
|
+
"alg": "SHA-256",
|
|
3948
|
+
"content": "e698d6514ca71031acce40edf875cf0fd2c7acabf3ab336601abec26a0f0bd86"
|
|
3949
|
+
}
|
|
3950
|
+
]
|
|
3951
|
+
},
|
|
3832
3952
|
{
|
|
3833
3953
|
"type": "file",
|
|
3834
3954
|
"name": "dist/trace-bundle.d.ts",
|
|
@@ -3955,7 +4075,7 @@
|
|
|
3955
4075
|
"hashes": [
|
|
3956
4076
|
{
|
|
3957
4077
|
"alg": "SHA-256",
|
|
3958
|
-
"content": "
|
|
4078
|
+
"content": "e26d390da83dd45d5ee67a59c370dc317117277cb52f9c60aa6c491550a4f4cf"
|
|
3959
4079
|
}
|
|
3960
4080
|
]
|
|
3961
4081
|
},
|
|
@@ -3965,7 +4085,7 @@
|
|
|
3965
4085
|
"hashes": [
|
|
3966
4086
|
{
|
|
3967
4087
|
"alg": "SHA-256",
|
|
3968
|
-
"content": "
|
|
4088
|
+
"content": "8d5e487229963966358f0dab88d77ec7f27e1ea90da6d8b54ec874575ebc3a3b"
|
|
3969
4089
|
}
|
|
3970
4090
|
]
|
|
3971
4091
|
},
|
|
@@ -3975,7 +4095,7 @@
|
|
|
3975
4095
|
"hashes": [
|
|
3976
4096
|
{
|
|
3977
4097
|
"alg": "SHA-256",
|
|
3978
|
-
"content": "
|
|
4098
|
+
"content": "800a9edeab9574f06f844144dfb80b96da7d969ed0b4e9b46542091795f2b297"
|
|
3979
4099
|
}
|
|
3980
4100
|
]
|
|
3981
4101
|
},
|
|
@@ -3985,7 +4105,7 @@
|
|
|
3985
4105
|
"hashes": [
|
|
3986
4106
|
{
|
|
3987
4107
|
"alg": "SHA-256",
|
|
3988
|
-
"content": "
|
|
4108
|
+
"content": "3fbde578aea0b1733a253fdb2b9fb422aa521236f7874390f27b74fc857d2d33"
|
|
3989
4109
|
}
|
|
3990
4110
|
]
|
|
3991
4111
|
},
|
|
@@ -4149,13 +4269,53 @@
|
|
|
4149
4269
|
}
|
|
4150
4270
|
]
|
|
4151
4271
|
},
|
|
4272
|
+
{
|
|
4273
|
+
"type": "file",
|
|
4274
|
+
"name": "dist/writer-quiescence.d.ts",
|
|
4275
|
+
"hashes": [
|
|
4276
|
+
{
|
|
4277
|
+
"alg": "SHA-256",
|
|
4278
|
+
"content": "c1d5e9c707b303f9a1a0b2c3250e07860184ff8eba8deaefb1c98e2056ef9eec"
|
|
4279
|
+
}
|
|
4280
|
+
]
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"type": "file",
|
|
4284
|
+
"name": "dist/writer-quiescence.d.ts.map",
|
|
4285
|
+
"hashes": [
|
|
4286
|
+
{
|
|
4287
|
+
"alg": "SHA-256",
|
|
4288
|
+
"content": "2c293935ec3a63be662d2dc6af25a0e971ea8df8e3a2230e57da9dc4941389a3"
|
|
4289
|
+
}
|
|
4290
|
+
]
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"type": "file",
|
|
4294
|
+
"name": "dist/writer-quiescence.js",
|
|
4295
|
+
"hashes": [
|
|
4296
|
+
{
|
|
4297
|
+
"alg": "SHA-256",
|
|
4298
|
+
"content": "ae87314b89f2f1c98676937fb4e5b80fb758e6821b50c27d4b7b159c4275dd90"
|
|
4299
|
+
}
|
|
4300
|
+
]
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"type": "file",
|
|
4304
|
+
"name": "dist/writer-quiescence.js.map",
|
|
4305
|
+
"hashes": [
|
|
4306
|
+
{
|
|
4307
|
+
"alg": "SHA-256",
|
|
4308
|
+
"content": "9ed1a7f6592bfba94b8f81d01c76afb59313daabe2244c6c34f7f5ee81858e1d"
|
|
4309
|
+
}
|
|
4310
|
+
]
|
|
4311
|
+
},
|
|
4152
4312
|
{
|
|
4153
4313
|
"type": "file",
|
|
4154
4314
|
"name": "package.json",
|
|
4155
4315
|
"hashes": [
|
|
4156
4316
|
{
|
|
4157
4317
|
"alg": "SHA-256",
|
|
4158
|
-
"content": "
|
|
4318
|
+
"content": "18c9057f70d27a1c2183677a0e74a1e032a153b28d0d9292439ed294ab6104d9"
|
|
4159
4319
|
}
|
|
4160
4320
|
]
|
|
4161
4321
|
},
|
|
@@ -4175,7 +4335,7 @@
|
|
|
4175
4335
|
"hashes": [
|
|
4176
4336
|
{
|
|
4177
4337
|
"alg": "SHA-256",
|
|
4178
|
-
"content": "
|
|
4338
|
+
"content": "9722c06d6b0b39d56b8b2051a9dc92176d1bb51f18ec672cc2ef59fe5ef6ebd8"
|
|
4179
4339
|
}
|
|
4180
4340
|
]
|
|
4181
4341
|
},
|
|
@@ -4195,7 +4355,7 @@
|
|
|
4195
4355
|
"hashes": [
|
|
4196
4356
|
{
|
|
4197
4357
|
"alg": "SHA-256",
|
|
4198
|
-
"content": "
|
|
4358
|
+
"content": "0f53c094a555fd8204102bc303757eb92f61e7dc284cf15b8e9cb2fc776c62bb"
|
|
4199
4359
|
}
|
|
4200
4360
|
]
|
|
4201
4361
|
},
|
|
@@ -4289,6 +4449,16 @@
|
|
|
4289
4449
|
}
|
|
4290
4450
|
]
|
|
4291
4451
|
},
|
|
4452
|
+
{
|
|
4453
|
+
"type": "file",
|
|
4454
|
+
"name": "src/cadence.ts",
|
|
4455
|
+
"hashes": [
|
|
4456
|
+
{
|
|
4457
|
+
"alg": "SHA-256",
|
|
4458
|
+
"content": "c8a81db2fdb2768fa607d6768bf0222c88cd11e74b355f45785f45af7f1a1b7a"
|
|
4459
|
+
}
|
|
4460
|
+
]
|
|
4461
|
+
},
|
|
4292
4462
|
{
|
|
4293
4463
|
"type": "file",
|
|
4294
4464
|
"name": "src/capability-vocab.ts",
|
|
@@ -4505,7 +4675,7 @@
|
|
|
4505
4675
|
"hashes": [
|
|
4506
4676
|
{
|
|
4507
4677
|
"alg": "SHA-256",
|
|
4508
|
-
"content": "
|
|
4678
|
+
"content": "4a2d4c4c9c952521e0265fc62a01de3a7cd277c1c9eab8be252532bb72d0ae96"
|
|
4509
4679
|
}
|
|
4510
4680
|
]
|
|
4511
4681
|
},
|
|
@@ -4555,7 +4725,7 @@
|
|
|
4555
4725
|
"hashes": [
|
|
4556
4726
|
{
|
|
4557
4727
|
"alg": "SHA-256",
|
|
4558
|
-
"content": "
|
|
4728
|
+
"content": "18a9f1e7f84b56f0c7aa23b096a15c414418ecdd4fafc2f29d38d6dcbf761c84"
|
|
4559
4729
|
}
|
|
4560
4730
|
]
|
|
4561
4731
|
},
|
|
@@ -4575,7 +4745,7 @@
|
|
|
4575
4745
|
"hashes": [
|
|
4576
4746
|
{
|
|
4577
4747
|
"alg": "SHA-256",
|
|
4578
|
-
"content": "
|
|
4748
|
+
"content": "2b463d35747e9c85ccff726487107ba5ff046b502e1f1384513f237877712963"
|
|
4579
4749
|
}
|
|
4580
4750
|
]
|
|
4581
4751
|
},
|
|
@@ -4715,7 +4885,7 @@
|
|
|
4715
4885
|
"hashes": [
|
|
4716
4886
|
{
|
|
4717
4887
|
"alg": "SHA-256",
|
|
4718
|
-
"content": "
|
|
4888
|
+
"content": "45875b1296fe035953aded1adba53cbc829f02d632a6c301640e4fedf0e08d38"
|
|
4719
4889
|
}
|
|
4720
4890
|
]
|
|
4721
4891
|
},
|
|
@@ -4785,7 +4955,7 @@
|
|
|
4785
4955
|
"hashes": [
|
|
4786
4956
|
{
|
|
4787
4957
|
"alg": "SHA-256",
|
|
4788
|
-
"content": "
|
|
4958
|
+
"content": "09930294d2b7fcd2938c15b8d8a62a9d1615c064a2479cae1918e0ea4d4ba045"
|
|
4789
4959
|
}
|
|
4790
4960
|
]
|
|
4791
4961
|
},
|
|
@@ -4805,7 +4975,7 @@
|
|
|
4805
4975
|
"hashes": [
|
|
4806
4976
|
{
|
|
4807
4977
|
"alg": "SHA-256",
|
|
4808
|
-
"content": "
|
|
4978
|
+
"content": "a23d5cb5bf77cc9479e2f00d59afe0f9c5bf56e04129116c171108c8af992182"
|
|
4809
4979
|
}
|
|
4810
4980
|
]
|
|
4811
4981
|
},
|
|
@@ -4845,7 +5015,7 @@
|
|
|
4845
5015
|
"hashes": [
|
|
4846
5016
|
{
|
|
4847
5017
|
"alg": "SHA-256",
|
|
4848
|
-
"content": "
|
|
5018
|
+
"content": "b9adba18b29c07788cc27e2f46880e810c484471476abb04b5727d85698485cc"
|
|
4849
5019
|
}
|
|
4850
5020
|
]
|
|
4851
5021
|
},
|
|
@@ -4855,7 +5025,7 @@
|
|
|
4855
5025
|
"hashes": [
|
|
4856
5026
|
{
|
|
4857
5027
|
"alg": "SHA-256",
|
|
4858
|
-
"content": "
|
|
5028
|
+
"content": "869b12833f38e3a73206a30b43f43f1bb898fed17a6f121087a998e5e51827de"
|
|
4859
5029
|
}
|
|
4860
5030
|
]
|
|
4861
5031
|
},
|
|
@@ -4965,7 +5135,7 @@
|
|
|
4965
5135
|
"hashes": [
|
|
4966
5136
|
{
|
|
4967
5137
|
"alg": "SHA-256",
|
|
4968
|
-
"content": "
|
|
5138
|
+
"content": "6a0522654d31a6e1e395d95450a7529c4bc64fd61a6a1c9d7a5f132aa2fb618d"
|
|
4969
5139
|
}
|
|
4970
5140
|
]
|
|
4971
5141
|
},
|
|
@@ -5025,7 +5195,17 @@
|
|
|
5025
5195
|
"hashes": [
|
|
5026
5196
|
{
|
|
5027
5197
|
"alg": "SHA-256",
|
|
5028
|
-
"content": "
|
|
5198
|
+
"content": "64814af9f30ed22e5b3e77e01c73b06995092ca54ac84d8cea327cd1b25402d3"
|
|
5199
|
+
}
|
|
5200
|
+
]
|
|
5201
|
+
},
|
|
5202
|
+
{
|
|
5203
|
+
"type": "file",
|
|
5204
|
+
"name": "src/skill-install-roots.ts",
|
|
5205
|
+
"hashes": [
|
|
5206
|
+
{
|
|
5207
|
+
"alg": "SHA-256",
|
|
5208
|
+
"content": "513710bca94206f9f50abfcf0bd934b315a5af97cad4f5f302b2559d5821848f"
|
|
5029
5209
|
}
|
|
5030
5210
|
]
|
|
5031
5211
|
},
|
|
@@ -5099,6 +5279,16 @@
|
|
|
5099
5279
|
}
|
|
5100
5280
|
]
|
|
5101
5281
|
},
|
|
5282
|
+
{
|
|
5283
|
+
"type": "file",
|
|
5284
|
+
"name": "src/tg-post.ts",
|
|
5285
|
+
"hashes": [
|
|
5286
|
+
{
|
|
5287
|
+
"alg": "SHA-256",
|
|
5288
|
+
"content": "003d420be10bd0dd61eb6fe5c724d5de6d0c02b72e37bbae5a57c269545e3abb"
|
|
5289
|
+
}
|
|
5290
|
+
]
|
|
5291
|
+
},
|
|
5102
5292
|
{
|
|
5103
5293
|
"type": "file",
|
|
5104
5294
|
"name": "src/trace-bundle.ts",
|
|
@@ -5135,7 +5325,7 @@
|
|
|
5135
5325
|
"hashes": [
|
|
5136
5326
|
{
|
|
5137
5327
|
"alg": "SHA-256",
|
|
5138
|
-
"content": "
|
|
5328
|
+
"content": "04e1459bf50c50280db9b24c1d1fb24a5a4ca367803c291c2d7f4141c7fe93d7"
|
|
5139
5329
|
}
|
|
5140
5330
|
]
|
|
5141
5331
|
},
|
|
@@ -5178,6 +5368,16 @@
|
|
|
5178
5368
|
"content": "746e6830262f19ebb24d0385aba6a483a46b784891ca61c37b84eecf1644ca3c"
|
|
5179
5369
|
}
|
|
5180
5370
|
]
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
"type": "file",
|
|
5374
|
+
"name": "src/writer-quiescence.ts",
|
|
5375
|
+
"hashes": [
|
|
5376
|
+
{
|
|
5377
|
+
"alg": "SHA-256",
|
|
5378
|
+
"content": "e293bd40de368186ccc002a6864ebb760f5d99d71f93c43d58b9d09a27f36d45"
|
|
5379
|
+
}
|
|
5380
|
+
]
|
|
5181
5381
|
}
|
|
5182
5382
|
]
|
|
5183
5383
|
}
|