@contractspec/module.examples 4.0.3 → 4.0.5

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