@dzhechkov/harness-core 0.8.6 → 0.8.11
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 +361 -97
- 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/codex-invoke.d.ts +73 -0
- package/dist/codex-invoke.d.ts.map +1 -0
- package/dist/codex-invoke.js +80 -0
- package/dist/codex-invoke.js.map +1 -0
- 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/discrimination-gate.d.ts +63 -3
- package/dist/discrimination-gate.d.ts.map +1 -1
- package/dist/discrimination-gate.js +113 -16
- package/dist/discrimination-gate.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/event-chain.d.ts +30 -0
- package/dist/event-chain.d.ts.map +1 -1
- package/dist/event-chain.js +24 -0
- package/dist/event-chain.js.map +1 -1
- 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 +17 -0
- package/dist/guard.d.ts.map +1 -1
- package/dist/guard.js +92 -4
- package/dist/guard.js.map +1 -1
- package/dist/index.d.ts +24 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -5
- 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/mutation-gate.d.ts +39 -36
- package/dist/mutation-gate.d.ts.map +1 -1
- package/dist/mutation-gate.js +111 -5
- package/dist/mutation-gate.js.map +1 -1
- package/dist/operations.d.ts +27 -0
- package/dist/operations.d.ts.map +1 -1
- package/dist/operations.js +186 -7
- 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/plugin.d.ts.map +1 -1
- package/dist/plugin.js +27 -5
- package/dist/plugin.js.map +1 -1
- package/dist/recommend.d.ts +4 -5
- package/dist/recommend.d.ts.map +1 -1
- package/dist/recommend.js +110 -45
- package/dist/recommend.js.map +1 -1
- package/dist/registry.d.ts +32 -1
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +165 -9
- package/dist/registry.js.map +1 -1
- package/dist/run-records.d.ts +3 -0
- package/dist/run-records.d.ts.map +1 -1
- package/dist/run-records.js +18 -0
- package/dist/run-records.js.map +1 -1
- package/dist/score.d.ts +95 -0
- package/dist/score.d.ts.map +1 -1
- package/dist/score.js +274 -2
- package/dist/score.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/skill-selection.d.ts +72 -0
- package/dist/skill-selection.d.ts.map +1 -0
- package/dist/skill-selection.js +76 -0
- package/dist/skill-selection.js.map +1 -0
- package/dist/stem.d.ts +12 -0
- package/dist/stem.d.ts.map +1 -0
- package/dist/stem.js +89 -0
- package/dist/stem.js.map +1 -0
- 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/telemetry-vocabulary.d.ts +7 -0
- package/dist/telemetry-vocabulary.d.ts.map +1 -1
- package/dist/telemetry-vocabulary.js +29 -0
- package/dist/telemetry-vocabulary.js.map +1 -1
- 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 +7 -6
- package/sbom.json +772 -112
- package/src/amendment-trace.ts +12 -1
- package/src/codex-invoke.ts +138 -0
- package/src/compounding.ts +300 -1
- package/src/discrimination-gate.ts +183 -19
- package/src/eta.ts +590 -0
- package/src/event-chain.ts +41 -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 +110 -4
- package/src/index.ts +73 -6
- 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/mutation-gate.ts +165 -5
- package/src/operations.ts +207 -7
- package/src/patterns.ts +252 -43
- package/src/plugin.ts +27 -5
- package/src/recommend.ts +116 -46
- package/src/registry.ts +144 -11
- package/src/run-records.ts +23 -0
- package/src/score.ts +361 -3
- package/src/setup.ts +20 -17
- package/src/skill-selection.ts +111 -0
- package/src/stem.ts +87 -0
- package/src/target-integrations.ts +225 -0
- package/src/telemetry-vocabulary.ts +36 -0
- package/src/vector-tier.ts +44 -14
package/.dz-manifest.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "990e5044f84fb88a45ed328b78901449aae1fc8bb0e9b27dbad9b1457d2c9744"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "dist/__tests__/golden-baseline.test.d.ts",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"path": "dist/amendment-trace.d.ts.map",
|
|
68
|
-
"sha256": "
|
|
68
|
+
"sha256": "2d92e9d1ec316744c580090a8eeaf3da421171ce18f97d4c3ebda12550bc3e62"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"path": "dist/amendment-trace.js",
|
|
72
|
-
"sha256": "
|
|
72
|
+
"sha256": "25b30ba6fab17b27e4138a2b141445668e5b353799c5dbbab6d7ea793622ba0d"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"path": "dist/amendment-trace.js.map",
|
|
76
|
-
"sha256": "
|
|
76
|
+
"sha256": "a174752ac86b02f56ad70ca60ee53ef025d1f2ea16bf69e089bceda6a5e7350d"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
"path": "dist/apply.d.ts",
|
|
@@ -395,21 +395,37 @@
|
|
|
395
395
|
"path": "dist/codex-hooks.js.map",
|
|
396
396
|
"sha256": "f6c5aba9f2fc31d2834296b617b76bd291b252c08629140a27ea5f6b02e8303c"
|
|
397
397
|
},
|
|
398
|
+
{
|
|
399
|
+
"path": "dist/codex-invoke.d.ts",
|
|
400
|
+
"sha256": "363a4535a0020430551bd198198039b341b2beb3600f0c0f19b2d382d5224594"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"path": "dist/codex-invoke.d.ts.map",
|
|
404
|
+
"sha256": "a1dae1659b260210682f4e23210576fa4f2ba75f4ba0085d27fc14a0b40647e4"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"path": "dist/codex-invoke.js",
|
|
408
|
+
"sha256": "538c8b6a5421c16e92743e41d317be3009a2bba775f6f3be5b3beda6d86af372"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"path": "dist/codex-invoke.js.map",
|
|
412
|
+
"sha256": "bbd71ccc9e7bc61620e9a598ca71e3e1b42691e2e001a0b22df0b68260488cbe"
|
|
413
|
+
},
|
|
398
414
|
{
|
|
399
415
|
"path": "dist/compounding.d.ts",
|
|
400
|
-
"sha256": "
|
|
416
|
+
"sha256": "f3881b843a59607a9481d0b8f713cc920e3857e401c68e0557c0f0934e319ba9"
|
|
401
417
|
},
|
|
402
418
|
{
|
|
403
419
|
"path": "dist/compounding.d.ts.map",
|
|
404
|
-
"sha256": "
|
|
420
|
+
"sha256": "016dc22514e736332696de4021bdfe72e0b611d57f5592eb53afe984330da238"
|
|
405
421
|
},
|
|
406
422
|
{
|
|
407
423
|
"path": "dist/compounding.js",
|
|
408
|
-
"sha256": "
|
|
424
|
+
"sha256": "034ff3dd4b94526ff283c91e6d9b97c74c575e4a3ff4df31a69b4b06a65c3b1b"
|
|
409
425
|
},
|
|
410
426
|
{
|
|
411
427
|
"path": "dist/compounding.js.map",
|
|
412
|
-
"sha256": "
|
|
428
|
+
"sha256": "19ff7b3255776240d9a4f24325e1fc7c8f804928f46bf4a7032c3eeff0688e72"
|
|
413
429
|
},
|
|
414
430
|
{
|
|
415
431
|
"path": "dist/contract-checklist.d.ts",
|
|
@@ -493,19 +509,19 @@
|
|
|
493
509
|
},
|
|
494
510
|
{
|
|
495
511
|
"path": "dist/discrimination-gate.d.ts",
|
|
496
|
-
"sha256": "
|
|
512
|
+
"sha256": "23883a6eb8e10d121e579a5c1fc60ba427d91626dca484ac013e99d5fce9977c"
|
|
497
513
|
},
|
|
498
514
|
{
|
|
499
515
|
"path": "dist/discrimination-gate.d.ts.map",
|
|
500
|
-
"sha256": "
|
|
516
|
+
"sha256": "98926b358f069b91d5d0588c0082e4b14a4f2886ee8a73e42275658c9bab5fcd"
|
|
501
517
|
},
|
|
502
518
|
{
|
|
503
519
|
"path": "dist/discrimination-gate.js",
|
|
504
|
-
"sha256": "
|
|
520
|
+
"sha256": "36ccd10e789638315de2bd24601f63762ff5c716355d5789dd0ebe8a11a19b0c"
|
|
505
521
|
},
|
|
506
522
|
{
|
|
507
523
|
"path": "dist/discrimination-gate.js.map",
|
|
508
|
-
"sha256": "
|
|
524
|
+
"sha256": "4dd9ae0d7773ede6e798462b82c2c498e974a1ae21b4cd87757badd2663f261b"
|
|
509
525
|
},
|
|
510
526
|
{
|
|
511
527
|
"path": "dist/downloads.d.ts",
|
|
@@ -555,21 +571,37 @@
|
|
|
555
571
|
"path": "dist/epoch-replay.js.map",
|
|
556
572
|
"sha256": "f0c5eb87cdc3727e7eb857e5d07f8fd376902c66c48a23af61998677ea48acda"
|
|
557
573
|
},
|
|
574
|
+
{
|
|
575
|
+
"path": "dist/eta.d.ts",
|
|
576
|
+
"sha256": "0a543c71bd35172b5eecbd2fef786bc0785f353cd3a9cdc4dd905ef675bba03f"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"path": "dist/eta.d.ts.map",
|
|
580
|
+
"sha256": "cc1280c16b9551bab3d37a93b6db6dd1033dbdd84888310e38fc63ef2abf8286"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"path": "dist/eta.js",
|
|
584
|
+
"sha256": "4c8ba034de385ce4921f20ee0795a056ff74d8435b8d44230a69dde9760680f8"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"path": "dist/eta.js.map",
|
|
588
|
+
"sha256": "24b464b1a2bd34dfafe029a4a56946c7665ef21a282a70829c930298766ee17d"
|
|
589
|
+
},
|
|
558
590
|
{
|
|
559
591
|
"path": "dist/event-chain.d.ts",
|
|
560
|
-
"sha256": "
|
|
592
|
+
"sha256": "a79755c44826c2a11ee5852bba45a9f2ec77aa030a473ba3057b06072d4d7d70"
|
|
561
593
|
},
|
|
562
594
|
{
|
|
563
595
|
"path": "dist/event-chain.d.ts.map",
|
|
564
|
-
"sha256": "
|
|
596
|
+
"sha256": "3b40ce151fec73e9ce03ece5b7d44d4060be28bf3a7d8c72d4c138e096efa79d"
|
|
565
597
|
},
|
|
566
598
|
{
|
|
567
599
|
"path": "dist/event-chain.js",
|
|
568
|
-
"sha256": "
|
|
600
|
+
"sha256": "cdcc4387e96203bb6579b5ee9e00cb744660819fa5677ec07fe63892a19bc32c"
|
|
569
601
|
},
|
|
570
602
|
{
|
|
571
603
|
"path": "dist/event-chain.js.map",
|
|
572
|
-
"sha256": "
|
|
604
|
+
"sha256": "5b1d2fd82d6c22381fd72f548f105ba82bc06e132acfc6fb26fd9fe82e64b044"
|
|
573
605
|
},
|
|
574
606
|
{
|
|
575
607
|
"path": "dist/export-holdout.d.ts",
|
|
@@ -597,7 +629,7 @@
|
|
|
597
629
|
},
|
|
598
630
|
{
|
|
599
631
|
"path": "dist/feature-adr-checkpoints.js",
|
|
600
|
-
"sha256": "
|
|
632
|
+
"sha256": "09db9e9bc488eaf7d455e4fbfbf3040b933bde4e96b57a841c444f50f3ab0659"
|
|
601
633
|
},
|
|
602
634
|
{
|
|
603
635
|
"path": "dist/feature-adr-checkpoints.js.map",
|
|
@@ -619,21 +651,53 @@
|
|
|
619
651
|
"path": "dist/feature-adr-claim-gate.js.map",
|
|
620
652
|
"sha256": "ee7b15052c0a7aa1469a08e25d6662bec09dc00a334e10e0eb124f477402e1ec"
|
|
621
653
|
},
|
|
654
|
+
{
|
|
655
|
+
"path": "dist/feature-adr-decision-recall.d.ts",
|
|
656
|
+
"sha256": "f09f204f09d83d9a883ae106ef4e16d378a9dda6b8c0a1590e535905171b17a0"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"path": "dist/feature-adr-decision-recall.d.ts.map",
|
|
660
|
+
"sha256": "91968802d97a7d9a84613acba305e9f8bbd712ffb52b7c664c866ea1f2cadc52"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"path": "dist/feature-adr-decision-recall.js",
|
|
664
|
+
"sha256": "b80582463bc5ca654770ada3ae19dc2a9d31260d344e443dc8a96d30e7374345"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"path": "dist/feature-adr-decision-recall.js.map",
|
|
668
|
+
"sha256": "fa220798f2689783f13b21e257af600e3f4a09df04bbe9dc30b740cc7806fd37"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"path": "dist/feature-adr-landing.d.ts",
|
|
672
|
+
"sha256": "9a6ef9d2cfb287081938a72e0f706a53a2baabe0cd984c6f6ff91cdc73765012"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"path": "dist/feature-adr-landing.d.ts.map",
|
|
676
|
+
"sha256": "0c1951763213e3b741e7c395c772cdee98f679014b1cfa94f91dd42f7513e024"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"path": "dist/feature-adr-landing.js",
|
|
680
|
+
"sha256": "7738f7cef2ce3572dc34e41da8f4fdf8fbf463c536a7520fb140ee310fcd7c7e"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"path": "dist/feature-adr-landing.js.map",
|
|
684
|
+
"sha256": "25699c4f27eeb1e31f6eeea89828c6cc329904fc29ab21b7a4c61d127efeac9a"
|
|
685
|
+
},
|
|
622
686
|
{
|
|
623
687
|
"path": "dist/feature-adr-routing.d.ts",
|
|
624
|
-
"sha256": "
|
|
688
|
+
"sha256": "622ad97f05f5141e0dc100c60a0cedf310d7a2793d09c3664da8114ae90473f0"
|
|
625
689
|
},
|
|
626
690
|
{
|
|
627
691
|
"path": "dist/feature-adr-routing.d.ts.map",
|
|
628
|
-
"sha256": "
|
|
692
|
+
"sha256": "89661fa48a1fc9105dd687f266c6457f6cba0ff3db7520619f8242e985a49ef9"
|
|
629
693
|
},
|
|
630
694
|
{
|
|
631
695
|
"path": "dist/feature-adr-routing.js",
|
|
632
|
-
"sha256": "
|
|
696
|
+
"sha256": "b2d1defc221cc1330ec6cdf02002267a0ad7a83174fc85475cc8b7574daef910"
|
|
633
697
|
},
|
|
634
698
|
{
|
|
635
699
|
"path": "dist/feature-adr-routing.js.map",
|
|
636
|
-
"sha256": "
|
|
700
|
+
"sha256": "9fa63041c267947f3da6fdfb73cb1eb8a6d3f673ad59b524a2ddb23918457bf0"
|
|
637
701
|
},
|
|
638
702
|
{
|
|
639
703
|
"path": "dist/feature-adr-setup.d.ts",
|
|
@@ -653,35 +717,51 @@
|
|
|
653
717
|
},
|
|
654
718
|
{
|
|
655
719
|
"path": "dist/guard-promotion.d.ts",
|
|
656
|
-
"sha256": "
|
|
720
|
+
"sha256": "5ade66f1fdbd8d0f15b676a623fc566af6db74b46c963966930d1ade33d5a6ba"
|
|
657
721
|
},
|
|
658
722
|
{
|
|
659
723
|
"path": "dist/guard-promotion.d.ts.map",
|
|
660
|
-
"sha256": "
|
|
724
|
+
"sha256": "b51c50175c3a1cf9ddca0f84d002a4218e6cea2ceebaa8a6a5211d60ee388a7f"
|
|
661
725
|
},
|
|
662
726
|
{
|
|
663
727
|
"path": "dist/guard-promotion.js",
|
|
664
|
-
"sha256": "
|
|
728
|
+
"sha256": "03e8f3114e19a44d3a95486bba5b8ede0f6c38362e7414938a06102254c099f0"
|
|
665
729
|
},
|
|
666
730
|
{
|
|
667
731
|
"path": "dist/guard-promotion.js.map",
|
|
668
|
-
"sha256": "
|
|
732
|
+
"sha256": "64331616e1e2d4f5eb0b0a83b9e1e4271af2f2f6ac13ecc04a87a52bf52f96cf"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"path": "dist/guard-volume.d.ts",
|
|
736
|
+
"sha256": "bd273700ec4803ceae8c915c776b7a98ccd1c6135121e701b83b440cf267fcda"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"path": "dist/guard-volume.d.ts.map",
|
|
740
|
+
"sha256": "8dd2a8f00a120f903007fd73fb0017d3e6b1cd097edd4f56d30cfb35a05aeb17"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"path": "dist/guard-volume.js",
|
|
744
|
+
"sha256": "59c7b56084dd1a50380dd20744e7b6c72b6f750c9ba42296e04cd3c29b8e3b11"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"path": "dist/guard-volume.js.map",
|
|
748
|
+
"sha256": "6bd0a6cf16db29b786368e452bcedf180f6248cef5def496f4ab62d0aa4a16e0"
|
|
669
749
|
},
|
|
670
750
|
{
|
|
671
751
|
"path": "dist/guard.d.ts",
|
|
672
|
-
"sha256": "
|
|
752
|
+
"sha256": "25bf9d51405b3e70099f4a4d7d5bc21da46a7de7dd2cddfff35431060dfa26ed"
|
|
673
753
|
},
|
|
674
754
|
{
|
|
675
755
|
"path": "dist/guard.d.ts.map",
|
|
676
|
-
"sha256": "
|
|
756
|
+
"sha256": "993ba51346d134ad9cbf72e9ac5a3b1da81daf0d1efe07e64085dc97cf283d65"
|
|
677
757
|
},
|
|
678
758
|
{
|
|
679
759
|
"path": "dist/guard.js",
|
|
680
|
-
"sha256": "
|
|
760
|
+
"sha256": "c95d73fce9eddb6e86ffa08c029857b4ecfe7cc1b00a3580ae2a313c4c9714f2"
|
|
681
761
|
},
|
|
682
762
|
{
|
|
683
763
|
"path": "dist/guard.js.map",
|
|
684
|
-
"sha256": "
|
|
764
|
+
"sha256": "3efa53229726935de9447f3b9c34b7ba49ad5fc7a70ef8f01da2e641a8e78124"
|
|
685
765
|
},
|
|
686
766
|
{
|
|
687
767
|
"path": "dist/import-ecc.d.ts",
|
|
@@ -701,19 +781,83 @@
|
|
|
701
781
|
},
|
|
702
782
|
{
|
|
703
783
|
"path": "dist/index.d.ts",
|
|
704
|
-
"sha256": "
|
|
784
|
+
"sha256": "7b823cf93aa8039fa4465ed9cf80fa44d9f294e82070caba851ccb046fc495ee"
|
|
705
785
|
},
|
|
706
786
|
{
|
|
707
787
|
"path": "dist/index.d.ts.map",
|
|
708
|
-
"sha256": "
|
|
788
|
+
"sha256": "612adb8b3543d181bb552b4c22eeb7bd98d793fb5ac46b78ee4c8b729c7ad117"
|
|
709
789
|
},
|
|
710
790
|
{
|
|
711
791
|
"path": "dist/index.js",
|
|
712
|
-
"sha256": "
|
|
792
|
+
"sha256": "e415703584555419ee30c451320e7e81931b0ed400dd5e9e792ea49cce7e3a98"
|
|
713
793
|
},
|
|
714
794
|
{
|
|
715
795
|
"path": "dist/index.js.map",
|
|
716
|
-
"sha256": "
|
|
796
|
+
"sha256": "c9432eff1b15efe5d4d1c820c1e5aff0c1b8f98f32ea7ea18aa49302f01dca28"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"path": "dist/integration-apply.d.ts",
|
|
800
|
+
"sha256": "d2e68fcf9780aa10b6fa8905c4f9f1d1af7d7c4440bbcc135ccc6455e693c1bc"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"path": "dist/integration-apply.d.ts.map",
|
|
804
|
+
"sha256": "9d4480e2ee4d511280f55cb33468bf01544a755201e540642e55a33232bb16a3"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"path": "dist/integration-apply.js",
|
|
808
|
+
"sha256": "893a1c4fd68fbfe735fbf3243a53f217feb477d11acf2f95b540d20111318e3c"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"path": "dist/integration-apply.js.map",
|
|
812
|
+
"sha256": "5f7961a64c1ca5f4b674f19a6fc2a8c38e5b71cba33f392ca82c73b39953e13f"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"path": "dist/integration-evidence.d.ts",
|
|
816
|
+
"sha256": "f839e2eca250a9804a10cdb72db7764efd3e1fc1263e4afc1d8124272cde73df"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"path": "dist/integration-evidence.d.ts.map",
|
|
820
|
+
"sha256": "d6f8de6119a96a91b0f62569df201d2ca91933a03655a3751693ff3a745f6106"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"path": "dist/integration-evidence.js",
|
|
824
|
+
"sha256": "b67b1fb355dd68c65acb081899d56462518de8160e078b2665abd2bfd343ef2a"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"path": "dist/integration-evidence.js.map",
|
|
828
|
+
"sha256": "b518b58840dda2a4e851a7ae322922a3da4f29a5d40a870915ae4b2434ab2c25"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"path": "dist/integration-probe-worker.d.ts",
|
|
832
|
+
"sha256": "8911c92e8f7a65627ebcdb9438ce2e6dc3560b5d45c860dba2da13e77cde4a69"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"path": "dist/integration-probe-worker.d.ts.map",
|
|
836
|
+
"sha256": "9954bd1a32d7e093c2cdaf8bdee821cc96660d38d30e6460688c4bf4f6ed7526"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"path": "dist/integration-probe-worker.js",
|
|
840
|
+
"sha256": "583cf154e20fa7d79b756bd289c2f82c49bc5ecce25b494b31d8d3f116e0ce50"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"path": "dist/integration-probe-worker.js.map",
|
|
844
|
+
"sha256": "c44a41493835f841224808aeed1294339573142939e70269e4f9e3ed21b4328e"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"path": "dist/integrations-verify.d.ts",
|
|
848
|
+
"sha256": "a3e3c46be42fa32aed724f084c9a688ac0294fa036d5fbc10642f2af41846929"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"path": "dist/integrations-verify.d.ts.map",
|
|
852
|
+
"sha256": "6e26f6b016c6e7892477fea2c4c739cb101131f87b0c3dd6daffc821852ac63a"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"path": "dist/integrations-verify.js",
|
|
856
|
+
"sha256": "358b3d7e84c37f9819c49b01a44aaad3c6dee55c4cf7d8d9fe9f685c1f9cbc3c"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"path": "dist/integrations-verify.js.map",
|
|
860
|
+
"sha256": "8101ee9c9e9c1eb4cf3e27ae412462b0e52f5524a09f60e9ee389f39136b0f2c"
|
|
717
861
|
},
|
|
718
862
|
{
|
|
719
863
|
"path": "dist/learning-backend.d.ts",
|
|
@@ -763,6 +907,22 @@
|
|
|
763
907
|
"path": "dist/lesson-bandit.js.map",
|
|
764
908
|
"sha256": "d7bda1293981673a916e9bf1fdda1c45e88407d6a72572f77bdaddac73ed5f67"
|
|
765
909
|
},
|
|
910
|
+
{
|
|
911
|
+
"path": "dist/lesson-generalization.d.ts",
|
|
912
|
+
"sha256": "b4a8b3ff97471d3f14c573b0dacd7675769ef43ffe91ca5680f79d7df89ce2d9"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"path": "dist/lesson-generalization.d.ts.map",
|
|
916
|
+
"sha256": "c431b0c5825efc7ac4ef3662b6bb79a806a62af526e341ffeb9ae58c28aa5bcd"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"path": "dist/lesson-generalization.js",
|
|
920
|
+
"sha256": "c7e91b8cf84b73b4b91cccddeaa084e8f18f4b19eb2360be5f0b1080db05d809"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"path": "dist/lesson-generalization.js.map",
|
|
924
|
+
"sha256": "5c28c4f7aebe16a14a533d7e3664c7afcf38aedace76e39645a3992b29d4cfc0"
|
|
925
|
+
},
|
|
766
926
|
{
|
|
767
927
|
"path": "dist/lesson-payoff.d.ts",
|
|
768
928
|
"sha256": "a73c7aa9d3aeea7bcc0ce5f32df392a3d4d1f43df2a41e89359d659ba73fc838"
|
|
@@ -941,19 +1101,19 @@
|
|
|
941
1101
|
},
|
|
942
1102
|
{
|
|
943
1103
|
"path": "dist/mutation-gate.d.ts",
|
|
944
|
-
"sha256": "
|
|
1104
|
+
"sha256": "28008307b985d7c0f4c1f67adb532ec09139de968bb1477f17305b008a4dddd2"
|
|
945
1105
|
},
|
|
946
1106
|
{
|
|
947
1107
|
"path": "dist/mutation-gate.d.ts.map",
|
|
948
|
-
"sha256": "
|
|
1108
|
+
"sha256": "598d1dec09456cffa5729d42a9416aecc7e1fae93a722e64fadf441339d63eaf"
|
|
949
1109
|
},
|
|
950
1110
|
{
|
|
951
1111
|
"path": "dist/mutation-gate.js",
|
|
952
|
-
"sha256": "
|
|
1112
|
+
"sha256": "234e912acb8e42eee87a710c4549dd72adc2a58f43ccaf67c81ab72040895db8"
|
|
953
1113
|
},
|
|
954
1114
|
{
|
|
955
1115
|
"path": "dist/mutation-gate.js.map",
|
|
956
|
-
"sha256": "
|
|
1116
|
+
"sha256": "76d021851692fe60c6241ab1fb6114cd3a538bf2c53601960e237edb4fd90433"
|
|
957
1117
|
},
|
|
958
1118
|
{
|
|
959
1119
|
"path": "dist/name-check.d.ts",
|
|
@@ -1021,19 +1181,19 @@
|
|
|
1021
1181
|
},
|
|
1022
1182
|
{
|
|
1023
1183
|
"path": "dist/operations.d.ts",
|
|
1024
|
-
"sha256": "
|
|
1184
|
+
"sha256": "7e2c8371b6ef88ab84ec325d54b0c89c1cb6825bc4b953d134f5fb36368038db"
|
|
1025
1185
|
},
|
|
1026
1186
|
{
|
|
1027
1187
|
"path": "dist/operations.d.ts.map",
|
|
1028
|
-
"sha256": "
|
|
1188
|
+
"sha256": "571433c31f28593013ec7ccf252fdc724bd35cee43f143d3910a3f4b6f56e67e"
|
|
1029
1189
|
},
|
|
1030
1190
|
{
|
|
1031
1191
|
"path": "dist/operations.js",
|
|
1032
|
-
"sha256": "
|
|
1192
|
+
"sha256": "9d3cdb8eb809dda709ed6843e39c99713a8cd6d5ba9bac0e303a3c488f270a8f"
|
|
1033
1193
|
},
|
|
1034
1194
|
{
|
|
1035
1195
|
"path": "dist/operations.js.map",
|
|
1036
|
-
"sha256": "
|
|
1196
|
+
"sha256": "b77288d5aeb7f4daf73747908c8c3ab5f1e1d1d8749622022197ebb9899d088c"
|
|
1037
1197
|
},
|
|
1038
1198
|
{
|
|
1039
1199
|
"path": "dist/package-skill-layouts.d.ts",
|
|
@@ -1085,19 +1245,19 @@
|
|
|
1085
1245
|
},
|
|
1086
1246
|
{
|
|
1087
1247
|
"path": "dist/patterns.d.ts",
|
|
1088
|
-
"sha256": "
|
|
1248
|
+
"sha256": "92b238dba3065461da4f5f1a53c53eabc88338619f814b0b303fc0051ec9698b"
|
|
1089
1249
|
},
|
|
1090
1250
|
{
|
|
1091
1251
|
"path": "dist/patterns.d.ts.map",
|
|
1092
|
-
"sha256": "
|
|
1252
|
+
"sha256": "70dd6e1e9d31fcab90b22be67211f1fedfbaedac77b8e7c0a2cd816e9fc79bb7"
|
|
1093
1253
|
},
|
|
1094
1254
|
{
|
|
1095
1255
|
"path": "dist/patterns.js",
|
|
1096
|
-
"sha256": "
|
|
1256
|
+
"sha256": "0e6b676bca3b2144c32c7c15254e305d792c43dbd4900b0aafba53afb3d8f834"
|
|
1097
1257
|
},
|
|
1098
1258
|
{
|
|
1099
1259
|
"path": "dist/patterns.js.map",
|
|
1100
|
-
"sha256": "
|
|
1260
|
+
"sha256": "25d4c0cf1540e2b02f74195ad8d2d9232c0eed3ee4f40bed8a957b4a7d263cf5"
|
|
1101
1261
|
},
|
|
1102
1262
|
{
|
|
1103
1263
|
"path": "dist/plugin.d.ts",
|
|
@@ -1105,15 +1265,15 @@
|
|
|
1105
1265
|
},
|
|
1106
1266
|
{
|
|
1107
1267
|
"path": "dist/plugin.d.ts.map",
|
|
1108
|
-
"sha256": "
|
|
1268
|
+
"sha256": "7a98a93fed227adfa281f633ec009f4ac731f8af6509972618b39186f3fb705f"
|
|
1109
1269
|
},
|
|
1110
1270
|
{
|
|
1111
1271
|
"path": "dist/plugin.js",
|
|
1112
|
-
"sha256": "
|
|
1272
|
+
"sha256": "93f986c29c6ba19c56e08b7f7ed3a1b3e3f47888c7c8a5fa19995d314d8bb3e1"
|
|
1113
1273
|
},
|
|
1114
1274
|
{
|
|
1115
1275
|
"path": "dist/plugin.js.map",
|
|
1116
|
-
"sha256": "
|
|
1276
|
+
"sha256": "f307fe953a90018bf442e4ca38ca90ef1128392e063504420f77ae660747ae71"
|
|
1117
1277
|
},
|
|
1118
1278
|
{
|
|
1119
1279
|
"path": "dist/pretrain.d.ts",
|
|
@@ -1341,19 +1501,19 @@
|
|
|
1341
1501
|
},
|
|
1342
1502
|
{
|
|
1343
1503
|
"path": "dist/recommend.d.ts",
|
|
1344
|
-
"sha256": "
|
|
1504
|
+
"sha256": "cc42dadd133b262d62c05c77c3a5446b99a30111ba88f3a8b69e078daf4bcbe8"
|
|
1345
1505
|
},
|
|
1346
1506
|
{
|
|
1347
1507
|
"path": "dist/recommend.d.ts.map",
|
|
1348
|
-
"sha256": "
|
|
1508
|
+
"sha256": "4d4a7934cc1fc61b84b18a6bfe13af5e1af5e59b02343b3b72c19baa81d3f95f"
|
|
1349
1509
|
},
|
|
1350
1510
|
{
|
|
1351
1511
|
"path": "dist/recommend.js",
|
|
1352
|
-
"sha256": "
|
|
1512
|
+
"sha256": "5fe368f7e948d44e14043a81fe7c256d795996e849ecdab47d1e65754760805e"
|
|
1353
1513
|
},
|
|
1354
1514
|
{
|
|
1355
1515
|
"path": "dist/recommend.js.map",
|
|
1356
|
-
"sha256": "
|
|
1516
|
+
"sha256": "8c0580c1ce0c789e6f892890e89b4d74b762a3ae5662870b4c7cb4f9acc20508"
|
|
1357
1517
|
},
|
|
1358
1518
|
{
|
|
1359
1519
|
"path": "dist/reconcile.d.ts",
|
|
@@ -1373,19 +1533,19 @@
|
|
|
1373
1533
|
},
|
|
1374
1534
|
{
|
|
1375
1535
|
"path": "dist/registry.d.ts",
|
|
1376
|
-
"sha256": "
|
|
1536
|
+
"sha256": "0f06b499f6a9967caecd3cc3b7ff36df95d57b1a94a38c4495e9d210aae06b5c"
|
|
1377
1537
|
},
|
|
1378
1538
|
{
|
|
1379
1539
|
"path": "dist/registry.d.ts.map",
|
|
1380
|
-
"sha256": "
|
|
1540
|
+
"sha256": "d85bc6803c9cbf15f4ddfdc26d99226c94fcabf3ecec69b171fc01c20f68c334"
|
|
1381
1541
|
},
|
|
1382
1542
|
{
|
|
1383
1543
|
"path": "dist/registry.js",
|
|
1384
|
-
"sha256": "
|
|
1544
|
+
"sha256": "e6a3dde9f468844f0e4dfbaa2c416779e0b79e9cdc48eaa1d73bf2a64066328b"
|
|
1385
1545
|
},
|
|
1386
1546
|
{
|
|
1387
1547
|
"path": "dist/registry.js.map",
|
|
1388
|
-
"sha256": "
|
|
1548
|
+
"sha256": "df1c370632a3dd6916b7f96446233037fa08aa4f50331e026a02bd2a127704eb"
|
|
1389
1549
|
},
|
|
1390
1550
|
{
|
|
1391
1551
|
"path": "dist/release.d.ts",
|
|
@@ -1485,19 +1645,19 @@
|
|
|
1485
1645
|
},
|
|
1486
1646
|
{
|
|
1487
1647
|
"path": "dist/run-records.d.ts",
|
|
1488
|
-
"sha256": "
|
|
1648
|
+
"sha256": "b52abf7998b3f525b57ac3351df6d9a50786d3c050da141a00b99f2d463538b7"
|
|
1489
1649
|
},
|
|
1490
1650
|
{
|
|
1491
1651
|
"path": "dist/run-records.d.ts.map",
|
|
1492
|
-
"sha256": "
|
|
1652
|
+
"sha256": "4eeb776150c97ff68549c4a4f9c4d400e7171d2f0904054e82e83bb2d1e10072"
|
|
1493
1653
|
},
|
|
1494
1654
|
{
|
|
1495
1655
|
"path": "dist/run-records.js",
|
|
1496
|
-
"sha256": "
|
|
1656
|
+
"sha256": "02f64f1fc1e2dde8781fb52f8852b76ab1c673cd0787c6371114b2f123800a62"
|
|
1497
1657
|
},
|
|
1498
1658
|
{
|
|
1499
1659
|
"path": "dist/run-records.js.map",
|
|
1500
|
-
"sha256": "
|
|
1660
|
+
"sha256": "e262c1126c023ba2068834ce2a208b139633557e6005a79b5b0b192c91a5f445"
|
|
1501
1661
|
},
|
|
1502
1662
|
{
|
|
1503
1663
|
"path": "dist/safla-delta.d.ts",
|
|
@@ -1533,19 +1693,19 @@
|
|
|
1533
1693
|
},
|
|
1534
1694
|
{
|
|
1535
1695
|
"path": "dist/score.d.ts",
|
|
1536
|
-
"sha256": "
|
|
1696
|
+
"sha256": "6232e1e18ec9d19dd526eb81aaf0f9cb996de0a5d9b9b295ea4f7c97034166e9"
|
|
1537
1697
|
},
|
|
1538
1698
|
{
|
|
1539
1699
|
"path": "dist/score.d.ts.map",
|
|
1540
|
-
"sha256": "
|
|
1700
|
+
"sha256": "617ff8be6f46dfceee9986899155c84968c8f18798688256ca77aa9b2b9e4a41"
|
|
1541
1701
|
},
|
|
1542
1702
|
{
|
|
1543
1703
|
"path": "dist/score.js",
|
|
1544
|
-
"sha256": "
|
|
1704
|
+
"sha256": "49055c43da84383f98653ca94809370dd03022a2c788f8d72cb805247e4c1ff1"
|
|
1545
1705
|
},
|
|
1546
1706
|
{
|
|
1547
1707
|
"path": "dist/score.js.map",
|
|
1548
|
-
"sha256": "
|
|
1708
|
+
"sha256": "ffe197bd07fad94b7cf33aed7a71d6a232c1b4d498e0c34aa368df2cec43c3f6"
|
|
1549
1709
|
},
|
|
1550
1710
|
{
|
|
1551
1711
|
"path": "dist/session-retro.d.ts",
|
|
@@ -1569,15 +1729,15 @@
|
|
|
1569
1729
|
},
|
|
1570
1730
|
{
|
|
1571
1731
|
"path": "dist/setup.d.ts.map",
|
|
1572
|
-
"sha256": "
|
|
1732
|
+
"sha256": "faafbe00fe9b54cbeaec81304978d428905a3959803243a384e1d6af4b53b150"
|
|
1573
1733
|
},
|
|
1574
1734
|
{
|
|
1575
1735
|
"path": "dist/setup.js",
|
|
1576
|
-
"sha256": "
|
|
1736
|
+
"sha256": "31c39cfc07f50ed919733d12448dc7d2b8a401974f8d1755c9a1c18e1eb624c4"
|
|
1577
1737
|
},
|
|
1578
1738
|
{
|
|
1579
1739
|
"path": "dist/setup.js.map",
|
|
1580
|
-
"sha256": "
|
|
1740
|
+
"sha256": "4723b9bb84be362863d4f7b1fac008daa1e17726afe00000a2644e4413f31a7f"
|
|
1581
1741
|
},
|
|
1582
1742
|
{
|
|
1583
1743
|
"path": "dist/shell-veto-policy.d.ts",
|
|
@@ -1659,6 +1819,22 @@
|
|
|
1659
1819
|
"path": "dist/skill-schema.js.map",
|
|
1660
1820
|
"sha256": "e0320a726789780a72d64ca6d81f260ca46878c26fe6d3d98135d6afc54eba1d"
|
|
1661
1821
|
},
|
|
1822
|
+
{
|
|
1823
|
+
"path": "dist/skill-selection.d.ts",
|
|
1824
|
+
"sha256": "34f7e53a2431c5ceba656c7b32e11356712bfca5753582ecce497fac2b497187"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"path": "dist/skill-selection.d.ts.map",
|
|
1828
|
+
"sha256": "a95079eb7806135035b841178da3f62dfff1cdd1e85d81028854bdea87f31fe9"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"path": "dist/skill-selection.js",
|
|
1832
|
+
"sha256": "908ea2b3eb6afcd3fa3abf89470792fbd6911172fedbb98bf36fb3a9e7407848"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"path": "dist/skill-selection.js.map",
|
|
1836
|
+
"sha256": "18d50112de1c23c5bb37eafbf2a07e627521db0ccdd6c4efce36e3277827be27"
|
|
1837
|
+
},
|
|
1662
1838
|
{
|
|
1663
1839
|
"path": "dist/skills-verify.d.ts",
|
|
1664
1840
|
"sha256": "e83c3cbd2e2ed5a861bf916ab8bf88f6984dfdc785a0168550ea47bb36484d6a"
|
|
@@ -1723,6 +1899,22 @@
|
|
|
1723
1899
|
"path": "dist/statusline.js.map",
|
|
1724
1900
|
"sha256": "124317a63f64b9dc21f248fb275553bbee7bed62f8df8840fe969995ab73191b"
|
|
1725
1901
|
},
|
|
1902
|
+
{
|
|
1903
|
+
"path": "dist/stem.d.ts",
|
|
1904
|
+
"sha256": "37451f43d0841b5499de285163476068732a1e225326c1ccb83c93d688bf972c"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"path": "dist/stem.d.ts.map",
|
|
1908
|
+
"sha256": "3a1cd2382379beba1e20213d463a234290cf4f40802913423d2a3d0758fddfa5"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"path": "dist/stem.js",
|
|
1912
|
+
"sha256": "2a8b1fd6eededc6d75e48c237a3117e8f15acdc26f1034af53df01837b0bef46"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"path": "dist/stem.js.map",
|
|
1916
|
+
"sha256": "fabce74243ceb2296ea9fc4c9b14b61e44654f2371f68aca0362afae0b6f0498"
|
|
1917
|
+
},
|
|
1726
1918
|
{
|
|
1727
1919
|
"path": "dist/store-location.d.ts",
|
|
1728
1920
|
"sha256": "183a6402cd7138a843c4511c1a7602a51c5b3b549d3e710d3a194a8dbebe439d"
|
|
@@ -1787,6 +1979,22 @@
|
|
|
1787
1979
|
"path": "dist/sync-upstream.js.map",
|
|
1788
1980
|
"sha256": "27da3dace2f7a827e3eb1fe29d5d55c465411a24af18736aa92ae468761cff77"
|
|
1789
1981
|
},
|
|
1982
|
+
{
|
|
1983
|
+
"path": "dist/target-integrations.d.ts",
|
|
1984
|
+
"sha256": "1d5f98a1223b0473ae840033d663d7798d1f8f541c94e07df1973da07dda34f4"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"path": "dist/target-integrations.d.ts.map",
|
|
1988
|
+
"sha256": "89afd1efe6dfe2b24cf0f131374f4439eba3f0a3214c0ad65173d67c18bcb378"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"path": "dist/target-integrations.js",
|
|
1992
|
+
"sha256": "6569eb3426759d5358006b2b976684285fa97bcd6442a8f4146cd7f73eff8bb0"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"path": "dist/target-integrations.js.map",
|
|
1996
|
+
"sha256": "e5b64ea514ca6cbd624424e51f8142818a45f573f9b3927159a9446dbfe8f543"
|
|
1997
|
+
},
|
|
1790
1998
|
{
|
|
1791
1999
|
"path": "dist/targets.d.ts",
|
|
1792
2000
|
"sha256": "69c7c6107cc8858e44f3fb92afa2e8493708c883bee6945a038954906e130bdf"
|
|
@@ -1821,19 +2029,19 @@
|
|
|
1821
2029
|
},
|
|
1822
2030
|
{
|
|
1823
2031
|
"path": "dist/telemetry-vocabulary.d.ts",
|
|
1824
|
-
"sha256": "
|
|
2032
|
+
"sha256": "d2dff1220cd1020d677be2a1e3be3d70bf1fcc9df253514cfefc6fd169363177"
|
|
1825
2033
|
},
|
|
1826
2034
|
{
|
|
1827
2035
|
"path": "dist/telemetry-vocabulary.d.ts.map",
|
|
1828
|
-
"sha256": "
|
|
2036
|
+
"sha256": "6b9719547e5088c9990260b685a4ecfab14b89fa6cd45a2e1ccc6134ab8e4832"
|
|
1829
2037
|
},
|
|
1830
2038
|
{
|
|
1831
2039
|
"path": "dist/telemetry-vocabulary.js",
|
|
1832
|
-
"sha256": "
|
|
2040
|
+
"sha256": "f48903f80ffa51fe3c5a9c1046ca6420f237aa345886477e694838f13a9bb877"
|
|
1833
2041
|
},
|
|
1834
2042
|
{
|
|
1835
2043
|
"path": "dist/telemetry-vocabulary.js.map",
|
|
1836
|
-
"sha256": "
|
|
2044
|
+
"sha256": "a2b6e3564a4cb89aaa209aaac520244040edf89ae5b432bd2c0555b92f89b454"
|
|
1837
2045
|
},
|
|
1838
2046
|
{
|
|
1839
2047
|
"path": "dist/tg-post.d.ts",
|
|
@@ -1917,19 +2125,19 @@
|
|
|
1917
2125
|
},
|
|
1918
2126
|
{
|
|
1919
2127
|
"path": "dist/vector-tier.d.ts",
|
|
1920
|
-
"sha256": "
|
|
2128
|
+
"sha256": "cf7e5c6bc4082c7850e5174792d7640b122067ff055336957fdac0d3981018fb"
|
|
1921
2129
|
},
|
|
1922
2130
|
{
|
|
1923
2131
|
"path": "dist/vector-tier.d.ts.map",
|
|
1924
|
-
"sha256": "
|
|
2132
|
+
"sha256": "07f4065c7dc5d5f5f72f239c204847374162033bfb8b367005418031e4184060"
|
|
1925
2133
|
},
|
|
1926
2134
|
{
|
|
1927
2135
|
"path": "dist/vector-tier.js",
|
|
1928
|
-
"sha256": "
|
|
2136
|
+
"sha256": "827f93a76f2f4167124da86532a6093e2bf67dffec8c219e61c605fb24e2d817"
|
|
1929
2137
|
},
|
|
1930
2138
|
{
|
|
1931
2139
|
"path": "dist/vector-tier.js.map",
|
|
1932
|
-
"sha256": "
|
|
2140
|
+
"sha256": "b5ff3f83bad02cbd7c705def596c576adbad3fc19327e7eedfbf5ede624c3eb9"
|
|
1933
2141
|
},
|
|
1934
2142
|
{
|
|
1935
2143
|
"path": "dist/workflow-run-dispatch.d.ts",
|
|
@@ -1997,7 +2205,7 @@
|
|
|
1997
2205
|
},
|
|
1998
2206
|
{
|
|
1999
2207
|
"path": "package.json",
|
|
2000
|
-
"sha256": "
|
|
2208
|
+
"sha256": "bc6664a6631daea787c91a54203668ce91c1bab8ef0de54b18dfa73315d1a580"
|
|
2001
2209
|
},
|
|
2002
2210
|
{
|
|
2003
2211
|
"path": "src/__tests__/golden-baseline.test.ts",
|
|
@@ -2013,7 +2221,7 @@
|
|
|
2013
2221
|
},
|
|
2014
2222
|
{
|
|
2015
2223
|
"path": "src/amendment-trace.ts",
|
|
2016
|
-
"sha256": "
|
|
2224
|
+
"sha256": "5dbac29e6fa31c6784659b64fa7ffb343804508719e00888467296859615bda3"
|
|
2017
2225
|
},
|
|
2018
2226
|
{
|
|
2019
2227
|
"path": "src/apply.ts",
|
|
@@ -2095,9 +2303,13 @@
|
|
|
2095
2303
|
"path": "src/codex-hooks.ts",
|
|
2096
2304
|
"sha256": "918e5e7fbae4806abbb0c9a8f87dd2b0758b7f1372e1c010bf9417620c1acd99"
|
|
2097
2305
|
},
|
|
2306
|
+
{
|
|
2307
|
+
"path": "src/codex-invoke.ts",
|
|
2308
|
+
"sha256": "ae5688a2686675438eb7ac5b13d5a4870c82741cdf3a7105c892f52746ddceca"
|
|
2309
|
+
},
|
|
2098
2310
|
{
|
|
2099
2311
|
"path": "src/compounding.ts",
|
|
2100
|
-
"sha256": "
|
|
2312
|
+
"sha256": "25cf5ee4081c42773c3bbe4965860bc1ca7cca6ebbed3fff27ff3d2640859f9a"
|
|
2101
2313
|
},
|
|
2102
2314
|
{
|
|
2103
2315
|
"path": "src/contract-checklist.ts",
|
|
@@ -2125,7 +2337,7 @@
|
|
|
2125
2337
|
},
|
|
2126
2338
|
{
|
|
2127
2339
|
"path": "src/discrimination-gate.ts",
|
|
2128
|
-
"sha256": "
|
|
2340
|
+
"sha256": "4fd506c88f27c4279a6bb9b1091c18f44bc4e6a8feb9234436edf36307231d11"
|
|
2129
2341
|
},
|
|
2130
2342
|
{
|
|
2131
2343
|
"path": "src/downloads.ts",
|
|
@@ -2139,9 +2351,13 @@
|
|
|
2139
2351
|
"path": "src/epoch-replay.ts",
|
|
2140
2352
|
"sha256": "031c838e16e30617e5149ff16af75d8b4058922525d1851682323ba0bc0bb85f"
|
|
2141
2353
|
},
|
|
2354
|
+
{
|
|
2355
|
+
"path": "src/eta.ts",
|
|
2356
|
+
"sha256": "43b44e77875251279f6cd54cb5dc57255981e0a845deda123b56a0060c0cd1e1"
|
|
2357
|
+
},
|
|
2142
2358
|
{
|
|
2143
2359
|
"path": "src/event-chain.ts",
|
|
2144
|
-
"sha256": "
|
|
2360
|
+
"sha256": "26cdff101a6a0ade14954598ec77942df078668ee3ee05c4a6a37f362f516b03"
|
|
2145
2361
|
},
|
|
2146
2362
|
{
|
|
2147
2363
|
"path": "src/export-holdout.ts",
|
|
@@ -2149,15 +2365,23 @@
|
|
|
2149
2365
|
},
|
|
2150
2366
|
{
|
|
2151
2367
|
"path": "src/feature-adr-checkpoints.ts",
|
|
2152
|
-
"sha256": "
|
|
2368
|
+
"sha256": "723186b7c6634d026694ee95885092694f7603dbcc88c84ea0b5f47a2f67a5e8"
|
|
2153
2369
|
},
|
|
2154
2370
|
{
|
|
2155
2371
|
"path": "src/feature-adr-claim-gate.ts",
|
|
2156
2372
|
"sha256": "0fd1c44e7f6aea1abfac1e6d3fac3e4bbe4dfd501d068803f310c1ec36716eb6"
|
|
2157
2373
|
},
|
|
2374
|
+
{
|
|
2375
|
+
"path": "src/feature-adr-decision-recall.ts",
|
|
2376
|
+
"sha256": "a2fe68825e904e01df8c62e19c839b7c2aaa08cbbc673af3f4f97bbe9ed61507"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"path": "src/feature-adr-landing.ts",
|
|
2380
|
+
"sha256": "a63d6fc7cb5d30a6da92fabd7de52d1cf0a1c95b44f9c26a871dc5d7dd6d9d22"
|
|
2381
|
+
},
|
|
2158
2382
|
{
|
|
2159
2383
|
"path": "src/feature-adr-routing.ts",
|
|
2160
|
-
"sha256": "
|
|
2384
|
+
"sha256": "c70bf858d4815abec9f2bcda94200b17df1bb6c5ed4de9f29d9826b93c295e24"
|
|
2161
2385
|
},
|
|
2162
2386
|
{
|
|
2163
2387
|
"path": "src/feature-adr-setup.ts",
|
|
@@ -2165,11 +2389,15 @@
|
|
|
2165
2389
|
},
|
|
2166
2390
|
{
|
|
2167
2391
|
"path": "src/guard-promotion.ts",
|
|
2168
|
-
"sha256": "
|
|
2392
|
+
"sha256": "d3c6d2b1e64a9dc3fbcbbd61fa2e86fec41f47126649f9b747c12d045d49af07"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"path": "src/guard-volume.ts",
|
|
2396
|
+
"sha256": "46240de5d8e7c1b2111a235eba29d216988b599d1f145613d7e84a072e8da902"
|
|
2169
2397
|
},
|
|
2170
2398
|
{
|
|
2171
2399
|
"path": "src/guard.ts",
|
|
2172
|
-
"sha256": "
|
|
2400
|
+
"sha256": "56e07c75f48bd455559eae1fd088b27bdae20d858c9d2d55b9ced6c17d750f4b"
|
|
2173
2401
|
},
|
|
2174
2402
|
{
|
|
2175
2403
|
"path": "src/import-ecc.ts",
|
|
@@ -2177,7 +2405,27 @@
|
|
|
2177
2405
|
},
|
|
2178
2406
|
{
|
|
2179
2407
|
"path": "src/index.ts",
|
|
2180
|
-
"sha256": "
|
|
2408
|
+
"sha256": "d57d8676d37ba7c1b9fc83b4065724d8b3862af8bcfcbd4e3e958b7f2abae197"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"path": "src/integration-apply.ts",
|
|
2412
|
+
"sha256": "1a22864f5f21f4fffdb06d545b0a8c8aedc89c71b2acc573493c0bd417207f15"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"path": "src/integration-evidence.ts",
|
|
2416
|
+
"sha256": "83a10c91bbe70f433386b859a3dc1535834d936a0f32b6045c20b15481c5d44d"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"path": "src/integration-probe-worker.ts",
|
|
2420
|
+
"sha256": "3e544fdacbd6780cdc2f2079819072e6d04f63bc533d5e683a8da46a8bfb0824"
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"path": "src/integration-receipts/claude-code/mcp/2.1.235.json",
|
|
2424
|
+
"sha256": "794dfbfc91664934a5e9336eb6a8a59f62c7e8be0a05d70cf24ac401c4dd1661"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"path": "src/integrations-verify.ts",
|
|
2428
|
+
"sha256": "13141eb6439e091936b8a3860bee99e871ee0660a0c83c6108aa451d87e0e9fd"
|
|
2181
2429
|
},
|
|
2182
2430
|
{
|
|
2183
2431
|
"path": "src/learning-backend.ts",
|
|
@@ -2191,6 +2439,10 @@
|
|
|
2191
2439
|
"path": "src/lesson-bandit.ts",
|
|
2192
2440
|
"sha256": "115b8af8d91fbaaec5ba10f9f28a05db01682e1a81b2af64f6d6004723f1b5ea"
|
|
2193
2441
|
},
|
|
2442
|
+
{
|
|
2443
|
+
"path": "src/lesson-generalization.ts",
|
|
2444
|
+
"sha256": "e0f120492e1cb0bde589ee870411e3ad1d4746ef5cdeb5af89f74b56d4228e18"
|
|
2445
|
+
},
|
|
2194
2446
|
{
|
|
2195
2447
|
"path": "src/lesson-payoff.ts",
|
|
2196
2448
|
"sha256": "5d0fff0bcc03b0bc52460bf4a2d1d247607c35650582693344c8b3168188ed75"
|
|
@@ -2237,7 +2489,7 @@
|
|
|
2237
2489
|
},
|
|
2238
2490
|
{
|
|
2239
2491
|
"path": "src/mutation-gate.ts",
|
|
2240
|
-
"sha256": "
|
|
2492
|
+
"sha256": "47e29e30aebe03d72abb3cedc248f66b895851ca16ddbff9e6f9b10a92a3c59b"
|
|
2241
2493
|
},
|
|
2242
2494
|
{
|
|
2243
2495
|
"path": "src/name-check.ts",
|
|
@@ -2257,7 +2509,7 @@
|
|
|
2257
2509
|
},
|
|
2258
2510
|
{
|
|
2259
2511
|
"path": "src/operations.ts",
|
|
2260
|
-
"sha256": "
|
|
2512
|
+
"sha256": "1ea322b72160981f224204852fc46b46cddb389aa87ecf64abd14af7f917e237"
|
|
2261
2513
|
},
|
|
2262
2514
|
{
|
|
2263
2515
|
"path": "src/package-skill-layouts.ts",
|
|
@@ -2273,11 +2525,11 @@
|
|
|
2273
2525
|
},
|
|
2274
2526
|
{
|
|
2275
2527
|
"path": "src/patterns.ts",
|
|
2276
|
-
"sha256": "
|
|
2528
|
+
"sha256": "8575bb4065307fbd98d5a4d9bdad3722e5a7b31c185144d6be1aa501ad5db963"
|
|
2277
2529
|
},
|
|
2278
2530
|
{
|
|
2279
2531
|
"path": "src/plugin.ts",
|
|
2280
|
-
"sha256": "
|
|
2532
|
+
"sha256": "d2bbea531d236d944fc26cb13765ad3d034528218f4ee9202e45d828a4532cca"
|
|
2281
2533
|
},
|
|
2282
2534
|
{
|
|
2283
2535
|
"path": "src/pretrain.ts",
|
|
@@ -2337,7 +2589,7 @@
|
|
|
2337
2589
|
},
|
|
2338
2590
|
{
|
|
2339
2591
|
"path": "src/recommend.ts",
|
|
2340
|
-
"sha256": "
|
|
2592
|
+
"sha256": "95307269b33ba16503eaa1892828c5dc7a127b32f2f9390ac25af047a0b12bc9"
|
|
2341
2593
|
},
|
|
2342
2594
|
{
|
|
2343
2595
|
"path": "src/reconcile.ts",
|
|
@@ -2345,7 +2597,7 @@
|
|
|
2345
2597
|
},
|
|
2346
2598
|
{
|
|
2347
2599
|
"path": "src/registry.ts",
|
|
2348
|
-
"sha256": "
|
|
2600
|
+
"sha256": "a267e37498c1bf8ea9fb18630f2a1ba62e8fc5da5bc5ff862356891720e20ece"
|
|
2349
2601
|
},
|
|
2350
2602
|
{
|
|
2351
2603
|
"path": "src/release.ts",
|
|
@@ -2369,7 +2621,7 @@
|
|
|
2369
2621
|
},
|
|
2370
2622
|
{
|
|
2371
2623
|
"path": "src/run-records.ts",
|
|
2372
|
-
"sha256": "
|
|
2624
|
+
"sha256": "e978fed335dc383f153ff38b66f941eff0c87e318beb01861f6a1dfe0b49515b"
|
|
2373
2625
|
},
|
|
2374
2626
|
{
|
|
2375
2627
|
"path": "src/safla-delta.ts",
|
|
@@ -2377,7 +2629,7 @@
|
|
|
2377
2629
|
},
|
|
2378
2630
|
{
|
|
2379
2631
|
"path": "src/score.ts",
|
|
2380
|
-
"sha256": "
|
|
2632
|
+
"sha256": "2ccb7822853a273f924cfa9808a4232c3280c21acca035b4bafca2f5f67952d2"
|
|
2381
2633
|
},
|
|
2382
2634
|
{
|
|
2383
2635
|
"path": "src/security/boundaries.json",
|
|
@@ -2389,7 +2641,7 @@
|
|
|
2389
2641
|
},
|
|
2390
2642
|
{
|
|
2391
2643
|
"path": "src/setup.ts",
|
|
2392
|
-
"sha256": "
|
|
2644
|
+
"sha256": "690e684a26c7d111e2069949a8103519946d24f1e4b3c31181dda5c4773c9721"
|
|
2393
2645
|
},
|
|
2394
2646
|
{
|
|
2395
2647
|
"path": "src/shell-veto-policy.ts",
|
|
@@ -2411,6 +2663,10 @@
|
|
|
2411
2663
|
"path": "src/skill-schema.ts",
|
|
2412
2664
|
"sha256": "31dd8fc0cdd17f4269a2eadbfc8126293382ce98ffea8bf9c6b1295b1a5caaeb"
|
|
2413
2665
|
},
|
|
2666
|
+
{
|
|
2667
|
+
"path": "src/skill-selection.ts",
|
|
2668
|
+
"sha256": "9fae6b49b868713fec00de4d45883ebf5620ad9d50b067c6567a308aefbb9d9d"
|
|
2669
|
+
},
|
|
2414
2670
|
{
|
|
2415
2671
|
"path": "src/skills-verify.ts",
|
|
2416
2672
|
"sha256": "ca2f5d5f65be107e7c1740a5447b729f08ec297baf5383a3dbe473e2c3c588da"
|
|
@@ -2431,6 +2687,10 @@
|
|
|
2431
2687
|
"path": "src/statusline.ts",
|
|
2432
2688
|
"sha256": "31000d5b249345d659478d7eb49f10771015d9c180ab265ab1cb915ee180b092"
|
|
2433
2689
|
},
|
|
2690
|
+
{
|
|
2691
|
+
"path": "src/stem.ts",
|
|
2692
|
+
"sha256": "7209ad9fe3d793974415d3d9bd506114de19463e067800a706ae43041e541ca0"
|
|
2693
|
+
},
|
|
2434
2694
|
{
|
|
2435
2695
|
"path": "src/store-location.ts",
|
|
2436
2696
|
"sha256": "7853208f94d3e3127f59fe72f432f9939eaf0c955e0487093883acb1bdc3b1c8"
|
|
@@ -2447,6 +2707,10 @@
|
|
|
2447
2707
|
"path": "src/sync-upstream.ts",
|
|
2448
2708
|
"sha256": "b185ba9a8be53081cc34634138d340ed782f4da55c0d142555188be9a977ffc9"
|
|
2449
2709
|
},
|
|
2710
|
+
{
|
|
2711
|
+
"path": "src/target-integrations.ts",
|
|
2712
|
+
"sha256": "8b4a34a0c2cf4abc941f81ea0eb1c18c370fd02540af130673115a35872a6c55"
|
|
2713
|
+
},
|
|
2450
2714
|
{
|
|
2451
2715
|
"path": "src/targets.ts",
|
|
2452
2716
|
"sha256": "5f57e0b087cc7360b7ccd7eb4deea8ab0b02ff370835bed0d141086f4510e8e4"
|
|
@@ -2457,7 +2721,7 @@
|
|
|
2457
2721
|
},
|
|
2458
2722
|
{
|
|
2459
2723
|
"path": "src/telemetry-vocabulary.ts",
|
|
2460
|
-
"sha256": "
|
|
2724
|
+
"sha256": "153c68b79d4e95ff46cd0708ea44ed18da0b77c722b4ae2688770abb265021e8"
|
|
2461
2725
|
},
|
|
2462
2726
|
{
|
|
2463
2727
|
"path": "src/tg-post.ts",
|
|
@@ -2481,7 +2745,7 @@
|
|
|
2481
2745
|
},
|
|
2482
2746
|
{
|
|
2483
2747
|
"path": "src/vector-tier.ts",
|
|
2484
|
-
"sha256": "
|
|
2748
|
+
"sha256": "f45d2cfca960007ea6d9a6565456b180d64a1643b7f4c46a01c0634db339ee44"
|
|
2485
2749
|
},
|
|
2486
2750
|
{
|
|
2487
2751
|
"path": "src/workflow-run-dispatch.ts",
|
|
@@ -2501,5 +2765,5 @@
|
|
|
2501
2765
|
}
|
|
2502
2766
|
]
|
|
2503
2767
|
},
|
|
2504
|
-
"signature": "
|
|
2768
|
+
"signature": "qoP7f9v9r/J2Hd3Pd7i5a7RXmG1VPnjkBEox4UCh0vnZOGLKd1b9fM64Sji9LU7Qjd43laM2R2vjuHEtIhsmAg=="
|
|
2505
2769
|
}
|