@agentskit/harness 0.6.0 → 0.7.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.0] - 2026-09-12
4
+
5
+ - Dynamic model routing: `models.routing.mode` (`tiers` | `hybrid` | `dynamic` | `catalog`). Default `tiers` preserves 0.6 behaviour.
6
+ - `hybrid`/`dynamic` rank available providers by **remaining Orca usage** (most-constrained window) so work follows quota instead of fixed YAML order.
7
+ - Living model catalog (`catalog` mode): CLI discovery (`grok models`), builtin catalog, optional Artificial Analysis cache (`ARTIFICIAL_ANALYSIS_API_KEY`), role quality bands (`frontier`/`balanced`/`fast`).
8
+ - Doctor reports remaining usage, why a model was chosen, and Orca integrations missing from `models.providers`.
9
+
3
10
  ## [0.6.0] - 2026-09-12
4
11
 
5
12
  - Loop **approved memory** for token reduction and continuous improvement: file store under `stateDir`, recall into contract/brief with `preferOverDocBridge` + issue-char shrink, human-only `ak-harness loop learning promote`, `memory.recalled` events.
@@ -2,13 +2,13 @@
2
2
  "type": "agentskit-harness-capability-manifest",
3
3
  "schemaVersion": 1,
4
4
  "package": "@agentskit/harness",
5
- "packageVersion": "0.6.0",
5
+ "packageVersion": "0.7.0",
6
6
  "entryPoint": "src/index.ts",
