@contractspec/module.examples 3.9.0 → 4.0.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.
@@ -1,2 +1,1574 @@
1
- import type { ExampleSpec } from "@contractspec/lib.contracts-spec/examples/types";
2
- export declare const EXAMPLE_REGISTRY: readonly ExampleSpec[];
1
+ export declare const EXAMPLE_REGISTRY: ({
2
+ meta: {
3
+ key: string;
4
+ version: string;
5
+ title: string;
6
+ description: string;
7
+ kind: "template";
8
+ visibility: "public";
9
+ stability: "experimental";
10
+ owners: "@contractspec-core"[];
11
+ tags: ("agent-console" | "package" | "examples" | "agents" | "autonomous")[];
12
+ };
13
+ surfaces: {
14
+ templates: true;
15
+ sandbox: {
16
+ enabled: true;
17
+ modes: ("playground" | "specs")[];
18
+ };
19
+ studio: {
20
+ enabled: false;
21
+ installable: false;
22
+ };
23
+ mcp: {
24
+ enabled: false;
25
+ };
26
+ };
27
+ entrypoints: {
28
+ packageName: string;
29
+ };
30
+ } | {
31
+ meta: {
32
+ key: string;
33
+ version: string;
34
+ title: string;
35
+ description: string;
36
+ kind: "template";
37
+ visibility: "public";
38
+ stability: "beta";
39
+ owners: "@contractspec-core"[];
40
+ tags: ("package" | "examples" | "ai-chat-assistant")[];
41
+ };
42
+ surfaces: {
43
+ templates: true;
44
+ sandbox: {
45
+ enabled: true;
46
+ modes: ("playground" | "specs")[];
47
+ };
48
+ studio: {
49
+ enabled: false;
50
+ installable: false;
51
+ };
52
+ mcp: {
53
+ enabled: false;
54
+ };
55
+ };
56
+ entrypoints: {
57
+ packageName: string;
58
+ };
59
+ } | {
60
+ meta: {
61
+ key: string;
62
+ version: string;
63
+ title: string;
64
+ description: string;
65
+ kind: "template";
66
+ visibility: "experimental";
67
+ stability: "experimental";
68
+ owners: "@contractspec-core"[];
69
+ tags: ("package" | "examples" | "ai-support-bot")[];
70
+ };
71
+ surfaces: {
72
+ templates: true;
73
+ sandbox: {
74
+ enabled: true;
75
+ modes: ("playground" | "specs")[];
76
+ };
77
+ studio: {
78
+ enabled: false;
79
+ installable: false;
80
+ };
81
+ mcp: {
82
+ enabled: false;
83
+ };
84
+ };
85
+ entrypoints: {
86
+ packageName: string;
87
+ };
88
+ } | {
89
+ meta: {
90
+ key: string;
91
+ version: string;
92
+ title: string;
93
+ description: string;
94
+ kind: "template";
95
+ visibility: "public";
96
+ stability: "stable";
97
+ owners: "@contractspec-core"[];
98
+ tags: ("package" | "examples" | "analytics-dashboard" | "analytics" | "dashboard")[];
99
+ };
100
+ surfaces: {
101
+ templates: true;
102
+ sandbox: {
103
+ enabled: true;
104
+ modes: ("playground" | "specs")[];
105
+ };
106
+ studio: {
107
+ enabled: false;
108
+ installable: false;
109
+ };
110
+ mcp: {
111
+ enabled: false;
112
+ };
113
+ };
114
+ entrypoints: {
115
+ packageName: string;
116
+ };
117
+ } | {
118
+ meta: {
119
+ key: string;
120
+ version: string;
121
+ title: string;
122
+ description: string;
123
+ kind: "template";
124
+ visibility: "public";
125
+ stability: "experimental";
126
+ owners: "@contractspec-core"[];
127
+ tags: ("package" | "examples" | "calendar-google")[];
128
+ };
129
+ surfaces: {
130
+ templates: true;
131
+ sandbox: {
132
+ enabled: true;
133
+ modes: ("playground" | "specs")[];
134
+ };
135
+ studio: {
136
+ enabled: false;
137
+ installable: false;
138
+ };
139
+ mcp: {
140
+ enabled: false;
141
+ };
142
+ };
143
+ entrypoints: {
144
+ packageName: string;
145
+ };
146
+ } | {
147
+ meta: {
148
+ key: string;
149
+ version: string;
150
+ title: string;
151
+ description: string;
152
+ kind: "template";
153
+ visibility: "experimental";
154
+ stability: "experimental";
155
+ owners: "@contractspec-core"[];
156
+ tags: ("package" | "examples" | "content-generation")[];
157
+ };
158
+ surfaces: {
159
+ templates: true;
160
+ sandbox: {
161
+ enabled: true;
162
+ modes: ("playground" | "specs")[];
163
+ };
164
+ studio: {
165
+ enabled: false;
166
+ installable: false;
167
+ };
168
+ mcp: {
169
+ enabled: false;
170
+ };
171
+ };
172
+ entrypoints: {
173
+ packageName: string;
174
+ };
175
+ } | {
176
+ meta: {
177
+ key: string;
178
+ version: string;
179
+ title: string;
180
+ description: string;
181
+ kind: "template";
182
+ visibility: "experimental";
183
+ stability: "experimental";
184
+ owners: "@contractspec-core"[];
185
+ tags: ("package" | "examples" | "crm-pipeline")[];
186
+ };
187
+ surfaces: {
188
+ templates: true;
189
+ sandbox: {
190
+ enabled: true;
191
+ modes: ("playground" | "specs")[];
192
+ };
193
+ studio: {
194
+ enabled: false;
195
+ installable: false;
196
+ };
197
+ mcp: {
198
+ enabled: false;
199
+ };
200
+ };
201
+ entrypoints: {
202
+ packageName: string;
203
+ };
204
+ } | {
205
+ meta: {
206
+ key: string;
207
+ version: string;
208
+ title: string;
209
+ description: string;
210
+ kind: "ui";
211
+ visibility: "public";
212
+ stability: "experimental";
213
+ owners: "@contractspec-core"[];
214
+ tags: ("package" | "examples" | "data-grid-showcase")[];
215
+ };
216
+ surfaces: {
217
+ templates: false;
218
+ sandbox: {
219
+ enabled: true;
220
+ modes: ("playground" | "specs")[];
221
+ };
222
+ studio: {
223
+ enabled: false;
224
+ installable: false;
225
+ };
226
+ mcp: {
227
+ enabled: false;
228
+ };
229
+ };
230
+ entrypoints: {
231
+ packageName: string;
232
+ };
233
+ } | {
234
+ meta: {
235
+ key: string;
236
+ version: string;
237
+ title: string;
238
+ description: string;
239
+ kind: "template";
240
+ visibility: "experimental";
241
+ stability: "experimental";
242
+ owners: "@contractspec-core"[];
243
+ tags: ("package" | "examples" | "email-gmail")[];
244
+ };
245
+ surfaces: {
246
+ templates: true;
247
+ sandbox: {
248
+ enabled: true;
249
+ modes: ("playground" | "specs")[];
250
+ };
251
+ studio: {
252
+ enabled: false;
253
+ installable: false;
254
+ };
255
+ mcp: {
256
+ enabled: false;
257
+ };
258
+ };
259
+ entrypoints: {
260
+ packageName: string;
261
+ };
262
+ } | {
263
+ meta: {
264
+ key: string;
265
+ version: string;
266
+ title: string;
267
+ description: string;
268
+ kind: "template";
269
+ visibility: "experimental";
270
+ stability: "experimental";
271
+ owners: "@contractspec-core"[];
272
+ tags: ("package" | "examples" | "harness-lab")[];
273
+ };
274
+ surfaces: {
275
+ templates: true;
276
+ sandbox: {
277
+ enabled: true;
278
+ modes: ("playground" | "specs")[];
279
+ };
280
+ studio: {
281
+ enabled: false;
282
+ installable: false;
283
+ };
284
+ mcp: {
285
+ enabled: false;
286
+ };
287
+ };
288
+ entrypoints: {
289
+ packageName: string;
290
+ };
291
+ } | {
292
+ meta: {
293
+ key: string;
294
+ version: string;
295
+ title: string;
296
+ description: string;
297
+ kind: "template";
298
+ visibility: "experimental";
299
+ stability: "experimental";
300
+ owners: "@contractspec-core"[];
301
+ tags: ("package" | "examples" | "in-app-docs")[];
302
+ };
303
+ surfaces: {
304
+ templates: true;
305
+ sandbox: {
306
+ enabled: true;
307
+ modes: ("playground" | "specs")[];
308
+ };
309
+ studio: {
310
+ enabled: false;
311
+ installable: false;
312
+ };
313
+ mcp: {
314
+ enabled: false;
315
+ };
316
+ };
317
+ entrypoints: {
318
+ packageName: string;
319
+ };
320
+ } | {
321
+ meta: {
322
+ key: string;
323
+ version: string;
324
+ title: string;
325
+ description: string;
326
+ kind: "template";
327
+ visibility: "experimental";
328
+ stability: "experimental";
329
+ owners: "@contractspec-core"[];
330
+ tags: ("package" | "examples" | "integration-hub")[];
331
+ };
332
+ surfaces: {
333
+ templates: true;
334
+ sandbox: {
335
+ enabled: true;
336
+ modes: ("playground" | "specs")[];
337
+ };
338
+ studio: {
339
+ enabled: false;
340
+ installable: false;
341
+ };
342
+ mcp: {
343
+ enabled: false;
344
+ };
345
+ };
346
+ entrypoints: {
347
+ packageName: string;
348
+ };
349
+ } | {
350
+ meta: {
351
+ key: string;
352
+ version: string;
353
+ title: string;
354
+ description: string;
355
+ kind: "template";
356
+ visibility: "experimental";
357
+ stability: "experimental";
358
+ owners: "@contractspec-core"[];
359
+ tags: ("package" | "examples" | "integration-posthog")[];
360
+ };
361
+ surfaces: {
362
+ templates: true;
363
+ sandbox: {
364
+ enabled: true;
365
+ modes: ("playground" | "specs")[];
366
+ };
367
+ studio: {
368
+ enabled: false;
369
+ installable: false;
370
+ };
371
+ mcp: {
372
+ enabled: false;
373
+ };
374
+ };
375
+ entrypoints: {
376
+ packageName: string;
377
+ };
378
+ } | {
379
+ meta: {
380
+ key: string;
381
+ version: string;
382
+ title: string;
383
+ description: string;
384
+ kind: "template";
385
+ visibility: "experimental";
386
+ stability: "experimental";
387
+ owners: "@contractspec-core"[];
388
+ tags: ("package" | "examples" | "integration-stripe")[];
389
+ };
390
+ surfaces: {
391
+ templates: true;
392
+ sandbox: {
393
+ enabled: true;
394
+ modes: ("playground" | "specs")[];
395
+ };
396
+ studio: {
397
+ enabled: false;
398
+ installable: false;
399
+ };
400
+ mcp: {
401
+ enabled: false;
402
+ };
403
+ };
404
+ entrypoints: {
405
+ packageName: string;
406
+ };
407
+ } | {
408
+ meta: {
409
+ key: string;
410
+ version: string;
411
+ title: string;
412
+ description: string;
413
+ kind: "template";
414
+ visibility: "experimental";
415
+ stability: "experimental";
416
+ owners: "@contractspec-core"[];
417
+ tags: ("package" | "examples" | "integration-supabase")[];
418
+ };
419
+ surfaces: {
420
+ templates: true;
421
+ sandbox: {
422
+ enabled: true;
423
+ modes: ("playground" | "specs")[];
424
+ };
425
+ studio: {
426
+ enabled: false;
427
+ installable: false;
428
+ };
429
+ mcp: {
430
+ enabled: false;
431
+ };
432
+ };
433
+ entrypoints: {
434
+ packageName: string;
435
+ };
436
+ } | {
437
+ meta: {
438
+ key: string;
439
+ version: string;
440
+ title: string;
441
+ description: string;
442
+ kind: "template";
443
+ visibility: "experimental";
444
+ stability: "experimental";
445
+ owners: "@contractspec-core"[];
446
+ tags: ("package" | "examples" | "kb-update-pipeline")[];
447
+ };
448
+ surfaces: {
449
+ templates: true;
450
+ sandbox: {
451
+ enabled: true;
452
+ modes: ("playground" | "specs")[];
453
+ };
454
+ studio: {
455
+ enabled: false;
456
+ installable: false;
457
+ };
458
+ mcp: {
459
+ enabled: false;
460
+ };
461
+ };
462
+ entrypoints: {
463
+ packageName: string;
464
+ };
465
+ } | {
466
+ meta: {
467
+ key: string;
468
+ version: string;
469
+ title: string;
470
+ description: string;
471
+ kind: "template";
472
+ visibility: "experimental";
473
+ stability: "experimental";
474
+ owners: "@contractspec-core"[];
475
+ tags: ("package" | "examples" | "knowledge-canon")[];
476
+ };
477
+ surfaces: {
478
+ templates: true;
479
+ sandbox: {
480
+ enabled: true;
481
+ modes: ("playground" | "specs")[];
482
+ };
483
+ studio: {
484
+ enabled: false;
485
+ installable: false;
486
+ };
487
+ mcp: {
488
+ enabled: false;
489
+ };
490
+ };
491
+ entrypoints: {
492
+ packageName: string;
493
+ };
494
+ } | {
495
+ meta: {
496
+ key: string;
497
+ version: string;
498
+ title: string;
499
+ description: string;
500
+ kind: "template";
501
+ visibility: "experimental";
502
+ stability: "experimental";
503
+ owners: "@contractspec-core"[];
504
+ tags: ("package" | "examples" | "learning-journey-ambient-coach")[];
505
+ };
506
+ surfaces: {
507
+ templates: true;
508
+ sandbox: {
509
+ enabled: true;
510
+ modes: ("playground" | "specs")[];
511
+ };
512
+ studio: {
513
+ enabled: false;
514
+ installable: false;
515
+ };
516
+ mcp: {
517
+ enabled: false;
518
+ };
519
+ };
520
+ entrypoints: {
521
+ packageName: string;
522
+ };
523
+ } | {
524
+ meta: {
525
+ key: string;
526
+ version: string;
527
+ title: string;
528
+ description: string;
529
+ kind: "template";
530
+ visibility: "experimental";
531
+ stability: "experimental";
532
+ owners: "@contractspec-core"[];
533
+ tags: ("package" | "examples" | "learning-journey-crm-onboarding")[];
534
+ };
535
+ surfaces: {
536
+ templates: true;
537
+ sandbox: {
538
+ enabled: true;
539
+ modes: ("playground" | "specs")[];
540
+ };
541
+ studio: {
542
+ enabled: false;
543
+ installable: false;
544
+ };
545
+ mcp: {
546
+ enabled: false;
547
+ };
548
+ };
549
+ entrypoints: {
550
+ packageName: string;
551
+ };
552
+ } | {
553
+ meta: {
554
+ key: string;
555
+ version: string;
556
+ title: string;
557
+ description: string;
558
+ kind: "template";
559
+ visibility: "experimental";
560
+ stability: "experimental";
561
+ owners: "@contractspec-core"[];
562
+ tags: ("package" | "examples" | "learning-journey-duo-drills")[];
563
+ };
564
+ surfaces: {
565
+ templates: true;
566
+ sandbox: {
567
+ enabled: true;
568
+ modes: ("playground" | "specs")[];
569
+ };
570
+ studio: {
571
+ enabled: false;
572
+ installable: false;
573
+ };
574
+ mcp: {
575
+ enabled: false;
576
+ };
577
+ };
578
+ entrypoints: {
579
+ packageName: string;
580
+ };
581
+ } | {
582
+ meta: {
583
+ key: string;
584
+ version: string;
585
+ title: string;
586
+ description: string;
587
+ kind: "template";
588
+ visibility: "experimental";
589
+ stability: "experimental";
590
+ owners: "@contractspec-core"[];
591
+ tags: ("package" | "examples" | "learning-journey-platform-tour")[];
592
+ };
593
+ surfaces: {
594
+ templates: true;
595
+ sandbox: {
596
+ enabled: true;
597
+ modes: ("playground" | "specs")[];
598
+ };
599
+ studio: {
600
+ enabled: false;
601
+ installable: false;
602
+ };
603
+ mcp: {
604
+ enabled: false;
605
+ };
606
+ };
607
+ entrypoints: {
608
+ packageName: string;
609
+ };
610
+ } | {
611
+ meta: {
612
+ key: string;
613
+ version: string;
614
+ title: string;
615
+ description: string;
616
+ kind: "template";
617
+ visibility: "experimental";
618
+ stability: "experimental";
619
+ owners: "@contractspec-core"[];
620
+ tags: ("package" | "examples" | "learning-journey-quest-challenges")[];
621
+ };
622
+ surfaces: {
623
+ templates: true;
624
+ sandbox: {
625
+ enabled: true;
626
+ modes: ("playground" | "specs")[];
627
+ };
628
+ studio: {
629
+ enabled: false;
630
+ installable: false;
631
+ };
632
+ mcp: {
633
+ enabled: false;
634
+ };
635
+ };
636
+ entrypoints: {
637
+ packageName: string;
638
+ };
639
+ } | {
640
+ meta: {
641
+ key: string;
642
+ version: string;
643
+ title: string;
644
+ description: string;
645
+ kind: "template";
646
+ visibility: "experimental";
647
+ stability: "experimental";
648
+ owners: "@contractspec-core"[];
649
+ tags: ("package" | "examples" | "learning-journey-registry")[];
650
+ };
651
+ surfaces: {
652
+ templates: true;
653
+ sandbox: {
654
+ enabled: true;
655
+ modes: ("playground" | "specs")[];
656
+ };
657
+ studio: {
658
+ enabled: false;
659
+ installable: false;
660
+ };
661
+ mcp: {
662
+ enabled: false;
663
+ };
664
+ };
665
+ entrypoints: {
666
+ packageName: string;
667
+ };
668
+ } | {
669
+ meta: {
670
+ key: string;
671
+ version: string;
672
+ title: string;
673
+ description: string;
674
+ kind: "template";
675
+ visibility: "experimental";
676
+ stability: "experimental";
677
+ owners: "@contractspec-core"[];
678
+ tags: ("package" | "examples" | "learning-journey-studio-onboarding")[];
679
+ };
680
+ surfaces: {
681
+ templates: true;
682
+ sandbox: {
683
+ enabled: true;
684
+ modes: ("playground" | "specs")[];
685
+ };
686
+ studio: {
687
+ enabled: false;
688
+ installable: false;
689
+ };
690
+ mcp: {
691
+ enabled: false;
692
+ };
693
+ };
694
+ entrypoints: {
695
+ packageName: string;
696
+ };
697
+ } | {
698
+ meta: {
699
+ key: string;
700
+ version: string;
701
+ title: string;
702
+ description: string;
703
+ kind: "template";
704
+ visibility: "experimental";
705
+ stability: "experimental";
706
+ owners: "@contractspec-core"[];
707
+ tags: ("package" | "examples" | "learning-journey-ui-coaching")[];
708
+ };
709
+ surfaces: {
710
+ templates: true;
711
+ sandbox: {
712
+ enabled: true;
713
+ modes: ("playground" | "specs")[];
714
+ };
715
+ studio: {
716
+ enabled: false;
717
+ installable: false;
718
+ };
719
+ mcp: {
720
+ enabled: false;
721
+ };
722
+ };
723
+ entrypoints: {
724
+ packageName: string;
725
+ };
726
+ } | {
727
+ meta: {
728
+ key: string;
729
+ version: string;
730
+ title: string;
731
+ description: string;
732
+ kind: "template";
733
+ visibility: "experimental";
734
+ stability: "experimental";
735
+ owners: "@contractspec-core"[];
736
+ tags: ("package" | "examples" | "learning-journey-ui-gamified")[];
737
+ };
738
+ surfaces: {
739
+ templates: true;
740
+ sandbox: {
741
+ enabled: true;
742
+ modes: ("playground" | "specs")[];
743
+ };
744
+ studio: {
745
+ enabled: false;
746
+ installable: false;
747
+ };
748
+ mcp: {
749
+ enabled: false;
750
+ };
751
+ };
752
+ entrypoints: {
753
+ packageName: string;
754
+ };
755
+ } | {
756
+ meta: {
757
+ key: string;
758
+ version: string;
759
+ title: string;
760
+ description: string;
761
+ kind: "template";
762
+ visibility: "experimental";
763
+ stability: "experimental";
764
+ owners: "@contractspec-core"[];
765
+ tags: ("package" | "examples" | "learning-journey-ui-onboarding")[];
766
+ };
767
+ surfaces: {
768
+ templates: true;
769
+ sandbox: {
770
+ enabled: true;
771
+ modes: ("playground" | "specs")[];
772
+ };
773
+ studio: {
774
+ enabled: false;
775
+ installable: false;
776
+ };
777
+ mcp: {
778
+ enabled: false;
779
+ };
780
+ };
781
+ entrypoints: {
782
+ packageName: string;
783
+ };
784
+ } | {
785
+ meta: {
786
+ key: string;
787
+ version: string;
788
+ title: string;
789
+ description: string;
790
+ kind: "template";
791
+ visibility: "experimental";
792
+ stability: "experimental";
793
+ owners: "@contractspec-core"[];
794
+ tags: ("package" | "examples" | "learning-journey-ui-shared")[];
795
+ };
796
+ surfaces: {
797
+ templates: true;
798
+ sandbox: {
799
+ enabled: true;
800
+ modes: ("playground" | "specs")[];
801
+ };
802
+ studio: {
803
+ enabled: false;
804
+ installable: false;
805
+ };
806
+ mcp: {
807
+ enabled: false;
808
+ };
809
+ };
810
+ entrypoints: {
811
+ packageName: string;
812
+ };
813
+ } | {
814
+ meta: {
815
+ key: string;
816
+ version: string;
817
+ title: string;
818
+ description: string;
819
+ kind: "template";
820
+ visibility: "experimental";
821
+ stability: "experimental";
822
+ owners: "@contractspec-core"[];
823
+ tags: ("package" | "examples" | "learning-patterns")[];
824
+ };
825
+ surfaces: {
826
+ templates: true;
827
+ sandbox: {
828
+ enabled: true;
829
+ modes: ("playground" | "specs")[];
830
+ };
831
+ studio: {
832
+ enabled: false;
833
+ installable: false;
834
+ };
835
+ mcp: {
836
+ enabled: false;
837
+ };
838
+ };
839
+ entrypoints: {
840
+ packageName: string;
841
+ };
842
+ } | {
843
+ meta: {
844
+ key: string;
845
+ version: string;
846
+ title: string;
847
+ description: string;
848
+ kind: "template";
849
+ visibility: "experimental";
850
+ stability: "experimental";
851
+ owners: "@contractspec-core"[];
852
+ tags: ("package" | "examples" | "lifecycle-cli")[];
853
+ };
854
+ surfaces: {
855
+ templates: true;
856
+ sandbox: {
857
+ enabled: true;
858
+ modes: ("playground" | "specs")[];
859
+ };
860
+ studio: {
861
+ enabled: false;
862
+ installable: false;
863
+ };
864
+ mcp: {
865
+ enabled: false;
866
+ };
867
+ };
868
+ entrypoints: {
869
+ packageName: string;
870
+ };
871
+ } | {
872
+ meta: {
873
+ key: string;
874
+ version: string;
875
+ title: string;
876
+ description: string;
877
+ kind: "template";
878
+ visibility: "experimental";
879
+ stability: "experimental";
880
+ owners: "@contractspec-core"[];
881
+ tags: ("package" | "examples" | "lifecycle-dashboard")[];
882
+ };
883
+ surfaces: {
884
+ templates: true;
885
+ sandbox: {
886
+ enabled: true;
887
+ modes: ("playground" | "specs")[];
888
+ };
889
+ studio: {
890
+ enabled: false;
891
+ installable: false;
892
+ };
893
+ mcp: {
894
+ enabled: false;
895
+ };
896
+ };
897
+ entrypoints: {
898
+ packageName: string;
899
+ };
900
+ } | {
901
+ meta: {
902
+ key: string;
903
+ version: string;
904
+ title: string;
905
+ description: string;
906
+ kind: "template";
907
+ visibility: "experimental";
908
+ stability: "experimental";
909
+ owners: "@contractspec-core"[];
910
+ tags: ("package" | "examples" | "locale-jurisdiction-gate")[];
911
+ };
912
+ surfaces: {
913
+ templates: true;
914
+ sandbox: {
915
+ enabled: true;
916
+ modes: ("playground" | "specs")[];
917
+ };
918
+ studio: {
919
+ enabled: false;
920
+ installable: false;
921
+ };
922
+ mcp: {
923
+ enabled: false;
924
+ };
925
+ };
926
+ entrypoints: {
927
+ packageName: string;
928
+ };
929
+ } | {
930
+ meta: {
931
+ key: string;
932
+ version: string;
933
+ title: string;
934
+ description: string;
935
+ kind: "template";
936
+ visibility: "experimental";
937
+ stability: "experimental";
938
+ owners: "@contractspec-core"[];
939
+ tags: ("marketplace" | "package" | "examples")[];
940
+ };
941
+ surfaces: {
942
+ templates: true;
943
+ sandbox: {
944
+ enabled: true;
945
+ modes: ("playground" | "specs")[];
946
+ };
947
+ studio: {
948
+ enabled: false;
949
+ installable: false;
950
+ };
951
+ mcp: {
952
+ enabled: false;
953
+ };
954
+ };
955
+ entrypoints: {
956
+ packageName: string;
957
+ };
958
+ } | {
959
+ meta: {
960
+ key: string;
961
+ version: string;
962
+ title: string;
963
+ description: string;
964
+ kind: "template";
965
+ visibility: "experimental";
966
+ stability: "experimental";
967
+ owners: "@contractspec-core"[];
968
+ tags: ("package" | "examples" | "meeting-recorder-providers")[];
969
+ };
970
+ surfaces: {
971
+ templates: true;
972
+ sandbox: {
973
+ enabled: true;
974
+ modes: ("playground" | "specs")[];
975
+ };
976
+ studio: {
977
+ enabled: false;
978
+ installable: false;
979
+ };
980
+ mcp: {
981
+ enabled: false;
982
+ };
983
+ };
984
+ entrypoints: {
985
+ packageName: string;
986
+ };
987
+ } | {
988
+ meta: {
989
+ key: string;
990
+ version: string;
991
+ title: string;
992
+ description: string;
993
+ kind: "template";
994
+ visibility: "public";
995
+ stability: "beta";
996
+ owners: "@contractspec-core"[];
997
+ tags: ("package" | "examples" | "agents" | "messaging-agent-actions" | "telegram")[];
998
+ };
999
+ surfaces: {
1000
+ templates: true;
1001
+ sandbox: {
1002
+ enabled: true;
1003
+ modes: ("playground" | "specs")[];
1004
+ };
1005
+ studio: {
1006
+ enabled: false;
1007
+ installable: false;
1008
+ };
1009
+ mcp: {
1010
+ enabled: false;
1011
+ };
1012
+ };
1013
+ entrypoints: {
1014
+ packageName: string;
1015
+ };
1016
+ } | {
1017
+ meta: {
1018
+ key: string;
1019
+ version: string;
1020
+ title: string;
1021
+ description: string;
1022
+ kind: "template";
1023
+ visibility: "public";
1024
+ stability: "stable";
1025
+ owners: "@contractspec-core"[];
1026
+ tags: ("package" | "examples" | "minimal" | "quickstart")[];
1027
+ };
1028
+ surfaces: {
1029
+ templates: true;
1030
+ sandbox: {
1031
+ enabled: true;
1032
+ modes: ("playground" | "specs")[];
1033
+ };
1034
+ studio: {
1035
+ enabled: false;
1036
+ installable: false;
1037
+ };
1038
+ mcp: {
1039
+ enabled: false;
1040
+ };
1041
+ };
1042
+ entrypoints: {
1043
+ packageName: string;
1044
+ };
1045
+ } | {
1046
+ meta: {
1047
+ key: string;
1048
+ version: string;
1049
+ title: string;
1050
+ description: string;
1051
+ kind: "template";
1052
+ visibility: "experimental";
1053
+ stability: "experimental";
1054
+ owners: "@contractspec-core"[];
1055
+ tags: ("package" | "examples" | "openbanking-powens")[];
1056
+ };
1057
+ surfaces: {
1058
+ templates: true;
1059
+ sandbox: {
1060
+ enabled: true;
1061
+ modes: ("playground" | "specs")[];
1062
+ };
1063
+ studio: {
1064
+ enabled: false;
1065
+ installable: false;
1066
+ };
1067
+ mcp: {
1068
+ enabled: false;
1069
+ };
1070
+ };
1071
+ entrypoints: {
1072
+ packageName: string;
1073
+ };
1074
+ } | {
1075
+ meta: {
1076
+ key: string;
1077
+ version: string;
1078
+ title: string;
1079
+ description: string;
1080
+ kind: "template";
1081
+ visibility: "public";
1082
+ stability: "stable";
1083
+ owners: "@contractspec-core"[];
1084
+ tags: ("package" | "examples" | "opencode-cli")[];
1085
+ };
1086
+ surfaces: {
1087
+ templates: false;
1088
+ sandbox: {
1089
+ enabled: true;
1090
+ modes: ("playground" | "specs")[];
1091
+ };
1092
+ studio: {
1093
+ enabled: false;
1094
+ installable: false;
1095
+ };
1096
+ mcp: {
1097
+ enabled: false;
1098
+ };
1099
+ };
1100
+ entrypoints: {
1101
+ packageName: string;
1102
+ };
1103
+ } | {
1104
+ meta: {
1105
+ key: string;
1106
+ version: string;
1107
+ title: string;
1108
+ description: string;
1109
+ kind: "template";
1110
+ visibility: "experimental";
1111
+ stability: "experimental";
1112
+ owners: "@contractspec-core"[];
1113
+ tags: ("package" | "examples" | "personalization")[];
1114
+ };
1115
+ surfaces: {
1116
+ templates: true;
1117
+ sandbox: {
1118
+ enabled: true;
1119
+ modes: ("playground" | "specs")[];
1120
+ };
1121
+ studio: {
1122
+ enabled: false;
1123
+ installable: false;
1124
+ };
1125
+ mcp: {
1126
+ enabled: false;
1127
+ };
1128
+ };
1129
+ entrypoints: {
1130
+ packageName: string;
1131
+ };
1132
+ } | {
1133
+ meta: {
1134
+ key: string;
1135
+ version: string;
1136
+ title: string;
1137
+ description: string;
1138
+ kind: "template";
1139
+ visibility: "experimental";
1140
+ stability: "experimental";
1141
+ owners: "@contractspec-core"[];
1142
+ tags: ("package" | "examples" | "pocket-family-office")[];
1143
+ };
1144
+ surfaces: {
1145
+ templates: true;
1146
+ sandbox: {
1147
+ enabled: true;
1148
+ modes: ("playground" | "specs")[];
1149
+ };
1150
+ studio: {
1151
+ enabled: false;
1152
+ installable: false;
1153
+ };
1154
+ mcp: {
1155
+ enabled: false;
1156
+ };
1157
+ };
1158
+ entrypoints: {
1159
+ packageName: string;
1160
+ };
1161
+ } | {
1162
+ meta: {
1163
+ key: string;
1164
+ version: string;
1165
+ title: string;
1166
+ description: string;
1167
+ kind: "template";
1168
+ visibility: "public";
1169
+ stability: "beta";
1170
+ owners: "@contractspec-core"[];
1171
+ tags: ("knowledge" | "package" | "examples" | "policy-safe-knowledge-assistant" | "policy" | "assistant")[];
1172
+ };
1173
+ surfaces: {
1174
+ templates: true;
1175
+ sandbox: {
1176
+ enabled: true;
1177
+ modes: ("playground" | "specs")[];
1178
+ };
1179
+ studio: {
1180
+ enabled: false;
1181
+ installable: false;
1182
+ };
1183
+ mcp: {
1184
+ enabled: false;
1185
+ };
1186
+ };
1187
+ entrypoints: {
1188
+ packageName: string;
1189
+ };
1190
+ } | {
1191
+ meta: {
1192
+ key: string;
1193
+ version: string;
1194
+ title: string;
1195
+ description: string;
1196
+ kind: "template";
1197
+ visibility: "experimental";
1198
+ stability: "experimental";
1199
+ owners: "@contractspec-core"[];
1200
+ tags: ("package" | "examples" | "product-intent")[];
1201
+ };
1202
+ surfaces: {
1203
+ templates: true;
1204
+ sandbox: {
1205
+ enabled: true;
1206
+ modes: ("playground" | "specs")[];
1207
+ };
1208
+ studio: {
1209
+ enabled: false;
1210
+ installable: false;
1211
+ };
1212
+ mcp: {
1213
+ enabled: false;
1214
+ };
1215
+ };
1216
+ entrypoints: {
1217
+ packageName: string;
1218
+ };
1219
+ } | {
1220
+ meta: {
1221
+ key: string;
1222
+ version: string;
1223
+ title: string;
1224
+ description: string;
1225
+ kind: "template";
1226
+ visibility: "experimental";
1227
+ stability: "experimental";
1228
+ owners: "@contractspec-core"[];
1229
+ tags: ("package" | "examples" | "project-management-sync")[];
1230
+ };
1231
+ surfaces: {
1232
+ templates: true;
1233
+ sandbox: {
1234
+ enabled: true;
1235
+ modes: ("playground" | "specs")[];
1236
+ };
1237
+ studio: {
1238
+ enabled: false;
1239
+ installable: false;
1240
+ };
1241
+ mcp: {
1242
+ enabled: false;
1243
+ };
1244
+ };
1245
+ entrypoints: {
1246
+ packageName: string;
1247
+ };
1248
+ } | {
1249
+ meta: {
1250
+ key: string;
1251
+ version: string;
1252
+ title: string;
1253
+ description: string;
1254
+ kind: "template";
1255
+ visibility: "experimental";
1256
+ stability: "experimental";
1257
+ owners: "@contractspec-core"[];
1258
+ tags: ("package" | "examples" | "saas-boilerplate")[];
1259
+ };
1260
+ surfaces: {
1261
+ templates: true;
1262
+ sandbox: {
1263
+ enabled: true;
1264
+ modes: ("playground" | "specs")[];
1265
+ };
1266
+ studio: {
1267
+ enabled: false;
1268
+ installable: false;
1269
+ };
1270
+ mcp: {
1271
+ enabled: false;
1272
+ };
1273
+ };
1274
+ entrypoints: {
1275
+ packageName: string;
1276
+ };
1277
+ } | {
1278
+ meta: {
1279
+ key: string;
1280
+ version: string;
1281
+ title: string;
1282
+ description: string;
1283
+ kind: "template";
1284
+ visibility: "experimental";
1285
+ stability: "experimental";
1286
+ owners: "@contractspec-core"[];
1287
+ tags: ("package" | "examples" | "service-business-os")[];
1288
+ };
1289
+ surfaces: {
1290
+ templates: true;
1291
+ sandbox: {
1292
+ enabled: true;
1293
+ modes: ("playground" | "specs")[];
1294
+ };
1295
+ studio: {
1296
+ enabled: false;
1297
+ installable: false;
1298
+ };
1299
+ mcp: {
1300
+ enabled: false;
1301
+ };
1302
+ };
1303
+ entrypoints: {
1304
+ packageName: string;
1305
+ };
1306
+ } | {
1307
+ meta: {
1308
+ key: string;
1309
+ version: string;
1310
+ title: string;
1311
+ description: string;
1312
+ kind: "template";
1313
+ visibility: "experimental";
1314
+ stability: "experimental";
1315
+ owners: "@contractspec-core"[];
1316
+ tags: ("package" | "examples" | "team-hub")[];
1317
+ };
1318
+ surfaces: {
1319
+ templates: true;
1320
+ sandbox: {
1321
+ enabled: true;
1322
+ modes: ("playground" | "specs")[];
1323
+ };
1324
+ studio: {
1325
+ enabled: false;
1326
+ installable: false;
1327
+ };
1328
+ mcp: {
1329
+ enabled: false;
1330
+ };
1331
+ };
1332
+ entrypoints: {
1333
+ packageName: string;
1334
+ };
1335
+ } | {
1336
+ meta: {
1337
+ key: string;
1338
+ version: string;
1339
+ title: string;
1340
+ description: string;
1341
+ kind: "template";
1342
+ visibility: "experimental";
1343
+ stability: "experimental";
1344
+ owners: "@contractspec-core"[];
1345
+ tags: ("package" | "examples" | "versioned-knowledge-base")[];
1346
+ };
1347
+ surfaces: {
1348
+ templates: true;
1349
+ sandbox: {
1350
+ enabled: true;
1351
+ modes: ("playground" | "specs")[];
1352
+ };
1353
+ studio: {
1354
+ enabled: false;
1355
+ installable: false;
1356
+ };
1357
+ mcp: {
1358
+ enabled: false;
1359
+ };
1360
+ };
1361
+ entrypoints: {
1362
+ packageName: string;
1363
+ };
1364
+ } | {
1365
+ meta: {
1366
+ key: string;
1367
+ version: string;
1368
+ title: string;
1369
+ description: string;
1370
+ kind: "template";
1371
+ visibility: "experimental";
1372
+ stability: "experimental";
1373
+ owners: "@contractspec-core"[];
1374
+ tags: ("package" | "examples" | "video-api-showcase")[];
1375
+ };
1376
+ surfaces: {
1377
+ templates: true;
1378
+ sandbox: {
1379
+ enabled: true;
1380
+ modes: ("playground" | "specs")[];
1381
+ };
1382
+ studio: {
1383
+ enabled: false;
1384
+ installable: false;
1385
+ };
1386
+ mcp: {
1387
+ enabled: false;
1388
+ };
1389
+ };
1390
+ entrypoints: {
1391
+ packageName: string;
1392
+ };
1393
+ } | {
1394
+ meta: {
1395
+ key: string;
1396
+ version: string;
1397
+ title: string;
1398
+ description: string;
1399
+ kind: "template";
1400
+ visibility: "experimental";
1401
+ stability: "experimental";
1402
+ owners: "@contractspec-core"[];
1403
+ tags: ("package" | "examples" | "video-docs-terminal")[];
1404
+ };
1405
+ surfaces: {
1406
+ templates: true;
1407
+ sandbox: {
1408
+ enabled: true;
1409
+ modes: ("playground" | "specs")[];
1410
+ };
1411
+ studio: {
1412
+ enabled: false;
1413
+ installable: false;
1414
+ };
1415
+ mcp: {
1416
+ enabled: false;
1417
+ };
1418
+ };
1419
+ entrypoints: {
1420
+ packageName: string;
1421
+ };
1422
+ } | {
1423
+ meta: {
1424
+ key: string;
1425
+ version: string;
1426
+ title: string;
1427
+ description: string;
1428
+ kind: "template";
1429
+ visibility: "experimental";
1430
+ stability: "experimental";
1431
+ owners: "@contractspec-core"[];
1432
+ tags: ("package" | "examples" | "video-marketing-clip")[];
1433
+ };
1434
+ surfaces: {
1435
+ templates: true;
1436
+ sandbox: {
1437
+ enabled: true;
1438
+ modes: ("playground" | "specs")[];
1439
+ };
1440
+ studio: {
1441
+ enabled: false;
1442
+ installable: false;
1443
+ };
1444
+ mcp: {
1445
+ enabled: false;
1446
+ };
1447
+ };
1448
+ entrypoints: {
1449
+ packageName: string;
1450
+ };
1451
+ } | {
1452
+ meta: {
1453
+ key: string;
1454
+ version: string;
1455
+ title: string;
1456
+ description: string;
1457
+ kind: "template";
1458
+ visibility: "public";
1459
+ stability: "stable";
1460
+ owners: "@contractspec-core"[];
1461
+ tags: ("package" | "examples" | "visualization-showcase" | "visualization" | "charts")[];
1462
+ };
1463
+ surfaces: {
1464
+ templates: true;
1465
+ sandbox: {
1466
+ enabled: true;
1467
+ modes: ("playground" | "specs")[];
1468
+ };
1469
+ studio: {
1470
+ enabled: false;
1471
+ installable: false;
1472
+ };
1473
+ mcp: {
1474
+ enabled: false;
1475
+ };
1476
+ };
1477
+ entrypoints: {
1478
+ packageName: string;
1479
+ };
1480
+ } | {
1481
+ meta: {
1482
+ key: string;
1483
+ version: string;
1484
+ title: string;
1485
+ description: string;
1486
+ kind: "template";
1487
+ visibility: "public";
1488
+ stability: "beta";
1489
+ owners: "@contractspec-core"[];
1490
+ tags: ("package" | "examples" | "voice-providers" | "voice" | "gradium" | "fal")[];
1491
+ };
1492
+ surfaces: {
1493
+ templates: true;
1494
+ sandbox: {
1495
+ enabled: true;
1496
+ modes: ("playground" | "specs")[];
1497
+ };
1498
+ studio: {
1499
+ enabled: false;
1500
+ installable: false;
1501
+ };
1502
+ mcp: {
1503
+ enabled: false;
1504
+ };
1505
+ };
1506
+ entrypoints: {
1507
+ packageName: string;
1508
+ };
1509
+ } | {
1510
+ meta: {
1511
+ key: string;
1512
+ version: string;
1513
+ title: string;
1514
+ description: string;
1515
+ kind: "template";
1516
+ visibility: "experimental";
1517
+ stability: "experimental";
1518
+ owners: "@contractspec-core"[];
1519
+ tags: ("package" | "examples" | "wealth-snapshot")[];
1520
+ };
1521
+ surfaces: {
1522
+ templates: true;
1523
+ sandbox: {
1524
+ enabled: true;
1525
+ modes: ("playground" | "specs")[];
1526
+ };
1527
+ studio: {
1528
+ enabled: false;
1529
+ installable: false;
1530
+ };
1531
+ mcp: {
1532
+ enabled: false;
1533
+ };
1534
+ };
1535
+ entrypoints: {
1536
+ packageName: string;
1537
+ };
1538
+ } | {
1539
+ meta: {
1540
+ key: string;
1541
+ version: string;
1542
+ title: string;
1543
+ description: string;
1544
+ kind: "template";
1545
+ visibility: "public";
1546
+ stability: "experimental";
1547
+ owners: "@contractspec-core"[];
1548
+ tags: ("package" | "examples" | "workflow-system")[];
1549
+ };
1550
+ surfaces: {
1551
+ templates: true;
1552
+ sandbox: {
1553
+ enabled: true;
1554
+ modes: ("playground" | "specs")[];
1555
+ };
1556
+ studio: {
1557
+ enabled: false;
1558
+ installable: false;
1559
+ };
1560
+ mcp: {
1561
+ enabled: false;
1562
+ };
1563
+ };
1564
+ entrypoints: {
1565
+ packageName: string;
1566
+ };
1567
+ })[];
1568
+ export declare const EXAMPLE_SOURCE_REGISTRY: {
1569
+ key: string;
1570
+ packageName: string;
1571
+ repositoryUrl: string;
1572
+ directory: string;
1573
+ defaultRef: string;
1574
+ }[];