@contractspec/module.examples 4.0.3 → 4.0.4

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.
@@ -9,6 +9,7 @@ export declare const EXAMPLE_REGISTRY: ({
9
9
  stability: "experimental";
10
10
  owners: "@contractspec-core"[];
11
11
  tags: ("agent-console" | "package" | "examples" | "agents" | "autonomous")[];
12
+ summary?: undefined;
12
13
  };
13
14
  surfaces: {
14
15
  templates: true;
@@ -26,6 +27,7 @@ export declare const EXAMPLE_REGISTRY: ({
26
27
  };
27
28
  entrypoints: {
28
29
  packageName: string;
30
+ docs?: undefined;
29
31
  };
30
32
  } | {
31
33
  meta: {
@@ -38,6 +40,7 @@ export declare const EXAMPLE_REGISTRY: ({
38
40
  stability: "beta";
39
41
  owners: "@contractspec-core"[];
40
42
  tags: ("package" | "examples" | "ai-chat-assistant")[];
43
+ summary?: undefined;
41
44
  };
42
45
  surfaces: {
43
46
  templates: true;
@@ -55,6 +58,7 @@ export declare const EXAMPLE_REGISTRY: ({
55
58
  };
56
59
  entrypoints: {
57
60
  packageName: string;
61
+ docs?: undefined;
58
62
  };
59
63
  } | {
60
64
  meta: {
@@ -67,6 +71,7 @@ export declare const EXAMPLE_REGISTRY: ({
67
71
  stability: "experimental";
68
72
  owners: "@contractspec-core"[];
69
73
  tags: ("package" | "examples" | "ai-support-bot")[];
74
+ summary?: undefined;
70
75
  };
71
76
  surfaces: {
72
77
  templates: true;
@@ -84,6 +89,7 @@ export declare const EXAMPLE_REGISTRY: ({
84
89
  };
85
90
  entrypoints: {
86
91
  packageName: string;
92
+ docs?: undefined;
87
93
  };
88
94
  } | {
89
95
  meta: {
@@ -96,6 +102,7 @@ export declare const EXAMPLE_REGISTRY: ({
96
102
  stability: "stable";
97
103
  owners: "@contractspec-core"[];
98
104
  tags: ("package" | "examples" | "analytics-dashboard" | "analytics" | "dashboard")[];
105
+ summary?: undefined;
99
106
  };
100
107
  surfaces: {
101
108
  templates: true;
@@ -113,6 +120,7 @@ export declare const EXAMPLE_REGISTRY: ({
113
120
  };
114
121
  entrypoints: {
115
122
  packageName: string;
123
+ docs?: undefined;
116
124
  };
117
125
  } | {
118
126
  meta: {
@@ -125,6 +133,7 @@ export declare const EXAMPLE_REGISTRY: ({
125
133
  stability: "experimental";
126
134
  owners: "@contractspec-core"[];
127
135
  tags: ("package" | "examples" | "calendar-google")[];
136
+ summary?: undefined;
128
137
  };
129
138
  surfaces: {
130
139
  templates: true;
@@ -142,6 +151,7 @@ export declare const EXAMPLE_REGISTRY: ({
142
151
  };
143
152
  entrypoints: {
144
153
  packageName: string;
154
+ docs?: undefined;
145
155
  };
146
156
  } | {
147
157
  meta: {
@@ -154,6 +164,7 @@ export declare const EXAMPLE_REGISTRY: ({
154
164
  stability: "experimental";
155
165
  owners: "@contractspec-core"[];
156
166
  tags: ("package" | "examples" | "content-generation")[];
167
+ summary?: undefined;
157
168
  };
158
169
  surfaces: {
159
170
  templates: true;
@@ -171,6 +182,7 @@ export declare const EXAMPLE_REGISTRY: ({
171
182
  };
172
183
  entrypoints: {
173
184
  packageName: string;
185
+ docs?: undefined;
174
186
  };
175
187
  } | {
176
188
  meta: {
@@ -183,6 +195,7 @@ export declare const EXAMPLE_REGISTRY: ({
183
195
  stability: "experimental";
184
196
  owners: "@contractspec-core"[];
185
197
  tags: ("package" | "examples" | "crm-pipeline")[];
198
+ summary?: undefined;
186
199
  };
187
200
  surfaces: {
188
201
  templates: true;
@@ -200,6 +213,7 @@ export declare const EXAMPLE_REGISTRY: ({
200
213
  };
201
214
  entrypoints: {
202
215
  packageName: string;
216
+ docs?: undefined;
203
217
  };
204
218
  } | {
205
219
  meta: {
@@ -212,6 +226,7 @@ export declare const EXAMPLE_REGISTRY: ({
212
226
  stability: "experimental";
213
227
  owners: "@contractspec-core"[];
214
228
  tags: ("package" | "examples" | "data-grid-showcase")[];
229
+ summary?: undefined;
215
230
  };
216
231
  surfaces: {
217
232
  templates: false;
@@ -229,6 +244,7 @@ export declare const EXAMPLE_REGISTRY: ({
229
244
  };
230
245
  entrypoints: {
231
246
  packageName: string;
247
+ docs?: undefined;
232
248
  };
233
249
  } | {
234
250
  meta: {
@@ -241,6 +257,7 @@ export declare const EXAMPLE_REGISTRY: ({
241
257
  stability: "experimental";
242
258
  owners: "@contractspec-core"[];
243
259
  tags: ("package" | "examples" | "email-gmail")[];
260
+ summary?: undefined;
244
261
  };
245
262
  surfaces: {
246
263
  templates: true;
@@ -258,6 +275,38 @@ export declare const EXAMPLE_REGISTRY: ({
258
275
  };
259
276
  entrypoints: {
260
277
  packageName: string;
278
+ docs?: undefined;
279
+ };
280
+ } | {
281
+ meta: {
282
+ key: string;
283
+ version: string;
284
+ title: string;
285
+ description: string;
286
+ summary: string;
287
+ kind: "template";
288
+ visibility: "public";
289
+ stability: "stable";
290
+ owners: "@contractspec-core"[];
291
+ tags: ("template" | "ui" | "package" | "examples" | "form-showcase" | "forms")[];
292
+ };
293
+ surfaces: {
294
+ templates: true;
295
+ sandbox: {
296
+ enabled: true;
297
+ modes: ("playground" | "specs")[];
298
+ };
299
+ studio: {
300
+ enabled: false;
301
+ installable: false;
302
+ };
303
+ mcp: {
304
+ enabled: false;
305
+ };
306
+ };
307
+ entrypoints: {
308
+ packageName: string;
309
+ docs: string;
261
310
  };
262
311
  } | {
263
312
  meta: {
@@ -270,6 +319,7 @@ export declare const EXAMPLE_REGISTRY: ({
270
319
  stability: "experimental";
271
320
  owners: "@contractspec-core"[];
272
321
  tags: ("package" | "examples" | "harness-lab")[];
322
+ summary?: undefined;
273
323
  };
274
324
  surfaces: {
275
325
  templates: true;
@@ -287,6 +337,7 @@ export declare const EXAMPLE_REGISTRY: ({
287
337
  };
288
338
  entrypoints: {
289
339
  packageName: string;
340
+ docs?: undefined;
290
341
  };
291
342
  } | {
292
343
  meta: {
@@ -299,6 +350,7 @@ export declare const EXAMPLE_REGISTRY: ({
299
350
  stability: "experimental";
300
351
  owners: "@contractspec-core"[];
301
352
  tags: ("package" | "examples" | "in-app-docs")[];
353
+ summary?: undefined;
302
354
  };
303
355
  surfaces: {
304
356
  templates: true;
@@ -316,6 +368,7 @@ export declare const EXAMPLE_REGISTRY: ({
316
368
  };
317
369
  entrypoints: {
318
370
  packageName: string;
371
+ docs?: undefined;
319
372
  };
320
373
  } | {
321
374
  meta: {
@@ -328,6 +381,7 @@ export declare const EXAMPLE_REGISTRY: ({
328
381
  stability: "experimental";
329
382
  owners: "@contractspec-core"[];
330
383
  tags: ("package" | "examples" | "integration-hub")[];
384
+ summary?: undefined;
331
385
  };
332
386
  surfaces: {
333
387
  templates: true;
@@ -345,6 +399,7 @@ export declare const EXAMPLE_REGISTRY: ({
345
399
  };
346
400
  entrypoints: {
347
401
  packageName: string;
402
+ docs?: undefined;
348
403
  };
349
404
  } | {
350
405
  meta: {
@@ -357,6 +412,7 @@ export declare const EXAMPLE_REGISTRY: ({
357
412
  stability: "experimental";
358
413
  owners: "@contractspec-core"[];
359
414
  tags: ("package" | "examples" | "integration-posthog")[];
415
+ summary?: undefined;
360
416
  };
361
417
  surfaces: {
362
418
  templates: true;
@@ -374,6 +430,7 @@ export declare const EXAMPLE_REGISTRY: ({
374
430
  };
375
431
  entrypoints: {
376
432
  packageName: string;
433
+ docs?: undefined;
377
434
  };
378
435
  } | {
379
436
  meta: {
@@ -386,6 +443,7 @@ export declare const EXAMPLE_REGISTRY: ({
386
443
  stability: "experimental";
387
444
  owners: "@contractspec-core"[];
388
445
  tags: ("package" | "examples" | "integration-stripe")[];
446
+ summary?: undefined;
389
447
  };
390
448
  surfaces: {
391
449
  templates: true;
@@ -403,6 +461,7 @@ export declare const EXAMPLE_REGISTRY: ({
403
461
  };
404
462
  entrypoints: {
405
463
  packageName: string;
464
+ docs?: undefined;
406
465
  };
407
466
  } | {
408
467
  meta: {
@@ -415,6 +474,7 @@ export declare const EXAMPLE_REGISTRY: ({
415
474
  stability: "experimental";
416
475
  owners: "@contractspec-core"[];
417
476
  tags: ("package" | "examples" | "integration-supabase")[];
477
+ summary?: undefined;
418
478
  };
419
479
  surfaces: {
420
480
  templates: true;
@@ -432,6 +492,7 @@ export declare const EXAMPLE_REGISTRY: ({
432
492
  };
433
493
  entrypoints: {
434
494
  packageName: string;
495
+ docs?: undefined;
435
496
  };
436
497
  } | {
437
498
  meta: {
@@ -444,6 +505,7 @@ export declare const EXAMPLE_REGISTRY: ({
444
505
  stability: "experimental";
445
506
  owners: "@contractspec-core"[];
446
507
  tags: ("package" | "examples" | "kb-update-pipeline")[];
508
+ summary?: undefined;
447
509
  };
448
510
  surfaces: {
449
511
  templates: true;
@@ -461,6 +523,7 @@ export declare const EXAMPLE_REGISTRY: ({
461
523
  };
462
524
  entrypoints: {
463
525
  packageName: string;
526
+ docs?: undefined;
464
527
  };
465
528
  } | {
466
529
  meta: {
@@ -473,6 +536,7 @@ export declare const EXAMPLE_REGISTRY: ({
473
536
  stability: "experimental";
474
537
  owners: "@contractspec-core"[];
475
538
  tags: ("package" | "examples" | "knowledge-canon")[];
539
+ summary?: undefined;
476
540
  };
477
541
  surfaces: {
478
542
  templates: true;
@@ -490,6 +554,7 @@ export declare const EXAMPLE_REGISTRY: ({
490
554
  };
491
555
  entrypoints: {
492
556
  packageName: string;
557
+ docs?: undefined;
493
558
  };
494
559
  } | {
495
560
  meta: {
@@ -502,6 +567,7 @@ export declare const EXAMPLE_REGISTRY: ({
502
567
  stability: "experimental";
503
568
  owners: "@contractspec-core"[];
504
569
  tags: ("package" | "examples" | "learning-journey-ambient-coach")[];
570
+ summary?: undefined;
505
571
  };
506
572
  surfaces: {
507
573
  templates: true;
@@ -519,6 +585,7 @@ export declare const EXAMPLE_REGISTRY: ({
519
585
  };
520
586
  entrypoints: {
521
587
  packageName: string;
588
+ docs?: undefined;
522
589
  };
523
590
  } | {
524
591
  meta: {
@@ -531,6 +598,7 @@ export declare const EXAMPLE_REGISTRY: ({
531
598
  stability: "experimental";
532
599
  owners: "@contractspec-core"[];
533
600
  tags: ("package" | "examples" | "learning-journey-crm-onboarding")[];
601
+ summary?: undefined;
534
602
  };
535
603
  surfaces: {
536
604
  templates: true;
@@ -548,6 +616,7 @@ export declare const EXAMPLE_REGISTRY: ({
548
616
  };
549
617
  entrypoints: {
550
618
  packageName: string;
619
+ docs?: undefined;
551
620
  };
552
621
  } | {
553
622
  meta: {
@@ -560,6 +629,7 @@ export declare const EXAMPLE_REGISTRY: ({
560
629
  stability: "experimental";
561
630
  owners: "@contractspec-core"[];
562
631
  tags: ("package" | "examples" | "learning-journey-duo-drills")[];
632
+ summary?: undefined;
563
633
  };
564
634
  surfaces: {
565
635
  templates: true;
@@ -577,6 +647,7 @@ export declare const EXAMPLE_REGISTRY: ({
577
647
  };
578
648
  entrypoints: {
579
649
  packageName: string;
650
+ docs?: undefined;
580
651
  };
581
652
  } | {
582
653
  meta: {
@@ -589,6 +660,7 @@ export declare const EXAMPLE_REGISTRY: ({
589
660
  stability: "experimental";
590
661
  owners: "@contractspec-core"[];
591
662
  tags: ("package" | "examples" | "learning-journey-platform-tour")[];
663
+ summary?: undefined;
592
664
  };
593
665
  surfaces: {
594
666
  templates: true;
@@ -606,6 +678,7 @@ export declare const EXAMPLE_REGISTRY: ({
606
678
  };
607
679
  entrypoints: {
608
680
  packageName: string;
681
+ docs?: undefined;
609
682
  };
610
683
  } | {
611
684
  meta: {
@@ -618,6 +691,7 @@ export declare const EXAMPLE_REGISTRY: ({
618
691
  stability: "experimental";
619
692
  owners: "@contractspec-core"[];
620
693
  tags: ("package" | "examples" | "learning-journey-quest-challenges")[];
694
+ summary?: undefined;
621
695
  };
622
696
  surfaces: {
623
697
  templates: true;
@@ -635,6 +709,7 @@ export declare const EXAMPLE_REGISTRY: ({
635
709
  };
636
710
  entrypoints: {
637
711
  packageName: string;
712
+ docs?: undefined;
638
713
  };
639
714
  } | {
640
715
  meta: {
@@ -647,6 +722,7 @@ export declare const EXAMPLE_REGISTRY: ({
647
722
  stability: "experimental";
648
723
  owners: "@contractspec-core"[];
649
724
  tags: ("package" | "examples" | "learning-journey-registry")[];
725
+ summary?: undefined;
650
726
  };
651
727
  surfaces: {
652
728
  templates: true;
@@ -664,6 +740,7 @@ export declare const EXAMPLE_REGISTRY: ({
664
740
  };
665
741
  entrypoints: {
666
742
  packageName: string;
743
+ docs?: undefined;
667
744
  };
668
745
  } | {
669
746
  meta: {
@@ -676,6 +753,7 @@ export declare const EXAMPLE_REGISTRY: ({
676
753
  stability: "experimental";
677
754
  owners: "@contractspec-core"[];
678
755
  tags: ("package" | "examples" | "learning-journey-studio-onboarding")[];
756
+ summary?: undefined;
679
757
  };
680
758
  surfaces: {
681
759
  templates: true;
@@ -693,6 +771,7 @@ export declare const EXAMPLE_REGISTRY: ({
693
771
  };
694
772
  entrypoints: {
695
773
  packageName: string;
774
+ docs?: undefined;
696
775
  };
697
776
  } | {
698
777
  meta: {
@@ -705,6 +784,7 @@ export declare const EXAMPLE_REGISTRY: ({
705
784
  stability: "experimental";
706
785
  owners: "@contractspec-core"[];
707
786
  tags: ("package" | "examples" | "learning-journey-ui-coaching")[];
787
+ summary?: undefined;
708
788
  };
709
789
  surfaces: {
710
790
  templates: true;
@@ -722,6 +802,7 @@ export declare const EXAMPLE_REGISTRY: ({
722
802
  };
723
803
  entrypoints: {
724
804
  packageName: string;
805
+ docs?: undefined;
725
806
  };
726
807
  } | {
727
808
  meta: {
@@ -734,6 +815,7 @@ export declare const EXAMPLE_REGISTRY: ({
734
815
  stability: "experimental";
735
816
  owners: "@contractspec-core"[];
736
817
  tags: ("package" | "examples" | "learning-journey-ui-gamified")[];
818
+ summary?: undefined;
737
819
  };
738
820
  surfaces: {
739
821
  templates: true;
@@ -751,6 +833,7 @@ export declare const EXAMPLE_REGISTRY: ({
751
833
  };
752
834
  entrypoints: {
753
835
  packageName: string;
836
+ docs?: undefined;
754
837
  };
755
838
  } | {
756
839
  meta: {
@@ -763,6 +846,7 @@ export declare const EXAMPLE_REGISTRY: ({
763
846
  stability: "experimental";
764
847
  owners: "@contractspec-core"[];
765
848
  tags: ("package" | "examples" | "learning-journey-ui-onboarding")[];
849
+ summary?: undefined;
766
850
  };
767
851
  surfaces: {
768
852
  templates: true;
@@ -780,6 +864,7 @@ export declare const EXAMPLE_REGISTRY: ({
780
864
  };
781
865
  entrypoints: {
782
866
  packageName: string;
867
+ docs?: undefined;
783
868
  };
784
869
  } | {
785
870
  meta: {
@@ -792,6 +877,7 @@ export declare const EXAMPLE_REGISTRY: ({
792
877
  stability: "experimental";
793
878
  owners: "@contractspec-core"[];
794
879
  tags: ("package" | "examples" | "learning-journey-ui-shared")[];
880
+ summary?: undefined;
795
881
  };
796
882
  surfaces: {
797
883
  templates: true;
@@ -809,6 +895,7 @@ export declare const EXAMPLE_REGISTRY: ({
809
895
  };
810
896
  entrypoints: {
811
897
  packageName: string;
898
+ docs?: undefined;
812
899
  };
813
900
  } | {
814
901
  meta: {
@@ -821,6 +908,7 @@ export declare const EXAMPLE_REGISTRY: ({
821
908
  stability: "experimental";
822
909
  owners: "@contractspec-core"[];
823
910
  tags: ("package" | "examples" | "learning-patterns")[];
911
+ summary?: undefined;
824
912
  };
825
913
  surfaces: {
826
914
  templates: true;
@@ -838,6 +926,7 @@ export declare const EXAMPLE_REGISTRY: ({
838
926
  };
839
927
  entrypoints: {
840
928
  packageName: string;
929
+ docs?: undefined;
841
930
  };
842
931
  } | {
843
932
  meta: {
@@ -850,6 +939,7 @@ export declare const EXAMPLE_REGISTRY: ({
850
939
  stability: "experimental";
851
940
  owners: "@contractspec-core"[];
852
941
  tags: ("package" | "examples" | "lifecycle-cli")[];
942
+ summary?: undefined;
853
943
  };
854
944
  surfaces: {
855
945
  templates: true;
@@ -867,6 +957,7 @@ export declare const EXAMPLE_REGISTRY: ({
867
957
  };
868
958
  entrypoints: {
869
959
  packageName: string;
960
+ docs?: undefined;
870
961
  };
871
962
  } | {
872
963
  meta: {
@@ -879,6 +970,7 @@ export declare const EXAMPLE_REGISTRY: ({
879
970
  stability: "experimental";
880
971
  owners: "@contractspec-core"[];
881
972
  tags: ("package" | "examples" | "lifecycle-dashboard")[];
973
+ summary?: undefined;
882
974
  };
883
975
  surfaces: {
884
976
  templates: true;
@@ -896,6 +988,7 @@ export declare const EXAMPLE_REGISTRY: ({
896
988
  };
897
989
  entrypoints: {
898
990
  packageName: string;
991
+ docs?: undefined;
899
992
  };
900
993
  } | {
901
994
  meta: {
@@ -908,6 +1001,7 @@ export declare const EXAMPLE_REGISTRY: ({
908
1001
  stability: "experimental";
909
1002
  owners: "@contractspec-core"[];
910
1003
  tags: ("package" | "examples" | "locale-jurisdiction-gate")[];
1004
+ summary?: undefined;
911
1005
  };
912
1006
  surfaces: {
913
1007
  templates: true;
@@ -925,6 +1019,7 @@ export declare const EXAMPLE_REGISTRY: ({
925
1019
  };
926
1020
  entrypoints: {
927
1021
  packageName: string;
1022
+ docs?: undefined;
928
1023
  };
929
1024
  } | {
930
1025
  meta: {
@@ -937,6 +1032,7 @@ export declare const EXAMPLE_REGISTRY: ({
937
1032
  stability: "experimental";
938
1033
  owners: "@contractspec-core"[];
939
1034
  tags: ("marketplace" | "package" | "examples")[];
1035
+ summary?: undefined;
940
1036
  };
941
1037
  surfaces: {
942
1038
  templates: true;
@@ -954,6 +1050,7 @@ export declare const EXAMPLE_REGISTRY: ({
954
1050
  };
955
1051
  entrypoints: {
956
1052
  packageName: string;
1053
+ docs?: undefined;
957
1054
  };
958
1055
  } | {
959
1056
  meta: {
@@ -966,6 +1063,7 @@ export declare const EXAMPLE_REGISTRY: ({
966
1063
  stability: "experimental";
967
1064
  owners: "@contractspec-core"[];
968
1065
  tags: ("package" | "examples" | "meeting-recorder-providers")[];
1066
+ summary?: undefined;
969
1067
  };
970
1068
  surfaces: {
971
1069
  templates: true;
@@ -983,6 +1081,7 @@ export declare const EXAMPLE_REGISTRY: ({
983
1081
  };
984
1082
  entrypoints: {
985
1083
  packageName: string;
1084
+ docs?: undefined;
986
1085
  };
987
1086
  } | {
988
1087
  meta: {
@@ -995,6 +1094,7 @@ export declare const EXAMPLE_REGISTRY: ({
995
1094
  stability: "beta";
996
1095
  owners: "@contractspec-core"[];
997
1096
  tags: ("package" | "examples" | "agents" | "messaging-agent-actions" | "telegram")[];
1097
+ summary?: undefined;
998
1098
  };
999
1099
  surfaces: {
1000
1100
  templates: true;
@@ -1012,6 +1112,7 @@ export declare const EXAMPLE_REGISTRY: ({
1012
1112
  };
1013
1113
  entrypoints: {
1014
1114
  packageName: string;
1115
+ docs?: undefined;
1015
1116
  };
1016
1117
  } | {
1017
1118
  meta: {
@@ -1024,6 +1125,7 @@ export declare const EXAMPLE_REGISTRY: ({
1024
1125
  stability: "stable";
1025
1126
  owners: "@contractspec-core"[];
1026
1127
  tags: ("package" | "examples" | "minimal" | "quickstart")[];
1128
+ summary?: undefined;
1027
1129
  };
1028
1130
  surfaces: {
1029
1131
  templates: true;
@@ -1041,6 +1143,7 @@ export declare const EXAMPLE_REGISTRY: ({
1041
1143
  };
1042
1144
  entrypoints: {
1043
1145
  packageName: string;
1146
+ docs?: undefined;
1044
1147
  };
1045
1148
  } | {
1046
1149
  meta: {
@@ -1053,6 +1156,7 @@ export declare const EXAMPLE_REGISTRY: ({
1053
1156
  stability: "experimental";
1054
1157
  owners: "@contractspec-core"[];
1055
1158
  tags: ("package" | "examples" | "openbanking-powens")[];
1159
+ summary?: undefined;
1056
1160
  };
1057
1161
  surfaces: {
1058
1162
  templates: true;
@@ -1070,6 +1174,7 @@ export declare const EXAMPLE_REGISTRY: ({
1070
1174
  };
1071
1175
  entrypoints: {
1072
1176
  packageName: string;
1177
+ docs?: undefined;
1073
1178
  };
1074
1179
  } | {
1075
1180
  meta: {
@@ -1082,6 +1187,7 @@ export declare const EXAMPLE_REGISTRY: ({
1082
1187
  stability: "stable";
1083
1188
  owners: "@contractspec-core"[];
1084
1189
  tags: ("package" | "examples" | "opencode-cli")[];
1190
+ summary?: undefined;
1085
1191
  };
1086
1192
  surfaces: {
1087
1193
  templates: false;
@@ -1099,6 +1205,7 @@ export declare const EXAMPLE_REGISTRY: ({
1099
1205
  };
1100
1206
  entrypoints: {
1101
1207
  packageName: string;
1208
+ docs?: undefined;
1102
1209
  };
1103
1210
  } | {
1104
1211
  meta: {
@@ -1111,6 +1218,7 @@ export declare const EXAMPLE_REGISTRY: ({
1111
1218
  stability: "experimental";
1112
1219
  owners: "@contractspec-core"[];
1113
1220
  tags: ("package" | "examples" | "personalization")[];
1221
+ summary?: undefined;
1114
1222
  };
1115
1223
  surfaces: {
1116
1224
  templates: true;
@@ -1128,6 +1236,7 @@ export declare const EXAMPLE_REGISTRY: ({
1128
1236
  };
1129
1237
  entrypoints: {
1130
1238
  packageName: string;
1239
+ docs?: undefined;
1131
1240
  };
1132
1241
  } | {
1133
1242
  meta: {
@@ -1140,6 +1249,7 @@ export declare const EXAMPLE_REGISTRY: ({
1140
1249
  stability: "experimental";
1141
1250
  owners: "@contractspec-core"[];
1142
1251
  tags: ("package" | "examples" | "pocket-family-office")[];
1252
+ summary?: undefined;
1143
1253
  };
1144
1254
  surfaces: {
1145
1255
  templates: true;
@@ -1157,6 +1267,7 @@ export declare const EXAMPLE_REGISTRY: ({
1157
1267
  };
1158
1268
  entrypoints: {
1159
1269
  packageName: string;
1270
+ docs?: undefined;
1160
1271
  };
1161
1272
  } | {
1162
1273
  meta: {
@@ -1169,6 +1280,7 @@ export declare const EXAMPLE_REGISTRY: ({
1169
1280
  stability: "beta";
1170
1281
  owners: "@contractspec-core"[];
1171
1282
  tags: ("knowledge" | "package" | "examples" | "policy-safe-knowledge-assistant" | "policy" | "assistant")[];
1283
+ summary?: undefined;
1172
1284
  };
1173
1285
  surfaces: {
1174
1286
  templates: true;
@@ -1186,6 +1298,7 @@ export declare const EXAMPLE_REGISTRY: ({
1186
1298
  };
1187
1299
  entrypoints: {
1188
1300
  packageName: string;
1301
+ docs?: undefined;
1189
1302
  };
1190
1303
  } | {
1191
1304
  meta: {
@@ -1198,6 +1311,7 @@ export declare const EXAMPLE_REGISTRY: ({
1198
1311
  stability: "experimental";
1199
1312
  owners: "@contractspec-core"[];
1200
1313
  tags: ("package" | "examples" | "product-intent")[];
1314
+ summary?: undefined;
1201
1315
  };
1202
1316
  surfaces: {
1203
1317
  templates: true;
@@ -1215,6 +1329,7 @@ export declare const EXAMPLE_REGISTRY: ({
1215
1329
  };
1216
1330
  entrypoints: {
1217
1331
  packageName: string;
1332
+ docs?: undefined;
1218
1333
  };
1219
1334
  } | {
1220
1335
  meta: {
@@ -1227,6 +1342,7 @@ export declare const EXAMPLE_REGISTRY: ({
1227
1342
  stability: "experimental";
1228
1343
  owners: "@contractspec-core"[];
1229
1344
  tags: ("package" | "examples" | "project-management-sync")[];
1345
+ summary?: undefined;
1230
1346
  };
1231
1347
  surfaces: {
1232
1348
  templates: true;
@@ -1244,6 +1360,7 @@ export declare const EXAMPLE_REGISTRY: ({
1244
1360
  };
1245
1361
  entrypoints: {
1246
1362
  packageName: string;
1363
+ docs?: undefined;
1247
1364
  };
1248
1365
  } | {
1249
1366
  meta: {
@@ -1256,6 +1373,7 @@ export declare const EXAMPLE_REGISTRY: ({
1256
1373
  stability: "experimental";
1257
1374
  owners: "@contractspec-core"[];
1258
1375
  tags: ("package" | "examples" | "saas-boilerplate")[];
1376
+ summary?: undefined;
1259
1377
  };
1260
1378
  surfaces: {
1261
1379
  templates: true;
@@ -1273,6 +1391,7 @@ export declare const EXAMPLE_REGISTRY: ({
1273
1391
  };
1274
1392
  entrypoints: {
1275
1393
  packageName: string;
1394
+ docs?: undefined;
1276
1395
  };
1277
1396
  } | {
1278
1397
  meta: {
@@ -1285,6 +1404,7 @@ export declare const EXAMPLE_REGISTRY: ({
1285
1404
  stability: "experimental";
1286
1405
  owners: "@contractspec-core"[];
1287
1406
  tags: ("package" | "examples" | "service-business-os")[];
1407
+ summary?: undefined;
1288
1408
  };
1289
1409
  surfaces: {
1290
1410
  templates: true;
@@ -1302,6 +1422,7 @@ export declare const EXAMPLE_REGISTRY: ({
1302
1422
  };
1303
1423
  entrypoints: {
1304
1424
  packageName: string;
1425
+ docs?: undefined;
1305
1426
  };
1306
1427
  } | {
1307
1428
  meta: {
@@ -1314,6 +1435,7 @@ export declare const EXAMPLE_REGISTRY: ({
1314
1435
  stability: "experimental";
1315
1436
  owners: "@contractspec-core"[];
1316
1437
  tags: ("package" | "examples" | "team-hub")[];
1438
+ summary?: undefined;
1317
1439
  };
1318
1440
  surfaces: {
1319
1441
  templates: true;
@@ -1331,6 +1453,7 @@ export declare const EXAMPLE_REGISTRY: ({
1331
1453
  };
1332
1454
  entrypoints: {
1333
1455
  packageName: string;
1456
+ docs?: undefined;
1334
1457
  };
1335
1458
  } | {
1336
1459
  meta: {
@@ -1343,6 +1466,7 @@ export declare const EXAMPLE_REGISTRY: ({
1343
1466
  stability: "experimental";
1344
1467
  owners: "@contractspec-core"[];
1345
1468
  tags: ("package" | "examples" | "versioned-knowledge-base")[];
1469
+ summary?: undefined;
1346
1470
  };
1347
1471
  surfaces: {
1348
1472
  templates: true;
@@ -1360,6 +1484,7 @@ export declare const EXAMPLE_REGISTRY: ({
1360
1484
  };
1361
1485
  entrypoints: {
1362
1486
  packageName: string;
1487
+ docs?: undefined;
1363
1488
  };
1364
1489
  } | {
1365
1490
  meta: {
@@ -1372,6 +1497,7 @@ export declare const EXAMPLE_REGISTRY: ({
1372
1497
  stability: "experimental";
1373
1498
  owners: "@contractspec-core"[];
1374
1499
  tags: ("package" | "examples" | "video-api-showcase")[];
1500
+ summary?: undefined;
1375
1501
  };
1376
1502
  surfaces: {
1377
1503
  templates: true;
@@ -1389,6 +1515,7 @@ export declare const EXAMPLE_REGISTRY: ({
1389
1515
  };
1390
1516
  entrypoints: {
1391
1517
  packageName: string;
1518
+ docs?: undefined;
1392
1519
  };
1393
1520
  } | {
1394
1521
  meta: {
@@ -1401,6 +1528,7 @@ export declare const EXAMPLE_REGISTRY: ({
1401
1528
  stability: "experimental";
1402
1529
  owners: "@contractspec-core"[];
1403
1530
  tags: ("package" | "examples" | "video-docs-terminal")[];
1531
+ summary?: undefined;
1404
1532
  };
1405
1533
  surfaces: {
1406
1534
  templates: true;
@@ -1418,6 +1546,7 @@ export declare const EXAMPLE_REGISTRY: ({
1418
1546
  };
1419
1547
  entrypoints: {
1420
1548
  packageName: string;
1549
+ docs?: undefined;
1421
1550
  };
1422
1551
  } | {
1423
1552
  meta: {
@@ -1430,6 +1559,7 @@ export declare const EXAMPLE_REGISTRY: ({
1430
1559
  stability: "experimental";
1431
1560
  owners: "@contractspec-core"[];
1432
1561
  tags: ("package" | "examples" | "video-marketing-clip")[];
1562
+ summary?: undefined;
1433
1563
  };
1434
1564
  surfaces: {
1435
1565
  templates: true;
@@ -1447,6 +1577,7 @@ export declare const EXAMPLE_REGISTRY: ({
1447
1577
  };
1448
1578
  entrypoints: {
1449
1579
  packageName: string;
1580
+ docs?: undefined;
1450
1581
  };
1451
1582
  } | {
1452
1583
  meta: {
@@ -1459,6 +1590,7 @@ export declare const EXAMPLE_REGISTRY: ({
1459
1590
  stability: "stable";
1460
1591
  owners: "@contractspec-core"[];
1461
1592
  tags: ("package" | "examples" | "visualization-showcase" | "visualization" | "charts")[];
1593
+ summary?: undefined;
1462
1594
  };
1463
1595
  surfaces: {
1464
1596
  templates: true;
@@ -1476,6 +1608,7 @@ export declare const EXAMPLE_REGISTRY: ({
1476
1608
  };
1477
1609
  entrypoints: {
1478
1610
  packageName: string;
1611
+ docs?: undefined;
1479
1612
  };
1480
1613
  } | {
1481
1614
  meta: {
@@ -1488,6 +1621,7 @@ export declare const EXAMPLE_REGISTRY: ({
1488
1621
  stability: "beta";
1489
1622
  owners: "@contractspec-core"[];
1490
1623
  tags: ("package" | "examples" | "voice-providers" | "voice" | "gradium" | "fal")[];
1624
+ summary?: undefined;
1491
1625
  };
1492
1626
  surfaces: {
1493
1627
  templates: true;
@@ -1505,6 +1639,7 @@ export declare const EXAMPLE_REGISTRY: ({
1505
1639
  };
1506
1640
  entrypoints: {
1507
1641
  packageName: string;
1642
+ docs?: undefined;
1508
1643
  };
1509
1644
  } | {
1510
1645
  meta: {
@@ -1517,6 +1652,7 @@ export declare const EXAMPLE_REGISTRY: ({
1517
1652
  stability: "experimental";
1518
1653
  owners: "@contractspec-core"[];
1519
1654
  tags: ("package" | "examples" | "wealth-snapshot")[];
1655
+ summary?: undefined;
1520
1656
  };
1521
1657
  surfaces: {
1522
1658
  templates: true;
@@ -1534,6 +1670,7 @@ export declare const EXAMPLE_REGISTRY: ({
1534
1670
  };
1535
1671
  entrypoints: {
1536
1672
  packageName: string;
1673
+ docs?: undefined;
1537
1674
  };
1538
1675
  } | {
1539
1676
  meta: {
@@ -1546,6 +1683,7 @@ export declare const EXAMPLE_REGISTRY: ({
1546
1683
  stability: "experimental";
1547
1684
  owners: "@contractspec-core"[];
1548
1685
  tags: ("package" | "examples" | "workflow-system")[];
1686
+ summary?: undefined;
1549
1687
  };
1550
1688
  surfaces: {
1551
1689
  templates: true;
@@ -1563,6 +1701,7 @@ export declare const EXAMPLE_REGISTRY: ({
1563
1701
  };
1564
1702
  entrypoints: {
1565
1703
  packageName: string;
1704
+ docs?: undefined;
1566
1705
  };
1567
1706
  })[];
1568
1707
  export declare const EXAMPLE_SOURCE_REGISTRY: {