7
- "sourceDigest": "0c2f78dcedb17c5e4ea44206bee3a87cf370b94ab9f063cc780227897f3fad75",
7
+ "sourceDigest": "adc841b448dab0da269f1f61842bf723eae2d017cd05ed68c19c62732b63e28a",
8
8
  "capabilities": [
9
9
  {
10
10
  "id": "public-surface:adapters/agent",
11
- "version": "0.6.0",
11
+ "version": "0.7.0",
12
12
  "kind": "adapter",
13
13
  "entryPoint": "src/index.ts",
14
14
  "exports": [
@@ -22,7 +22,7 @@
22
22
  },
23
23
  {
24
24
  "id": "public-surface:adapters/code-review",
25
- "version": "0.6.0",
25
+ "version": "0.7.0",
26
26
  "kind": "adapter",
27
27
  "entryPoint": "src/index.ts",
28
28
  "exports": [
@@ -41,7 +41,7 @@
41
41
  },
42
42
  {
43
43
  "id": "public-surface:adapters/command",
44
- "version": "0.6.0",
44
+ "version": "0.7.0",
45
45
  "kind": "adapter",
46
46
  "entryPoint": "src/index.ts",
47
47
  "exports": [
@@ -54,7 +54,7 @@
54
54
  },
55
55
  {
56
56
  "id": "public-surface:adapters/doc-bridge",
57
- "version": "0.6.0",
57
+ "version": "0.7.0",
58
58
  "kind": "adapter",
59
59
  "entryPoint": "src/index.ts",
60
60
  "exports": [
@@ -65,7 +65,7 @@
65
65
  },
66
66
  {
67
67
  "id": "public-surface:adapters/github-cli",
68
- "version": "0.6.0",
68
+ "version": "0.7.0",
69
69
  "kind": "adapter",
70
70
  "entryPoint": "src/index.ts",
71
71
  "exports": [
@@ -90,7 +90,7 @@
90
90
  },
91
91
  {
92
92
  "id": "public-surface:adapters/linear-orca",
93
- "version": "0.6.0",
93
+ "version": "0.7.0",
94
94
  "kind": "adapter",
95
95
  "entryPoint": "src/index.ts",
96
96
  "exports": [
@@ -121,7 +121,7 @@
121
121
  },
122
122
  {
123
123
  "id": "public-surface:adapters/mcp",
124
- "version": "0.6.0",
124
+ "version": "0.7.0",
125
125
  "kind": "adapter",
126
126
  "entryPoint": "src/index.ts",
127
127
  "exports": [
@@ -136,7 +136,7 @@
136
136
  },
137
137
  {
138
138
  "id": "public-surface:adapters/orca-cli",
139
- "version": "0.6.0",
139
+ "version": "0.7.0",
140
140
  "kind": "adapter",
141
141
  "entryPoint": "src/index.ts",
142
142
  "exports": [
@@ -183,7 +183,7 @@
183
183
  },
184
184
  {
185
185
  "id": "public-surface:adapters/orca",
186
- "version": "0.6.0",
186
+ "version": "0.7.0",
187
187
  "kind": "adapter",
188
188
  "entryPoint": "src/index.ts",
189
189
  "exports": [
@@ -198,7 +198,7 @@
198
198
  },
199
199
  {
200
200
  "id": "public-surface:adapters/providers",
201
- "version": "0.6.0",
201
+ "version": "0.7.0",
202
202
  "kind": "adapter",
203
203
  "entryPoint": "src/index.ts",
204
204
  "exports": [
@@ -207,17 +207,21 @@
207
207
  "ProviderAvailability",
208
208
  "ProviderSpec",
209
209
  "ProviderUsage",
210
+ "UsageMetric",
210
211
  "UsageWindow",
211
212
  "authStatusFor",
212
213
  "cooldownUntil",
213
214
  "detectProviders",
214
215
  "parseProviderUsage",
215
- "parseUsageWindows"
216
+ "parseUsageWindows",
217
+ "remainingUsagePercent",
218
+ "undeclaredOrcaProviders",
219
+ "usageRankTuple"
216
220
  ]
217
221
  },
218
222
  {
219
223
  "id": "public-surface:adapters/rag-context",
220
- "version": "0.6.0",
224
+ "version": "0.7.0",
221
225
  "kind": "adapter",
222
226
  "entryPoint": "src/index.ts",
223
227
  "exports": [
@@ -231,7 +235,7 @@
231
235
  },
232
236
  {
233
237
  "id": "public-surface:adapters/tracking",
234
- "version": "0.6.0",
238
+ "version": "0.7.0",
235
239
  "kind": "adapter",
236
240
  "entryPoint": "src/index.ts",
237
241
  "exports": [
@@ -243,7 +247,7 @@
243
247
  },
244
248
  {
245
249
  "id": "public-surface:context/index",
246
- "version": "0.6.0",
250
+ "version": "0.7.0",
247
251
  "kind": "kernel",
248
252
  "entryPoint": "src/index.ts",
249
253
  "exports": [
@@ -258,7 +262,7 @@
258
262
  },
259
263
  {
260
264
  "id": "public-surface:delivery/index",
261
- "version": "0.6.0",
265
+ "version": "0.7.0",
262
266
  "kind": "kernel",
263
267
  "entryPoint": "src/index.ts",
264
268
  "exports": [
@@ -285,7 +289,7 @@
285
289
  },
286
290
  {
287
291
  "id": "public-surface:execution/agent",
288
- "version": "0.6.0",
292
+ "version": "0.7.0",
289
293
  "kind": "execution",
290
294
  "entryPoint": "src/index.ts",
291
295
  "exports": [
@@ -295,7 +299,7 @@
295
299
  },
296
300
  {
297
301
  "id": "public-surface:execution/bundle",
298
- "version": "0.6.0",
302
+ "version": "0.7.0",
299
303
  "kind": "execution",
300
304
  "entryPoint": "src/index.ts",
301
305
  "exports": [
@@ -308,7 +312,7 @@
308
312
  },
309
313
  {
310
314
  "id": "public-surface:execution/config",
311
- "version": "0.6.0",
315
+ "version": "0.7.0",
312
316
  "kind": "execution",
313
317
  "entryPoint": "src/index.ts",
314
318
  "exports": [
@@ -318,7 +322,7 @@
318
322
  },
319
323
  {
320
324
  "id": "public-surface:execution/coordination",
321
- "version": "0.6.0",
325
+ "version": "0.7.0",
322
326
  "kind": "execution",
323
327
  "entryPoint": "src/index.ts",
324
328
  "exports": [
@@ -332,7 +336,7 @@
332
336
  },
333
337
  {
334
338
  "id": "public-surface:execution/files",
335
- "version": "0.6.0",
339
+ "version": "0.7.0",
336
340
  "kind": "execution",
337
341
  "entryPoint": "src/index.ts",
338
342
  "exports": [
@@ -341,7 +345,7 @@
341
345
  },
342
346
  {
343
347
  "id": "public-surface:execution/machine",
344
- "version": "0.6.0",
348
+ "version": "0.7.0",
345
349
  "kind": "execution",
346
350
  "entryPoint": "src/index.ts",
347
351
  "exports": [
@@ -355,7 +359,7 @@
355
359
  },
356
360
  {
357
361
  "id": "public-surface:execution/metrics",
358
- "version": "0.6.0",
362
+ "version": "0.7.0",
359
363
  "kind": "execution",
360
364
  "entryPoint": "src/index.ts",
361
365
  "exports": [
@@ -369,7 +373,7 @@
369
373
  },
370
374
  {
371
375
  "id": "public-surface:execution/runtime",
372
- "version": "0.6.0",
376
+ "version": "0.7.0",
373
377
  "kind": "execution",
374
378
  "entryPoint": "src/index.ts",
375
379
  "exports": [
@@ -382,7 +386,7 @@
382
386
  },
383
387
  {
384
388
  "id": "public-surface:execution/verification",
385
- "version": "0.6.0",
389
+ "version": "0.7.0",
386
390
  "kind": "execution",
387
391
  "entryPoint": "src/index.ts",
388
392
  "exports": [
@@ -399,7 +403,7 @@
399
403
  },
400
404
  {
401
405
  "id": "public-surface:kernel/adapter-contract",
402
- "version": "0.6.0",
406
+ "version": "0.7.0",
403
407
  "kind": "kernel",
404
408
  "entryPoint": "src/index.ts",
405
409
  "exports": [
@@ -413,7 +417,7 @@
413
417
  },
414
418
  {
415
419
  "id": "public-surface:kernel/artifacts",
416
- "version": "0.6.0",
420
+ "version": "0.7.0",
417
421
  "kind": "kernel",
418
422
  "entryPoint": "src/index.ts",
419
423
  "exports": [
@@ -438,7 +442,7 @@
438
442
  },
439
443
  {
440
444
  "id": "public-surface:kernel/block",
441
- "version": "0.6.0",
445
+ "version": "0.7.0",
442
446
  "kind": "kernel",
443
447
  "entryPoint": "src/index.ts",
444
448
  "exports": [
@@ -452,7 +456,7 @@
452
456
  },
453
457
  {
454
458
  "id": "public-surface:kernel/cache",
455
- "version": "0.6.0",
459
+ "version": "0.7.0",
456
460
  "kind": "kernel",
457
461
  "entryPoint": "src/index.ts",
458
462
  "exports": [
@@ -466,7 +470,7 @@
466
470
  },
467
471
  {
468
472
  "id": "public-surface:kernel/capabilities",
469
- "version": "0.6.0",
473
+ "version": "0.7.0",
470
474
  "kind": "kernel",
471
475
  "entryPoint": "src/index.ts",
472
476
  "exports": [
@@ -483,7 +487,7 @@
483
487
  },
484
488
  {
485
489
  "id": "public-surface:kernel/compatibility",
486
- "version": "0.6.0",
490
+ "version": "0.7.0",
487
491
  "kind": "kernel",
488
492
  "entryPoint": "src/index.ts",
489
493
  "exports": [
@@ -502,7 +506,7 @@
502
506
  },
503
507
  {
504
508
  "id": "public-surface:kernel/constants",
505
- "version": "0.6.0",
509
+ "version": "0.7.0",
506
510
  "kind": "kernel",
507
511
  "entryPoint": "src/index.ts",
508
512
  "exports": [
@@ -512,7 +516,7 @@
512
516
  },
513
517
  {
514
518
  "id": "public-surface:kernel/cycle",
515
- "version": "0.6.0",
519
+ "version": "0.7.0",
516
520
  "kind": "kernel",
517
521
  "entryPoint": "src/index.ts",
518
522
  "exports": [
@@ -523,7 +527,7 @@
523
527
  },
524
528
  {
525
529
  "id": "public-surface:kernel/discovery",
526
- "version": "0.6.0",
530
+ "version": "0.7.0",
527
531
  "kind": "kernel",
528
532
  "entryPoint": "src/index.ts",
529
533
  "exports": [
@@ -534,7 +538,7 @@
534
538
  },
535
539
  {
536
540
  "id": "public-surface:kernel/error-policy",
537
- "version": "0.6.0",
541
+ "version": "0.7.0",
538
542
  "kind": "kernel",
539
543
  "entryPoint": "src/index.ts",
540
544
  "exports": [
@@ -547,7 +551,7 @@
547
551
  },
548
552
  {
549
553
  "id": "public-surface:kernel/errors",
550
- "version": "0.6.0",
554
+ "version": "0.7.0",
551
555
  "kind": "kernel",
552
556
  "entryPoint": "src/index.ts",
553
557
  "exports": [
@@ -557,7 +561,7 @@
557
561
  },
558
562
  {
559
563
  "id": "public-surface:kernel/eval",
560
- "version": "0.6.0",
564
+ "version": "0.7.0",
561
565
  "kind": "kernel",
562
566
  "entryPoint": "src/index.ts",
563
567
  "exports": [
@@ -585,7 +589,7 @@
585
589
  },
586
590
  {
587
591
  "id": "public-surface:kernel/events",
588
- "version": "0.6.0",
592
+ "version": "0.7.0",
589
593
  "kind": "kernel",
590
594
  "entryPoint": "src/index.ts",
591
595
  "exports": [
@@ -606,7 +610,7 @@
606
610
  },
607
611
  {
608
612
  "id": "public-surface:kernel/experiment",
609
- "version": "0.6.0",
613
+ "version": "0.7.0",
610
614
  "kind": "kernel",
611
615
  "entryPoint": "src/index.ts",
612
616
  "exports": [
@@ -616,7 +620,7 @@
616
620
  },
617
621
  {
618
622
  "id": "public-surface:kernel/learning",
619
- "version": "0.6.0",
623
+ "version": "0.7.0",
620
624
  "kind": "kernel",
621
625
  "entryPoint": "src/index.ts",
622
626
  "exports": [
@@ -629,7 +633,7 @@
629
633
  },
630
634
  {
631
635
  "id": "public-surface:kernel/memory",
632
- "version": "0.6.0",
636
+ "version": "0.7.0",
633
637
  "kind": "kernel",
634
638
  "entryPoint": "src/index.ts",
635
639
  "exports": [
@@ -646,7 +650,7 @@
646
650
  },
647
651
  {
648
652
  "id": "public-surface:kernel/model-policy",
649
- "version": "0.6.0",
653
+ "version": "0.7.0",
650
654
  "kind": "kernel",
651
655
  "entryPoint": "src/index.ts",
652
656
  "exports": [
@@ -660,7 +664,7 @@
660
664
  },
661
665
  {
662
666
  "id": "public-surface:kernel/optimization",
663
- "version": "0.6.0",
667
+ "version": "0.7.0",
664
668
  "kind": "kernel",
665
669
  "entryPoint": "src/index.ts",
666
670
  "exports": [
@@ -676,7 +680,7 @@
676
680
  },
677
681
  {
678
682
  "id": "public-surface:kernel/phase-executor",
679
- "version": "0.6.0",
683
+ "version": "0.7.0",
680
684
  "kind": "kernel",
681
685
  "entryPoint": "src/index.ts",
682
686
  "exports": [
@@ -714,7 +718,7 @@
714
718
  },
715
719
  {
716
720
  "id": "public-surface:kernel/pilot",
717
- "version": "0.6.0",
721
+ "version": "0.7.0",
718
722
  "kind": "kernel",
719
723
  "entryPoint": "src/index.ts",
720
724
  "exports": [
@@ -724,7 +728,7 @@
724
728
  },
725
729
  {
726
730
  "id": "public-surface:kernel/plugins",
727
- "version": "0.6.0",
731
+ "version": "0.7.0",
728
732
  "kind": "kernel",
729
733
  "entryPoint": "src/index.ts",
730
734
  "exports": [
@@ -736,7 +740,7 @@
736
740
  },
737
741
  {
738
742
  "id": "public-surface:kernel/policy",
739
- "version": "0.6.0",
743
+ "version": "0.7.0",
740
744
  "kind": "kernel",
741
745
  "entryPoint": "src/index.ts",
742
746
  "exports": [
@@ -746,7 +750,7 @@
746
750
  },
747
751
  {
748
752
  "id": "public-surface:kernel/preflight",
749
- "version": "0.6.0",
753
+ "version": "0.7.0",
750
754
  "kind": "kernel",
751
755
  "entryPoint": "src/index.ts",
752
756
  "exports": [
@@ -758,7 +762,7 @@
758
762
  },
759
763
  {
760
764
  "id": "public-surface:kernel/quality",
761
- "version": "0.6.0",
765
+ "version": "0.7.0",
762
766
  "kind": "kernel",
763
767
  "entryPoint": "src/index.ts",
764
768
  "exports": [
@@ -780,7 +784,7 @@
780
784
  },
781
785
  {
782
786
  "id": "public-surface:kernel/resilience",
783
- "version": "0.6.0",
787
+ "version": "0.7.0",
784
788
  "kind": "kernel",
785
789
  "entryPoint": "src/index.ts",
786
790
  "exports": [
@@ -796,7 +800,7 @@
796
800
  },
797
801
  {
798
802
  "id": "public-surface:kernel/state-machine",
799
- "version": "0.6.0",
803
+ "version": "0.7.0",
800
804
  "kind": "kernel",
801
805
  "entryPoint": "src/index.ts",
802
806
  "exports": [
@@ -807,7 +811,7 @@
807
811
  },
808
812
  {
809
813
  "id": "public-surface:kernel/status",
810
- "version": "0.6.0",
814
+ "version": "0.7.0",
811
815
  "kind": "kernel",
812
816
  "entryPoint": "src/index.ts",
813
817
  "exports": [
@@ -819,7 +823,7 @@
819
823
  },
820
824
  {
821
825
  "id": "public-surface:kernel/types",
822
- "version": "0.6.0",
826
+ "version": "0.7.0",
823
827
  "kind": "kernel",
824
828
  "entryPoint": "src/index.ts",
825
829
  "exports": [
@@ -828,7 +832,7 @@
828
832
  },
829
833
  {
830
834
  "id": "public-surface:kernel/wip",
831
- "version": "0.6.0",
835
+ "version": "0.7.0",
832
836
  "kind": "kernel",
833
837
  "entryPoint": "src/index.ts",
834
838
  "exports": [
@@ -839,7 +843,7 @@
839
843
  },
840
844
  {
841
845
  "id": "public-surface:kernel/workflow",
842
- "version": "0.6.0",
846
+ "version": "0.7.0",
843
847
  "kind": "kernel",
844
848
  "entryPoint": "src/index.ts",
845
849
  "exports": [
@@ -850,7 +854,7 @@
850
854
  },
851
855
  {
852
856
  "id": "public-surface:loop/agent-registry",
853
- "version": "0.6.0",
857
+ "version": "0.7.0",
854
858
  "kind": "composition",
855
859
  "entryPoint": "src/index.ts",
856
860
  "exports": [
@@ -867,7 +871,7 @@
867
871
  },
868
872
  {
869
873
  "id": "public-surface:loop/brief",
870
- "version": "0.6.0",
874
+ "version": "0.7.0",
871
875
  "kind": "composition",
872
876
  "entryPoint": "src/index.ts",
873
877
  "exports": [
@@ -877,7 +881,7 @@
877
881
  },
878
882
  {
879
883
  "id": "public-surface:loop/config",
880
- "version": "0.6.0",
884
+ "version": "0.7.0",
881
885
  "kind": "composition",
882
886
  "entryPoint": "src/index.ts",
883
887
  "exports": [
@@ -903,7 +907,7 @@
903
907
  },
904
908
  {
905
909
  "id": "public-surface:loop/contract",
906
- "version": "0.6.0",
910
+ "version": "0.7.0",
907
911
  "kind": "composition",
908
912
  "entryPoint": "src/index.ts",
909
913
  "exports": [
@@ -932,7 +936,7 @@
932
936
  },
933
937
  {
934
938
  "id": "public-surface:loop/cooldown",
935
- "version": "0.6.0",
939
+ "version": "0.7.0",
936
940
  "kind": "composition",
937
941
  "entryPoint": "src/index.ts",
938
942
  "exports": [
@@ -947,7 +951,7 @@
947
951
  },
948
952
  {
949
953
  "id": "public-surface:loop/debrief",
950
- "version": "0.6.0",
954
+ "version": "0.7.0",
951
955
  "kind": "composition",
952
956
  "entryPoint": "src/index.ts",
953
957
  "exports": [
@@ -960,7 +964,7 @@
960
964
  },
961
965
  {
962
966
  "id": "public-surface:loop/deliver",
963
- "version": "0.6.0",
967
+ "version": "0.7.0",
964
968
  "kind": "composition",
965
969
  "entryPoint": "src/index.ts",
966
970
  "exports": [
@@ -978,7 +982,7 @@
978
982
  },
979
983
  {
980
984
  "id": "public-surface:loop/doctor",
981
- "version": "0.6.0",
985
+ "version": "0.7.0",
982
986
  "kind": "composition",
983
987
  "entryPoint": "src/index.ts",
984
988
  "exports": [
@@ -993,7 +997,7 @@
993
997
  },
994
998
  {
995
999
  "id": "public-surface:loop/guided-install",
996
- "version": "0.6.0",
1000
+ "version": "0.7.0",
997
1001
  "kind": "composition",
998
1002
  "entryPoint": "src/index.ts",
999
1003
  "exports": [
@@ -1006,7 +1010,7 @@
1006
1010
  },
1007
1011
  {
1008
1012
  "id": "public-surface:loop/install",
1009
- "version": "0.6.0",
1013
+ "version": "0.7.0",
1010
1014
  "kind": "composition",
1011
1015
  "entryPoint": "src/index.ts",
1012
1016
  "exports": [
@@ -1030,7 +1034,7 @@
1030
1034
  },
1031
1035
  {
1032
1036
  "id": "public-surface:loop/local-config",
1033
- "version": "0.6.0",
1037
+ "version": "0.7.0",
1034
1038
  "kind": "composition",
1035
1039
  "entryPoint": "src/index.ts",
1036
1040
  "exports": [
@@ -1048,7 +1052,7 @@
1048
1052
  },
1049
1053
  {
1050
1054
  "id": "public-surface:loop/memory",
1051
- "version": "0.6.0",
1055
+ "version": "0.7.0",
1052
1056
  "kind": "composition",
1053
1057
  "entryPoint": "src/index.ts",
1054
1058
  "exports": [
@@ -1070,9 +1074,31 @@
1070
1074
  "writeLearningsLedger"
1071
1075
  ]
1072
1076
  },
1077
+ {
1078
+ "id": "public-surface:loop/model-catalog/index",
1079
+ "version": "0.7.0",
1080
+ "kind": "composition",
1081
+ "entryPoint": "src/index.ts",
1082
+ "exports": [
1083
+ "ArtificialAnalysisModel",
1084
+ "CatalogModel",
1085
+ "ModelQuality",
1086
+ "ProviderCatalog",
1087
+ "fetchArtificialAnalysisModels",
1088
+ "listCliModels",
1089
+ "loadAliases",
1090
+ "loadBuiltinCatalog",
1091
+ "parseArtificialAnalysisPayload",
1092
+ "parseGrokModelsOutput",
1093
+ "readAaCache",
1094
+ "resolveAlias",
1095
+ "resolveCatalogCandidates",
1096
+ "writeAaCache"
1097
+ ]
1098
+ },
1073
1099
  {
1074
1100
  "id": "public-surface:loop/process",
1075
- "version": "0.6.0",
1101
+ "version": "0.7.0",
1076
1102
  "kind": "composition",
1077
1103
  "entryPoint": "src/index.ts",
1078
1104
  "exports": [
@@ -1081,7 +1107,7 @@
1081
1107
  },
1082
1108
  {
1083
1109
  "id": "public-surface:loop/retro",
1084
- "version": "0.6.0",
1110
+ "version": "0.7.0",
1085
1111
  "kind": "composition",
1086
1112
  "entryPoint": "src/index.ts",
1087
1113
  "exports": [
@@ -1106,7 +1132,7 @@
1106
1132
  },
1107
1133
  {
1108
1134
  "id": "public-surface:loop/routing",
1109
- "version": "0.6.0",
1135
+ "version": "0.7.0",
1110
1136
  "kind": "composition",
1111
1137
  "entryPoint": "src/index.ts",
1112
1138
  "exports": [
@@ -1120,7 +1146,7 @@
1120
1146
  },
1121
1147
  {
1122
1148
  "id": "public-surface:loop/slots",
1123
- "version": "0.6.0",
1149
+ "version": "0.7.0",
1124
1150
  "kind": "composition",
1125
1151
  "entryPoint": "src/index.ts",
1126
1152
  "exports": [
@@ -1135,7 +1161,7 @@
1135
1161
  },
1136
1162
  {
1137
1163
  "id": "public-surface:loop/tick",
1138
- "version": "0.6.0",
1164
+ "version": "0.7.0",
1139
1165
  "kind": "composition",
1140
1166
  "entryPoint": "src/index.ts",
1141
1167
  "exports": [
@@ -1159,7 +1185,7 @@
1159
1185
  },
1160
1186
  {
1161
1187
  "id": "public-surface:loop/ui/terminal",
1162
- "version": "0.6.0",
1188
+ "version": "0.7.0",
1163
1189
  "kind": "composition",
1164
1190
  "entryPoint": "src/index.ts",
1165
1191
  "exports": [
@@ -1169,7 +1195,7 @@
1169
1195
  },
1170
1196
  {
1171
1197
  "id": "public-surface:loop/watch",
1172
- "version": "0.6.0",
1198
+ "version": "0.7.0",
1173
1199
  "kind": "composition",
1174
1200
  "entryPoint": "src/index.ts",
1175
1201
  "exports": [
@@ -1186,5 +1212,5 @@
1186
1212
  ]
1187
1213
  }
1188
1214
  ],
1189
- "digest": "9fe2e47222eccc6a31ffdd562631eef2bb9b125ced5b8ec99327610e366e32cf"
1215
+ "digest": "61306b6e1d65e137568cd057af3ce9391772e72723eded38d07ebb293b1625ca"
1190
1216
  }