@better-t-stack/types 3.23.0 → 3.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +7 -3
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -0
- package/dist/json-schema.d.mts +228 -660
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-BS36iL6M.d.mts → schemas-BnNUXuvy.d.mts} +173 -495
- package/dist/schemas-BnNUXuvy.d.mts.map +1 -0
- package/dist/{schemas-C5kvvUjE.mjs → schemas-_QCSumP7.mjs} +3 -38
- package/dist/schemas-_QCSumP7.mjs.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/package.json +1 -1
- package/dist/schemas-BS36iL6M.d.mts.map +0 -1
- package/dist/schemas-C5kvvUjE.mjs.map +0 -1
|
@@ -47,11 +47,11 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
47
47
|
none: "none";
|
|
48
48
|
pwa: "pwa";
|
|
49
49
|
tauri: "tauri";
|
|
50
|
+
electrobun: "electrobun";
|
|
50
51
|
starlight: "starlight";
|
|
51
52
|
biome: "biome";
|
|
52
53
|
lefthook: "lefthook";
|
|
53
54
|
husky: "husky";
|
|
54
|
-
ruler: "ruler";
|
|
55
55
|
mcp: "mcp";
|
|
56
56
|
turborepo: "turborepo";
|
|
57
57
|
nx: "nx";
|
|
@@ -179,40 +179,6 @@ declare const McpAgentSchema: z.ZodEnum<{
|
|
|
179
179
|
"claude-desktop": "claude-desktop";
|
|
180
180
|
goose: "goose";
|
|
181
181
|
}>;
|
|
182
|
-
declare const RulerAssistantSchema: z.ZodEnum<{
|
|
183
|
-
antigravity: "antigravity";
|
|
184
|
-
cline: "cline";
|
|
185
|
-
cursor: "cursor";
|
|
186
|
-
codex: "codex";
|
|
187
|
-
opencode: "opencode";
|
|
188
|
-
"gemini-cli": "gemini-cli";
|
|
189
|
-
zed: "zed";
|
|
190
|
-
goose: "goose";
|
|
191
|
-
agentsmd: "agentsmd";
|
|
192
|
-
aider: "aider";
|
|
193
|
-
amazonqcli: "amazonqcli";
|
|
194
|
-
amp: "amp";
|
|
195
|
-
augmentcode: "augmentcode";
|
|
196
|
-
claude: "claude";
|
|
197
|
-
copilot: "copilot";
|
|
198
|
-
crush: "crush";
|
|
199
|
-
factory: "factory";
|
|
200
|
-
firebase: "firebase";
|
|
201
|
-
firebender: "firebender";
|
|
202
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
203
|
-
jules: "jules";
|
|
204
|
-
junie: "junie";
|
|
205
|
-
kilocode: "kilocode";
|
|
206
|
-
kiro: "kiro";
|
|
207
|
-
mistral: "mistral";
|
|
208
|
-
openhands: "openhands";
|
|
209
|
-
pi: "pi";
|
|
210
|
-
qwen: "qwen";
|
|
211
|
-
roo: "roo";
|
|
212
|
-
trae: "trae";
|
|
213
|
-
warp: "warp";
|
|
214
|
-
windsurf: "windsurf";
|
|
215
|
-
}>;
|
|
216
182
|
declare const SkillsSourceSchema: z.ZodEnum<{
|
|
217
183
|
"vercel-labs/agent-skills": "vercel-labs/agent-skills";
|
|
218
184
|
"vercel/ai": "vercel/ai";
|
|
@@ -243,14 +209,14 @@ declare const SkillsAgentSchema: z.ZodEnum<{
|
|
|
243
209
|
opencode: "opencode";
|
|
244
210
|
"gemini-cli": "gemini-cli";
|
|
245
211
|
goose: "goose";
|
|
246
|
-
amp: "amp";
|
|
247
|
-
openhands: "openhands";
|
|
248
|
-
pi: "pi";
|
|
249
|
-
roo: "roo";
|
|
250
|
-
trae: "trae";
|
|
251
|
-
windsurf: "windsurf";
|
|
252
212
|
"github-copilot": "github-copilot";
|
|
213
|
+
windsurf: "windsurf";
|
|
214
|
+
roo: "roo";
|
|
253
215
|
kilo: "kilo";
|
|
216
|
+
openhands: "openhands";
|
|
217
|
+
trae: "trae";
|
|
218
|
+
amp: "amp";
|
|
219
|
+
pi: "pi";
|
|
254
220
|
qoder: "qoder";
|
|
255
221
|
"qwen-code": "qwen-code";
|
|
256
222
|
"kiro-cli": "kiro-cli";
|
|
@@ -296,41 +262,41 @@ declare const UltraciteEditorSchema: z.ZodEnum<{
|
|
|
296
262
|
cursor: "cursor";
|
|
297
263
|
vscode: "vscode";
|
|
298
264
|
zed: "zed";
|
|
299
|
-
kiro: "kiro";
|
|
300
|
-
trae: "trae";
|
|
301
265
|
windsurf: "windsurf";
|
|
266
|
+
trae: "trae";
|
|
267
|
+
kiro: "kiro";
|
|
302
268
|
}>;
|
|
303
269
|
declare const UltraciteAgentSchema: z.ZodEnum<{
|
|
304
270
|
cline: "cline";
|
|
305
271
|
codex: "codex";
|
|
306
272
|
opencode: "opencode";
|
|
307
273
|
goose: "goose";
|
|
308
|
-
aider: "aider";
|
|
309
274
|
amp: "amp";
|
|
310
|
-
|
|
275
|
+
droid: "droid";
|
|
311
276
|
claude: "claude";
|
|
312
|
-
copilot: "copilot";
|
|
313
|
-
crush: "crush";
|
|
314
|
-
firebender: "firebender";
|
|
315
277
|
jules: "jules";
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
warp: "warp";
|
|
319
|
-
droid: "droid";
|
|
278
|
+
copilot: "copilot";
|
|
279
|
+
aider: "aider";
|
|
320
280
|
"firebase-studio": "firebase-studio";
|
|
321
281
|
"open-hands": "open-hands";
|
|
322
282
|
gemini: "gemini";
|
|
283
|
+
junie: "junie";
|
|
284
|
+
augmentcode: "augmentcode";
|
|
323
285
|
"kilo-code": "kilo-code";
|
|
324
286
|
"roo-code": "roo-code";
|
|
287
|
+
warp: "warp";
|
|
288
|
+
crush: "crush";
|
|
289
|
+
qwen: "qwen";
|
|
325
290
|
"amazon-q-cli": "amazon-q-cli";
|
|
291
|
+
firebender: "firebender";
|
|
326
292
|
"cursor-cli": "cursor-cli";
|
|
327
293
|
"mistral-vibe": "mistral-vibe";
|
|
328
294
|
vercel: "vercel";
|
|
329
295
|
}>;
|
|
330
296
|
declare const UltraciteHookSchema: z.ZodEnum<{
|
|
331
297
|
cursor: "cursor";
|
|
332
|
-
claude: "claude";
|
|
333
298
|
windsurf: "windsurf";
|
|
299
|
+
claude: "claude";
|
|
334
300
|
}>;
|
|
335
301
|
declare const DbSetupModeSchema: z.ZodEnum<{
|
|
336
302
|
manual: "manual";
|
|
@@ -412,42 +378,6 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
412
378
|
goose: "goose";
|
|
413
379
|
}>>>;
|
|
414
380
|
}, z.core.$strict>>;
|
|
415
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
416
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
417
|
-
antigravity: "antigravity";
|
|
418
|
-
cline: "cline";
|
|
419
|
-
cursor: "cursor";
|
|
420
|
-
codex: "codex";
|
|
421
|
-
opencode: "opencode";
|
|
422
|
-
"gemini-cli": "gemini-cli";
|
|
423
|
-
zed: "zed";
|
|
424
|
-
goose: "goose";
|
|
425
|
-
agentsmd: "agentsmd";
|
|
426
|
-
aider: "aider";
|
|
427
|
-
amazonqcli: "amazonqcli";
|
|
428
|
-
amp: "amp";
|
|
429
|
-
augmentcode: "augmentcode";
|
|
430
|
-
claude: "claude";
|
|
431
|
-
copilot: "copilot";
|
|
432
|
-
crush: "crush";
|
|
433
|
-
factory: "factory";
|
|
434
|
-
firebase: "firebase";
|
|
435
|
-
firebender: "firebender";
|
|
436
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
437
|
-
jules: "jules";
|
|
438
|
-
junie: "junie";
|
|
439
|
-
kilocode: "kilocode";
|
|
440
|
-
kiro: "kiro";
|
|
441
|
-
mistral: "mistral";
|
|
442
|
-
openhands: "openhands";
|
|
443
|
-
pi: "pi";
|
|
444
|
-
qwen: "qwen";
|
|
445
|
-
roo: "roo";
|
|
446
|
-
trae: "trae";
|
|
447
|
-
warp: "warp";
|
|
448
|
-
windsurf: "windsurf";
|
|
449
|
-
}>>>;
|
|
450
|
-
}, z.core.$strict>>;
|
|
451
381
|
skills: z.ZodOptional<z.ZodObject<{
|
|
452
382
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
453
383
|
project: "project";
|
|
@@ -462,14 +392,14 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
462
392
|
opencode: "opencode";
|
|
463
393
|
"gemini-cli": "gemini-cli";
|
|
464
394
|
goose: "goose";
|
|
465
|
-
amp: "amp";
|
|
466
|
-
openhands: "openhands";
|
|
467
|
-
pi: "pi";
|
|
468
|
-
roo: "roo";
|
|
469
|
-
trae: "trae";
|
|
470
|
-
windsurf: "windsurf";
|
|
471
395
|
"github-copilot": "github-copilot";
|
|
396
|
+
windsurf: "windsurf";
|
|
397
|
+
roo: "roo";
|
|
472
398
|
kilo: "kilo";
|
|
399
|
+
openhands: "openhands";
|
|
400
|
+
trae: "trae";
|
|
401
|
+
amp: "amp";
|
|
402
|
+
pi: "pi";
|
|
473
403
|
qoder: "qoder";
|
|
474
404
|
"qwen-code": "qwen-code";
|
|
475
405
|
"kiro-cli": "kiro-cli";
|
|
@@ -517,41 +447,41 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
517
447
|
cursor: "cursor";
|
|
518
448
|
vscode: "vscode";
|
|
519
449
|
zed: "zed";
|
|
520
|
-
kiro: "kiro";
|
|
521
|
-
trae: "trae";
|
|
522
450
|
windsurf: "windsurf";
|
|
451
|
+
trae: "trae";
|
|
452
|
+
kiro: "kiro";
|
|
523
453
|
}>>>;
|
|
524
454
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
525
455
|
cline: "cline";
|
|
526
456
|
codex: "codex";
|
|
527
457
|
opencode: "opencode";
|
|
528
458
|
goose: "goose";
|
|
529
|
-
aider: "aider";
|
|
530
459
|
amp: "amp";
|
|
531
|
-
|
|
460
|
+
droid: "droid";
|
|
532
461
|
claude: "claude";
|
|
533
|
-
copilot: "copilot";
|
|
534
|
-
crush: "crush";
|
|
535
|
-
firebender: "firebender";
|
|
536
462
|
jules: "jules";
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
warp: "warp";
|
|
540
|
-
droid: "droid";
|
|
463
|
+
copilot: "copilot";
|
|
464
|
+
aider: "aider";
|
|
541
465
|
"firebase-studio": "firebase-studio";
|
|
542
466
|
"open-hands": "open-hands";
|
|
543
467
|
gemini: "gemini";
|
|
468
|
+
junie: "junie";
|
|
469
|
+
augmentcode: "augmentcode";
|
|
544
470
|
"kilo-code": "kilo-code";
|
|
545
471
|
"roo-code": "roo-code";
|
|
472
|
+
warp: "warp";
|
|
473
|
+
crush: "crush";
|
|
474
|
+
qwen: "qwen";
|
|
546
475
|
"amazon-q-cli": "amazon-q-cli";
|
|
476
|
+
firebender: "firebender";
|
|
547
477
|
"cursor-cli": "cursor-cli";
|
|
548
478
|
"mistral-vibe": "mistral-vibe";
|
|
549
479
|
vercel: "vercel";
|
|
550
480
|
}>>>;
|
|
551
481
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
552
482
|
cursor: "cursor";
|
|
553
|
-
claude: "claude";
|
|
554
483
|
windsurf: "windsurf";
|
|
484
|
+
claude: "claude";
|
|
555
485
|
}>>>;
|
|
556
486
|
}, z.core.$strict>>;
|
|
557
487
|
}, z.core.$strict>;
|
|
@@ -663,42 +593,6 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
663
593
|
goose: "goose";
|
|
664
594
|
}>>>;
|
|
665
595
|
}, z.core.$strict>>;
|
|
666
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
667
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
668
|
-
antigravity: "antigravity";
|
|
669
|
-
cline: "cline";
|
|
670
|
-
cursor: "cursor";
|
|
671
|
-
codex: "codex";
|
|
672
|
-
opencode: "opencode";
|
|
673
|
-
"gemini-cli": "gemini-cli";
|
|
674
|
-
zed: "zed";
|
|
675
|
-
goose: "goose";
|
|
676
|
-
agentsmd: "agentsmd";
|
|
677
|
-
aider: "aider";
|
|
678
|
-
amazonqcli: "amazonqcli";
|
|
679
|
-
amp: "amp";
|
|
680
|
-
augmentcode: "augmentcode";
|
|
681
|
-
claude: "claude";
|
|
682
|
-
copilot: "copilot";
|
|
683
|
-
crush: "crush";
|
|
684
|
-
factory: "factory";
|
|
685
|
-
firebase: "firebase";
|
|
686
|
-
firebender: "firebender";
|
|
687
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
688
|
-
jules: "jules";
|
|
689
|
-
junie: "junie";
|
|
690
|
-
kilocode: "kilocode";
|
|
691
|
-
kiro: "kiro";
|
|
692
|
-
mistral: "mistral";
|
|
693
|
-
openhands: "openhands";
|
|
694
|
-
pi: "pi";
|
|
695
|
-
qwen: "qwen";
|
|
696
|
-
roo: "roo";
|
|
697
|
-
trae: "trae";
|
|
698
|
-
warp: "warp";
|
|
699
|
-
windsurf: "windsurf";
|
|
700
|
-
}>>>;
|
|
701
|
-
}, z.core.$strict>>;
|
|
702
596
|
skills: z.ZodOptional<z.ZodObject<{
|
|
703
597
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
704
598
|
project: "project";
|
|
@@ -713,14 +607,14 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
713
607
|
opencode: "opencode";
|
|
714
608
|
"gemini-cli": "gemini-cli";
|
|
715
609
|
goose: "goose";
|
|
716
|
-
amp: "amp";
|
|
717
|
-
openhands: "openhands";
|
|
718
|
-
pi: "pi";
|
|
719
|
-
roo: "roo";
|
|
720
|
-
trae: "trae";
|
|
721
|
-
windsurf: "windsurf";
|
|
722
610
|
"github-copilot": "github-copilot";
|
|
611
|
+
windsurf: "windsurf";
|
|
612
|
+
roo: "roo";
|
|
723
613
|
kilo: "kilo";
|
|
614
|
+
openhands: "openhands";
|
|
615
|
+
trae: "trae";
|
|
616
|
+
amp: "amp";
|
|
617
|
+
pi: "pi";
|
|
724
618
|
qoder: "qoder";
|
|
725
619
|
"qwen-code": "qwen-code";
|
|
726
620
|
"kiro-cli": "kiro-cli";
|
|
@@ -768,41 +662,41 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
768
662
|
cursor: "cursor";
|
|
769
663
|
vscode: "vscode";
|
|
770
664
|
zed: "zed";
|
|
771
|
-
kiro: "kiro";
|
|
772
|
-
trae: "trae";
|
|
773
665
|
windsurf: "windsurf";
|
|
666
|
+
trae: "trae";
|
|
667
|
+
kiro: "kiro";
|
|
774
668
|
}>>>;
|
|
775
669
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
776
670
|
cline: "cline";
|
|
777
671
|
codex: "codex";
|
|
778
672
|
opencode: "opencode";
|
|
779
673
|
goose: "goose";
|
|
780
|
-
aider: "aider";
|
|
781
674
|
amp: "amp";
|
|
782
|
-
|
|
675
|
+
droid: "droid";
|
|
783
676
|
claude: "claude";
|
|
784
|
-
copilot: "copilot";
|
|
785
|
-
crush: "crush";
|
|
786
|
-
firebender: "firebender";
|
|
787
677
|
jules: "jules";
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
warp: "warp";
|
|
791
|
-
droid: "droid";
|
|
678
|
+
copilot: "copilot";
|
|
679
|
+
aider: "aider";
|
|
792
680
|
"firebase-studio": "firebase-studio";
|
|
793
681
|
"open-hands": "open-hands";
|
|
794
682
|
gemini: "gemini";
|
|
683
|
+
junie: "junie";
|
|
684
|
+
augmentcode: "augmentcode";
|
|
795
685
|
"kilo-code": "kilo-code";
|
|
796
686
|
"roo-code": "roo-code";
|
|
687
|
+
warp: "warp";
|
|
688
|
+
crush: "crush";
|
|
689
|
+
qwen: "qwen";
|
|
797
690
|
"amazon-q-cli": "amazon-q-cli";
|
|
691
|
+
firebender: "firebender";
|
|
798
692
|
"cursor-cli": "cursor-cli";
|
|
799
693
|
"mistral-vibe": "mistral-vibe";
|
|
800
694
|
vercel: "vercel";
|
|
801
695
|
}>>>;
|
|
802
696
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
803
697
|
cursor: "cursor";
|
|
804
|
-
claude: "claude";
|
|
805
698
|
windsurf: "windsurf";
|
|
699
|
+
claude: "claude";
|
|
806
700
|
}>>>;
|
|
807
701
|
}, z.core.$strict>>;
|
|
808
702
|
}, z.core.$strict>>;
|
|
@@ -868,11 +762,11 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
868
762
|
none: "none";
|
|
869
763
|
pwa: "pwa";
|
|
870
764
|
tauri: "tauri";
|
|
765
|
+
electrobun: "electrobun";
|
|
871
766
|
starlight: "starlight";
|
|
872
767
|
biome: "biome";
|
|
873
768
|
lefthook: "lefthook";
|
|
874
769
|
husky: "husky";
|
|
875
|
-
ruler: "ruler";
|
|
876
770
|
mcp: "mcp";
|
|
877
771
|
turborepo: "turborepo";
|
|
878
772
|
nx: "nx";
|
|
@@ -949,11 +843,11 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
949
843
|
none: "none";
|
|
950
844
|
pwa: "pwa";
|
|
951
845
|
tauri: "tauri";
|
|
846
|
+
electrobun: "electrobun";
|
|
952
847
|
starlight: "starlight";
|
|
953
848
|
biome: "biome";
|
|
954
849
|
lefthook: "lefthook";
|
|
955
850
|
husky: "husky";
|
|
956
|
-
ruler: "ruler";
|
|
957
851
|
mcp: "mcp";
|
|
958
852
|
turborepo: "turborepo";
|
|
959
853
|
nx: "nx";
|
|
@@ -1036,42 +930,6 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1036
930
|
goose: "goose";
|
|
1037
931
|
}>>>;
|
|
1038
932
|
}, z.core.$strict>>;
|
|
1039
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
1040
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1041
|
-
antigravity: "antigravity";
|
|
1042
|
-
cline: "cline";
|
|
1043
|
-
cursor: "cursor";
|
|
1044
|
-
codex: "codex";
|
|
1045
|
-
opencode: "opencode";
|
|
1046
|
-
"gemini-cli": "gemini-cli";
|
|
1047
|
-
zed: "zed";
|
|
1048
|
-
goose: "goose";
|
|
1049
|
-
agentsmd: "agentsmd";
|
|
1050
|
-
aider: "aider";
|
|
1051
|
-
amazonqcli: "amazonqcli";
|
|
1052
|
-
amp: "amp";
|
|
1053
|
-
augmentcode: "augmentcode";
|
|
1054
|
-
claude: "claude";
|
|
1055
|
-
copilot: "copilot";
|
|
1056
|
-
crush: "crush";
|
|
1057
|
-
factory: "factory";
|
|
1058
|
-
firebase: "firebase";
|
|
1059
|
-
firebender: "firebender";
|
|
1060
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
1061
|
-
jules: "jules";
|
|
1062
|
-
junie: "junie";
|
|
1063
|
-
kilocode: "kilocode";
|
|
1064
|
-
kiro: "kiro";
|
|
1065
|
-
mistral: "mistral";
|
|
1066
|
-
openhands: "openhands";
|
|
1067
|
-
pi: "pi";
|
|
1068
|
-
qwen: "qwen";
|
|
1069
|
-
roo: "roo";
|
|
1070
|
-
trae: "trae";
|
|
1071
|
-
warp: "warp";
|
|
1072
|
-
windsurf: "windsurf";
|
|
1073
|
-
}>>>;
|
|
1074
|
-
}, z.core.$strict>>;
|
|
1075
933
|
skills: z.ZodOptional<z.ZodObject<{
|
|
1076
934
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
1077
935
|
project: "project";
|
|
@@ -1086,14 +944,14 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1086
944
|
opencode: "opencode";
|
|
1087
945
|
"gemini-cli": "gemini-cli";
|
|
1088
946
|
goose: "goose";
|
|
1089
|
-
amp: "amp";
|
|
1090
|
-
openhands: "openhands";
|
|
1091
|
-
pi: "pi";
|
|
1092
|
-
roo: "roo";
|
|
1093
|
-
trae: "trae";
|
|
1094
|
-
windsurf: "windsurf";
|
|
1095
947
|
"github-copilot": "github-copilot";
|
|
948
|
+
windsurf: "windsurf";
|
|
949
|
+
roo: "roo";
|
|
1096
950
|
kilo: "kilo";
|
|
951
|
+
openhands: "openhands";
|
|
952
|
+
trae: "trae";
|
|
953
|
+
amp: "amp";
|
|
954
|
+
pi: "pi";
|
|
1097
955
|
qoder: "qoder";
|
|
1098
956
|
"qwen-code": "qwen-code";
|
|
1099
957
|
"kiro-cli": "kiro-cli";
|
|
@@ -1141,41 +999,41 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1141
999
|
cursor: "cursor";
|
|
1142
1000
|
vscode: "vscode";
|
|
1143
1001
|
zed: "zed";
|
|
1144
|
-
kiro: "kiro";
|
|
1145
|
-
trae: "trae";
|
|
1146
1002
|
windsurf: "windsurf";
|
|
1003
|
+
trae: "trae";
|
|
1004
|
+
kiro: "kiro";
|
|
1147
1005
|
}>>>;
|
|
1148
1006
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1149
1007
|
cline: "cline";
|
|
1150
1008
|
codex: "codex";
|
|
1151
1009
|
opencode: "opencode";
|
|
1152
1010
|
goose: "goose";
|
|
1153
|
-
aider: "aider";
|
|
1154
1011
|
amp: "amp";
|
|
1155
|
-
|
|
1012
|
+
droid: "droid";
|
|
1156
1013
|
claude: "claude";
|
|
1157
|
-
copilot: "copilot";
|
|
1158
|
-
crush: "crush";
|
|
1159
|
-
firebender: "firebender";
|
|
1160
1014
|
jules: "jules";
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
warp: "warp";
|
|
1164
|
-
droid: "droid";
|
|
1015
|
+
copilot: "copilot";
|
|
1016
|
+
aider: "aider";
|
|
1165
1017
|
"firebase-studio": "firebase-studio";
|
|
1166
1018
|
"open-hands": "open-hands";
|
|
1167
1019
|
gemini: "gemini";
|
|
1020
|
+
junie: "junie";
|
|
1021
|
+
augmentcode: "augmentcode";
|
|
1168
1022
|
"kilo-code": "kilo-code";
|
|
1169
1023
|
"roo-code": "roo-code";
|
|
1024
|
+
warp: "warp";
|
|
1025
|
+
crush: "crush";
|
|
1026
|
+
qwen: "qwen";
|
|
1170
1027
|
"amazon-q-cli": "amazon-q-cli";
|
|
1028
|
+
firebender: "firebender";
|
|
1171
1029
|
"cursor-cli": "cursor-cli";
|
|
1172
1030
|
"mistral-vibe": "mistral-vibe";
|
|
1173
1031
|
vercel: "vercel";
|
|
1174
1032
|
}>>>;
|
|
1175
1033
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1176
1034
|
cursor: "cursor";
|
|
1177
|
-
claude: "claude";
|
|
1178
1035
|
windsurf: "windsurf";
|
|
1036
|
+
claude: "claude";
|
|
1179
1037
|
}>>>;
|
|
1180
1038
|
}, z.core.$strict>>;
|
|
1181
1039
|
}, z.core.$strict>>;
|
|
@@ -1281,42 +1139,6 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1281
1139
|
goose: "goose";
|
|
1282
1140
|
}>>>;
|
|
1283
1141
|
}, z.core.$strict>>;
|
|
1284
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
1285
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1286
|
-
antigravity: "antigravity";
|
|
1287
|
-
cline: "cline";
|
|
1288
|
-
cursor: "cursor";
|
|
1289
|
-
codex: "codex";
|
|
1290
|
-
opencode: "opencode";
|
|
1291
|
-
"gemini-cli": "gemini-cli";
|
|
1292
|
-
zed: "zed";
|
|
1293
|
-
goose: "goose";
|
|
1294
|
-
agentsmd: "agentsmd";
|
|
1295
|
-
aider: "aider";
|
|
1296
|
-
amazonqcli: "amazonqcli";
|
|
1297
|
-
amp: "amp";
|
|
1298
|
-
augmentcode: "augmentcode";
|
|
1299
|
-
claude: "claude";
|
|
1300
|
-
copilot: "copilot";
|
|
1301
|
-
crush: "crush";
|
|
1302
|
-
factory: "factory";
|
|
1303
|
-
firebase: "firebase";
|
|
1304
|
-
firebender: "firebender";
|
|
1305
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
1306
|
-
jules: "jules";
|
|
1307
|
-
junie: "junie";
|
|
1308
|
-
kilocode: "kilocode";
|
|
1309
|
-
kiro: "kiro";
|
|
1310
|
-
mistral: "mistral";
|
|
1311
|
-
openhands: "openhands";
|
|
1312
|
-
pi: "pi";
|
|
1313
|
-
qwen: "qwen";
|
|
1314
|
-
roo: "roo";
|
|
1315
|
-
trae: "trae";
|
|
1316
|
-
warp: "warp";
|
|
1317
|
-
windsurf: "windsurf";
|
|
1318
|
-
}>>>;
|
|
1319
|
-
}, z.core.$strict>>;
|
|
1320
1142
|
skills: z.ZodOptional<z.ZodObject<{
|
|
1321
1143
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
1322
1144
|
project: "project";
|
|
@@ -1331,14 +1153,14 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1331
1153
|
opencode: "opencode";
|
|
1332
1154
|
"gemini-cli": "gemini-cli";
|
|
1333
1155
|
goose: "goose";
|
|
1334
|
-
amp: "amp";
|
|
1335
|
-
openhands: "openhands";
|
|
1336
|
-
pi: "pi";
|
|
1337
|
-
roo: "roo";
|
|
1338
|
-
trae: "trae";
|
|
1339
|
-
windsurf: "windsurf";
|
|
1340
1156
|
"github-copilot": "github-copilot";
|
|
1157
|
+
windsurf: "windsurf";
|
|
1158
|
+
roo: "roo";
|
|
1341
1159
|
kilo: "kilo";
|
|
1160
|
+
openhands: "openhands";
|
|
1161
|
+
trae: "trae";
|
|
1162
|
+
amp: "amp";
|
|
1163
|
+
pi: "pi";
|
|
1342
1164
|
qoder: "qoder";
|
|
1343
1165
|
"qwen-code": "qwen-code";
|
|
1344
1166
|
"kiro-cli": "kiro-cli";
|
|
@@ -1386,41 +1208,41 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1386
1208
|
cursor: "cursor";
|
|
1387
1209
|
vscode: "vscode";
|
|
1388
1210
|
zed: "zed";
|
|
1389
|
-
kiro: "kiro";
|
|
1390
|
-
trae: "trae";
|
|
1391
1211
|
windsurf: "windsurf";
|
|
1212
|
+
trae: "trae";
|
|
1213
|
+
kiro: "kiro";
|
|
1392
1214
|
}>>>;
|
|
1393
1215
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1394
1216
|
cline: "cline";
|
|
1395
1217
|
codex: "codex";
|
|
1396
1218
|
opencode: "opencode";
|
|
1397
1219
|
goose: "goose";
|
|
1398
|
-
aider: "aider";
|
|
1399
1220
|
amp: "amp";
|
|
1400
|
-
|
|
1221
|
+
droid: "droid";
|
|
1401
1222
|
claude: "claude";
|
|
1402
|
-
copilot: "copilot";
|
|
1403
|
-
crush: "crush";
|
|
1404
|
-
firebender: "firebender";
|
|
1405
1223
|
jules: "jules";
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
warp: "warp";
|
|
1409
|
-
droid: "droid";
|
|
1224
|
+
copilot: "copilot";
|
|
1225
|
+
aider: "aider";
|
|
1410
1226
|
"firebase-studio": "firebase-studio";
|
|
1411
1227
|
"open-hands": "open-hands";
|
|
1412
1228
|
gemini: "gemini";
|
|
1229
|
+
junie: "junie";
|
|
1230
|
+
augmentcode: "augmentcode";
|
|
1413
1231
|
"kilo-code": "kilo-code";
|
|
1414
1232
|
"roo-code": "roo-code";
|
|
1233
|
+
warp: "warp";
|
|
1234
|
+
crush: "crush";
|
|
1235
|
+
qwen: "qwen";
|
|
1415
1236
|
"amazon-q-cli": "amazon-q-cli";
|
|
1237
|
+
firebender: "firebender";
|
|
1416
1238
|
"cursor-cli": "cursor-cli";
|
|
1417
1239
|
"mistral-vibe": "mistral-vibe";
|
|
1418
1240
|
vercel: "vercel";
|
|
1419
1241
|
}>>>;
|
|
1420
1242
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1421
1243
|
cursor: "cursor";
|
|
1422
|
-
claude: "claude";
|
|
1423
1244
|
windsurf: "windsurf";
|
|
1245
|
+
claude: "claude";
|
|
1424
1246
|
}>>>;
|
|
1425
1247
|
}, z.core.$strict>>;
|
|
1426
1248
|
}, z.core.$strict>>;
|
|
@@ -1486,11 +1308,11 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1486
1308
|
none: "none";
|
|
1487
1309
|
pwa: "pwa";
|
|
1488
1310
|
tauri: "tauri";
|
|
1311
|
+
electrobun: "electrobun";
|
|
1489
1312
|
starlight: "starlight";
|
|
1490
1313
|
biome: "biome";
|
|
1491
1314
|
lefthook: "lefthook";
|
|
1492
1315
|
husky: "husky";
|
|
1493
|
-
ruler: "ruler";
|
|
1494
1316
|
mcp: "mcp";
|
|
1495
1317
|
turborepo: "turborepo";
|
|
1496
1318
|
nx: "nx";
|
|
@@ -1639,42 +1461,6 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1639
1461
|
goose: "goose";
|
|
1640
1462
|
}>>>;
|
|
1641
1463
|
}, z.core.$strict>>;
|
|
1642
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
1643
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1644
|
-
antigravity: "antigravity";
|
|
1645
|
-
cline: "cline";
|
|
1646
|
-
cursor: "cursor";
|
|
1647
|
-
codex: "codex";
|
|
1648
|
-
opencode: "opencode";
|
|
1649
|
-
"gemini-cli": "gemini-cli";
|
|
1650
|
-
zed: "zed";
|
|
1651
|
-
goose: "goose";
|
|
1652
|
-
agentsmd: "agentsmd";
|
|
1653
|
-
aider: "aider";
|
|
1654
|
-
amazonqcli: "amazonqcli";
|
|
1655
|
-
amp: "amp";
|
|
1656
|
-
augmentcode: "augmentcode";
|
|
1657
|
-
claude: "claude";
|
|
1658
|
-
copilot: "copilot";
|
|
1659
|
-
crush: "crush";
|
|
1660
|
-
factory: "factory";
|
|
1661
|
-
firebase: "firebase";
|
|
1662
|
-
firebender: "firebender";
|
|
1663
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
1664
|
-
jules: "jules";
|
|
1665
|
-
junie: "junie";
|
|
1666
|
-
kilocode: "kilocode";
|
|
1667
|
-
kiro: "kiro";
|
|
1668
|
-
mistral: "mistral";
|
|
1669
|
-
openhands: "openhands";
|
|
1670
|
-
pi: "pi";
|
|
1671
|
-
qwen: "qwen";
|
|
1672
|
-
roo: "roo";
|
|
1673
|
-
trae: "trae";
|
|
1674
|
-
warp: "warp";
|
|
1675
|
-
windsurf: "windsurf";
|
|
1676
|
-
}>>>;
|
|
1677
|
-
}, z.core.$strict>>;
|
|
1678
1464
|
skills: z.ZodOptional<z.ZodObject<{
|
|
1679
1465
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
1680
1466
|
project: "project";
|
|
@@ -1689,14 +1475,14 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1689
1475
|
opencode: "opencode";
|
|
1690
1476
|
"gemini-cli": "gemini-cli";
|
|
1691
1477
|
goose: "goose";
|
|
1692
|
-
amp: "amp";
|
|
1693
|
-
openhands: "openhands";
|
|
1694
|
-
pi: "pi";
|
|
1695
|
-
roo: "roo";
|
|
1696
|
-
trae: "trae";
|
|
1697
|
-
windsurf: "windsurf";
|
|
1698
1478
|
"github-copilot": "github-copilot";
|
|
1479
|
+
windsurf: "windsurf";
|
|
1480
|
+
roo: "roo";
|
|
1699
1481
|
kilo: "kilo";
|
|
1482
|
+
openhands: "openhands";
|
|
1483
|
+
trae: "trae";
|
|
1484
|
+
amp: "amp";
|
|
1485
|
+
pi: "pi";
|
|
1700
1486
|
qoder: "qoder";
|
|
1701
1487
|
"qwen-code": "qwen-code";
|
|
1702
1488
|
"kiro-cli": "kiro-cli";
|
|
@@ -1744,41 +1530,41 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1744
1530
|
cursor: "cursor";
|
|
1745
1531
|
vscode: "vscode";
|
|
1746
1532
|
zed: "zed";
|
|
1747
|
-
kiro: "kiro";
|
|
1748
|
-
trae: "trae";
|
|
1749
1533
|
windsurf: "windsurf";
|
|
1534
|
+
trae: "trae";
|
|
1535
|
+
kiro: "kiro";
|
|
1750
1536
|
}>>>;
|
|
1751
1537
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1752
1538
|
cline: "cline";
|
|
1753
1539
|
codex: "codex";
|
|
1754
1540
|
opencode: "opencode";
|
|
1755
1541
|
goose: "goose";
|
|
1756
|
-
aider: "aider";
|
|
1757
1542
|
amp: "amp";
|
|
1758
|
-
|
|
1543
|
+
droid: "droid";
|
|
1759
1544
|
claude: "claude";
|
|
1760
|
-
copilot: "copilot";
|
|
1761
|
-
crush: "crush";
|
|
1762
|
-
firebender: "firebender";
|
|
1763
1545
|
jules: "jules";
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
warp: "warp";
|
|
1767
|
-
droid: "droid";
|
|
1546
|
+
copilot: "copilot";
|
|
1547
|
+
aider: "aider";
|
|
1768
1548
|
"firebase-studio": "firebase-studio";
|
|
1769
1549
|
"open-hands": "open-hands";
|
|
1770
1550
|
gemini: "gemini";
|
|
1551
|
+
junie: "junie";
|
|
1552
|
+
augmentcode: "augmentcode";
|
|
1771
1553
|
"kilo-code": "kilo-code";
|
|
1772
1554
|
"roo-code": "roo-code";
|
|
1555
|
+
warp: "warp";
|
|
1556
|
+
crush: "crush";
|
|
1557
|
+
qwen: "qwen";
|
|
1773
1558
|
"amazon-q-cli": "amazon-q-cli";
|
|
1559
|
+
firebender: "firebender";
|
|
1774
1560
|
"cursor-cli": "cursor-cli";
|
|
1775
1561
|
"mistral-vibe": "mistral-vibe";
|
|
1776
1562
|
vercel: "vercel";
|
|
1777
1563
|
}>>>;
|
|
1778
1564
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1779
1565
|
cursor: "cursor";
|
|
1780
|
-
claude: "claude";
|
|
1781
1566
|
windsurf: "windsurf";
|
|
1567
|
+
claude: "claude";
|
|
1782
1568
|
}>>>;
|
|
1783
1569
|
}, z.core.$strict>>;
|
|
1784
1570
|
}, z.core.$strict>>;
|
|
@@ -1850,11 +1636,11 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1850
1636
|
none: "none";
|
|
1851
1637
|
pwa: "pwa";
|
|
1852
1638
|
tauri: "tauri";
|
|
1639
|
+
electrobun: "electrobun";
|
|
1853
1640
|
starlight: "starlight";
|
|
1854
1641
|
biome: "biome";
|
|
1855
1642
|
lefthook: "lefthook";
|
|
1856
1643
|
husky: "husky";
|
|
1857
|
-
ruler: "ruler";
|
|
1858
1644
|
mcp: "mcp";
|
|
1859
1645
|
turborepo: "turborepo";
|
|
1860
1646
|
nx: "nx";
|
|
@@ -1987,42 +1773,6 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
1987
1773
|
goose: "goose";
|
|
1988
1774
|
}>>>;
|
|
1989
1775
|
}, z.core.$strict>>;
|
|
1990
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
1991
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1992
|
-
antigravity: "antigravity";
|
|
1993
|
-
cline: "cline";
|
|
1994
|
-
cursor: "cursor";
|
|
1995
|
-
codex: "codex";
|
|
1996
|
-
opencode: "opencode";
|
|
1997
|
-
"gemini-cli": "gemini-cli";
|
|
1998
|
-
zed: "zed";
|
|
1999
|
-
goose: "goose";
|
|
2000
|
-
agentsmd: "agentsmd";
|
|
2001
|
-
aider: "aider";
|
|
2002
|
-
amazonqcli: "amazonqcli";
|
|
2003
|
-
amp: "amp";
|
|
2004
|
-
augmentcode: "augmentcode";
|
|
2005
|
-
claude: "claude";
|
|
2006
|
-
copilot: "copilot";
|
|
2007
|
-
crush: "crush";
|
|
2008
|
-
factory: "factory";
|
|
2009
|
-
firebase: "firebase";
|
|
2010
|
-
firebender: "firebender";
|
|
2011
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
2012
|
-
jules: "jules";
|
|
2013
|
-
junie: "junie";
|
|
2014
|
-
kilocode: "kilocode";
|
|
2015
|
-
kiro: "kiro";
|
|
2016
|
-
mistral: "mistral";
|
|
2017
|
-
openhands: "openhands";
|
|
2018
|
-
pi: "pi";
|
|
2019
|
-
qwen: "qwen";
|
|
2020
|
-
roo: "roo";
|
|
2021
|
-
trae: "trae";
|
|
2022
|
-
warp: "warp";
|
|
2023
|
-
windsurf: "windsurf";
|
|
2024
|
-
}>>>;
|
|
2025
|
-
}, z.core.$strict>>;
|
|
2026
1776
|
skills: z.ZodOptional<z.ZodObject<{
|
|
2027
1777
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
2028
1778
|
project: "project";
|
|
@@ -2037,14 +1787,14 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2037
1787
|
opencode: "opencode";
|
|
2038
1788
|
"gemini-cli": "gemini-cli";
|
|
2039
1789
|
goose: "goose";
|
|
2040
|
-
amp: "amp";
|
|
2041
|
-
openhands: "openhands";
|
|
2042
|
-
pi: "pi";
|
|
2043
|
-
roo: "roo";
|
|
2044
|
-
trae: "trae";
|
|
2045
|
-
windsurf: "windsurf";
|
|
2046
1790
|
"github-copilot": "github-copilot";
|
|
1791
|
+
windsurf: "windsurf";
|
|
1792
|
+
roo: "roo";
|
|
2047
1793
|
kilo: "kilo";
|
|
1794
|
+
openhands: "openhands";
|
|
1795
|
+
trae: "trae";
|
|
1796
|
+
amp: "amp";
|
|
1797
|
+
pi: "pi";
|
|
2048
1798
|
qoder: "qoder";
|
|
2049
1799
|
"qwen-code": "qwen-code";
|
|
2050
1800
|
"kiro-cli": "kiro-cli";
|
|
@@ -2092,41 +1842,41 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2092
1842
|
cursor: "cursor";
|
|
2093
1843
|
vscode: "vscode";
|
|
2094
1844
|
zed: "zed";
|
|
2095
|
-
kiro: "kiro";
|
|
2096
|
-
trae: "trae";
|
|
2097
1845
|
windsurf: "windsurf";
|
|
1846
|
+
trae: "trae";
|
|
1847
|
+
kiro: "kiro";
|
|
2098
1848
|
}>>>;
|
|
2099
1849
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2100
1850
|
cline: "cline";
|
|
2101
1851
|
codex: "codex";
|
|
2102
1852
|
opencode: "opencode";
|
|
2103
1853
|
goose: "goose";
|
|
2104
|
-
aider: "aider";
|
|
2105
1854
|
amp: "amp";
|
|
2106
|
-
|
|
1855
|
+
droid: "droid";
|
|
2107
1856
|
claude: "claude";
|
|
2108
|
-
copilot: "copilot";
|
|
2109
|
-
crush: "crush";
|
|
2110
|
-
firebender: "firebender";
|
|
2111
1857
|
jules: "jules";
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
warp: "warp";
|
|
2115
|
-
droid: "droid";
|
|
1858
|
+
copilot: "copilot";
|
|
1859
|
+
aider: "aider";
|
|
2116
1860
|
"firebase-studio": "firebase-studio";
|
|
2117
1861
|
"open-hands": "open-hands";
|
|
2118
1862
|
gemini: "gemini";
|
|
1863
|
+
junie: "junie";
|
|
1864
|
+
augmentcode: "augmentcode";
|
|
2119
1865
|
"kilo-code": "kilo-code";
|
|
2120
1866
|
"roo-code": "roo-code";
|
|
1867
|
+
warp: "warp";
|
|
1868
|
+
crush: "crush";
|
|
1869
|
+
qwen: "qwen";
|
|
2121
1870
|
"amazon-q-cli": "amazon-q-cli";
|
|
1871
|
+
firebender: "firebender";
|
|
2122
1872
|
"cursor-cli": "cursor-cli";
|
|
2123
1873
|
"mistral-vibe": "mistral-vibe";
|
|
2124
1874
|
vercel: "vercel";
|
|
2125
1875
|
}>>>;
|
|
2126
1876
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2127
1877
|
cursor: "cursor";
|
|
2128
|
-
claude: "claude";
|
|
2129
1878
|
windsurf: "windsurf";
|
|
1879
|
+
claude: "claude";
|
|
2130
1880
|
}>>>;
|
|
2131
1881
|
}, z.core.$strict>>;
|
|
2132
1882
|
}, z.core.$strict>>;
|
|
@@ -2198,11 +1948,11 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
2198
1948
|
none: "none";
|
|
2199
1949
|
pwa: "pwa";
|
|
2200
1950
|
tauri: "tauri";
|
|
1951
|
+
electrobun: "electrobun";
|
|
2201
1952
|
starlight: "starlight";
|
|
2202
1953
|
biome: "biome";
|
|
2203
1954
|
lefthook: "lefthook";
|
|
2204
1955
|
husky: "husky";
|
|
2205
|
-
ruler: "ruler";
|
|
2206
1956
|
mcp: "mcp";
|
|
2207
1957
|
turborepo: "turborepo";
|
|
2208
1958
|
nx: "nx";
|
|
@@ -2334,42 +2084,6 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2334
2084
|
goose: "goose";
|
|
2335
2085
|
}>>>;
|
|
2336
2086
|
}, z.core.$strict>>;
|
|
2337
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
2338
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2339
|
-
antigravity: "antigravity";
|
|
2340
|
-
cline: "cline";
|
|
2341
|
-
cursor: "cursor";
|
|
2342
|
-
codex: "codex";
|
|
2343
|
-
opencode: "opencode";
|
|
2344
|
-
"gemini-cli": "gemini-cli";
|
|
2345
|
-
zed: "zed";
|
|
2346
|
-
goose: "goose";
|
|
2347
|
-
agentsmd: "agentsmd";
|
|
2348
|
-
aider: "aider";
|
|
2349
|
-
amazonqcli: "amazonqcli";
|
|
2350
|
-
amp: "amp";
|
|
2351
|
-
augmentcode: "augmentcode";
|
|
2352
|
-
claude: "claude";
|
|
2353
|
-
copilot: "copilot";
|
|
2354
|
-
crush: "crush";
|
|
2355
|
-
factory: "factory";
|
|
2356
|
-
firebase: "firebase";
|
|
2357
|
-
firebender: "firebender";
|
|
2358
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
2359
|
-
jules: "jules";
|
|
2360
|
-
junie: "junie";
|
|
2361
|
-
kilocode: "kilocode";
|
|
2362
|
-
kiro: "kiro";
|
|
2363
|
-
mistral: "mistral";
|
|
2364
|
-
openhands: "openhands";
|
|
2365
|
-
pi: "pi";
|
|
2366
|
-
qwen: "qwen";
|
|
2367
|
-
roo: "roo";
|
|
2368
|
-
trae: "trae";
|
|
2369
|
-
warp: "warp";
|
|
2370
|
-
windsurf: "windsurf";
|
|
2371
|
-
}>>>;
|
|
2372
|
-
}, z.core.$strict>>;
|
|
2373
2087
|
skills: z.ZodOptional<z.ZodObject<{
|
|
2374
2088
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
2375
2089
|
project: "project";
|
|
@@ -2384,14 +2098,14 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2384
2098
|
opencode: "opencode";
|
|
2385
2099
|
"gemini-cli": "gemini-cli";
|
|
2386
2100
|
goose: "goose";
|
|
2387
|
-
amp: "amp";
|
|
2388
|
-
openhands: "openhands";
|
|
2389
|
-
pi: "pi";
|
|
2390
|
-
roo: "roo";
|
|
2391
|
-
trae: "trae";
|
|
2392
|
-
windsurf: "windsurf";
|
|
2393
2101
|
"github-copilot": "github-copilot";
|
|
2102
|
+
windsurf: "windsurf";
|
|
2103
|
+
roo: "roo";
|
|
2394
2104
|
kilo: "kilo";
|
|
2105
|
+
openhands: "openhands";
|
|
2106
|
+
trae: "trae";
|
|
2107
|
+
amp: "amp";
|
|
2108
|
+
pi: "pi";
|
|
2395
2109
|
qoder: "qoder";
|
|
2396
2110
|
"qwen-code": "qwen-code";
|
|
2397
2111
|
"kiro-cli": "kiro-cli";
|
|
@@ -2439,41 +2153,41 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2439
2153
|
cursor: "cursor";
|
|
2440
2154
|
vscode: "vscode";
|
|
2441
2155
|
zed: "zed";
|
|
2442
|
-
kiro: "kiro";
|
|
2443
|
-
trae: "trae";
|
|
2444
2156
|
windsurf: "windsurf";
|
|
2157
|
+
trae: "trae";
|
|
2158
|
+
kiro: "kiro";
|
|
2445
2159
|
}>>>;
|
|
2446
2160
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2447
2161
|
cline: "cline";
|
|
2448
2162
|
codex: "codex";
|
|
2449
2163
|
opencode: "opencode";
|
|
2450
2164
|
goose: "goose";
|
|
2451
|
-
aider: "aider";
|
|
2452
2165
|
amp: "amp";
|
|
2453
|
-
|
|
2166
|
+
droid: "droid";
|
|
2454
2167
|
claude: "claude";
|
|
2455
|
-
copilot: "copilot";
|
|
2456
|
-
crush: "crush";
|
|
2457
|
-
firebender: "firebender";
|
|
2458
2168
|
jules: "jules";
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
warp: "warp";
|
|
2462
|
-
droid: "droid";
|
|
2169
|
+
copilot: "copilot";
|
|
2170
|
+
aider: "aider";
|
|
2463
2171
|
"firebase-studio": "firebase-studio";
|
|
2464
2172
|
"open-hands": "open-hands";
|
|
2465
2173
|
gemini: "gemini";
|
|
2174
|
+
junie: "junie";
|
|
2175
|
+
augmentcode: "augmentcode";
|
|
2466
2176
|
"kilo-code": "kilo-code";
|
|
2467
2177
|
"roo-code": "roo-code";
|
|
2178
|
+
warp: "warp";
|
|
2179
|
+
crush: "crush";
|
|
2180
|
+
qwen: "qwen";
|
|
2468
2181
|
"amazon-q-cli": "amazon-q-cli";
|
|
2182
|
+
firebender: "firebender";
|
|
2469
2183
|
"cursor-cli": "cursor-cli";
|
|
2470
2184
|
"mistral-vibe": "mistral-vibe";
|
|
2471
2185
|
vercel: "vercel";
|
|
2472
2186
|
}>>>;
|
|
2473
2187
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2474
2188
|
cursor: "cursor";
|
|
2475
|
-
claude: "claude";
|
|
2476
2189
|
windsurf: "windsurf";
|
|
2190
|
+
claude: "claude";
|
|
2477
2191
|
}>>>;
|
|
2478
2192
|
}, z.core.$strict>>;
|
|
2479
2193
|
}, z.core.$strict>>;
|
|
@@ -2545,11 +2259,11 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2545
2259
|
none: "none";
|
|
2546
2260
|
pwa: "pwa";
|
|
2547
2261
|
tauri: "tauri";
|
|
2262
|
+
electrobun: "electrobun";
|
|
2548
2263
|
starlight: "starlight";
|
|
2549
2264
|
biome: "biome";
|
|
2550
2265
|
lefthook: "lefthook";
|
|
2551
2266
|
husky: "husky";
|
|
2552
|
-
ruler: "ruler";
|
|
2553
2267
|
mcp: "mcp";
|
|
2554
2268
|
turborepo: "turborepo";
|
|
2555
2269
|
nx: "nx";
|
|
@@ -2682,42 +2396,6 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2682
2396
|
goose: "goose";
|
|
2683
2397
|
}>>>;
|
|
2684
2398
|
}, z.core.$strict>>;
|
|
2685
|
-
ruler: z.ZodOptional<z.ZodObject<{
|
|
2686
|
-
assistants: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2687
|
-
antigravity: "antigravity";
|
|
2688
|
-
cline: "cline";
|
|
2689
|
-
cursor: "cursor";
|
|
2690
|
-
codex: "codex";
|
|
2691
|
-
opencode: "opencode";
|
|
2692
|
-
"gemini-cli": "gemini-cli";
|
|
2693
|
-
zed: "zed";
|
|
2694
|
-
goose: "goose";
|
|
2695
|
-
agentsmd: "agentsmd";
|
|
2696
|
-
aider: "aider";
|
|
2697
|
-
amazonqcli: "amazonqcli";
|
|
2698
|
-
amp: "amp";
|
|
2699
|
-
augmentcode: "augmentcode";
|
|
2700
|
-
claude: "claude";
|
|
2701
|
-
copilot: "copilot";
|
|
2702
|
-
crush: "crush";
|
|
2703
|
-
factory: "factory";
|
|
2704
|
-
firebase: "firebase";
|
|
2705
|
-
firebender: "firebender";
|
|
2706
|
-
"jetbrains-ai": "jetbrains-ai";
|
|
2707
|
-
jules: "jules";
|
|
2708
|
-
junie: "junie";
|
|
2709
|
-
kilocode: "kilocode";
|
|
2710
|
-
kiro: "kiro";
|
|
2711
|
-
mistral: "mistral";
|
|
2712
|
-
openhands: "openhands";
|
|
2713
|
-
pi: "pi";
|
|
2714
|
-
qwen: "qwen";
|
|
2715
|
-
roo: "roo";
|
|
2716
|
-
trae: "trae";
|
|
2717
|
-
warp: "warp";
|
|
2718
|
-
windsurf: "windsurf";
|
|
2719
|
-
}>>>;
|
|
2720
|
-
}, z.core.$strict>>;
|
|
2721
2399
|
skills: z.ZodOptional<z.ZodObject<{
|
|
2722
2400
|
scope: z.ZodOptional<z.ZodEnum<{
|
|
2723
2401
|
project: "project";
|
|
@@ -2732,14 +2410,14 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2732
2410
|
opencode: "opencode";
|
|
2733
2411
|
"gemini-cli": "gemini-cli";
|
|
2734
2412
|
goose: "goose";
|
|
2735
|
-
amp: "amp";
|
|
2736
|
-
openhands: "openhands";
|
|
2737
|
-
pi: "pi";
|
|
2738
|
-
roo: "roo";
|
|
2739
|
-
trae: "trae";
|
|
2740
|
-
windsurf: "windsurf";
|
|
2741
2413
|
"github-copilot": "github-copilot";
|
|
2414
|
+
windsurf: "windsurf";
|
|
2415
|
+
roo: "roo";
|
|
2742
2416
|
kilo: "kilo";
|
|
2417
|
+
openhands: "openhands";
|
|
2418
|
+
trae: "trae";
|
|
2419
|
+
amp: "amp";
|
|
2420
|
+
pi: "pi";
|
|
2743
2421
|
qoder: "qoder";
|
|
2744
2422
|
"qwen-code": "qwen-code";
|
|
2745
2423
|
"kiro-cli": "kiro-cli";
|
|
@@ -2787,41 +2465,41 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2787
2465
|
cursor: "cursor";
|
|
2788
2466
|
vscode: "vscode";
|
|
2789
2467
|
zed: "zed";
|
|
2790
|
-
kiro: "kiro";
|
|
2791
|
-
trae: "trae";
|
|
2792
2468
|
windsurf: "windsurf";
|
|
2469
|
+
trae: "trae";
|
|
2470
|
+
kiro: "kiro";
|
|
2793
2471
|
}>>>;
|
|
2794
2472
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2795
2473
|
cline: "cline";
|
|
2796
2474
|
codex: "codex";
|
|
2797
2475
|
opencode: "opencode";
|
|
2798
2476
|
goose: "goose";
|
|
2799
|
-
aider: "aider";
|
|
2800
2477
|
amp: "amp";
|
|
2801
|
-
|
|
2478
|
+
droid: "droid";
|
|
2802
2479
|
claude: "claude";
|
|
2803
|
-
copilot: "copilot";
|
|
2804
|
-
crush: "crush";
|
|
2805
|
-
firebender: "firebender";
|
|
2806
2480
|
jules: "jules";
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
warp: "warp";
|
|
2810
|
-
droid: "droid";
|
|
2481
|
+
copilot: "copilot";
|
|
2482
|
+
aider: "aider";
|
|
2811
2483
|
"firebase-studio": "firebase-studio";
|
|
2812
2484
|
"open-hands": "open-hands";
|
|
2813
2485
|
gemini: "gemini";
|
|
2486
|
+
junie: "junie";
|
|
2487
|
+
augmentcode: "augmentcode";
|
|
2814
2488
|
"kilo-code": "kilo-code";
|
|
2815
2489
|
"roo-code": "roo-code";
|
|
2490
|
+
warp: "warp";
|
|
2491
|
+
crush: "crush";
|
|
2492
|
+
qwen: "qwen";
|
|
2816
2493
|
"amazon-q-cli": "amazon-q-cli";
|
|
2494
|
+
firebender: "firebender";
|
|
2817
2495
|
"cursor-cli": "cursor-cli";
|
|
2818
2496
|
"mistral-vibe": "mistral-vibe";
|
|
2819
2497
|
vercel: "vercel";
|
|
2820
2498
|
}>>>;
|
|
2821
2499
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2822
2500
|
cursor: "cursor";
|
|
2823
|
-
claude: "claude";
|
|
2824
2501
|
windsurf: "windsurf";
|
|
2502
|
+
claude: "claude";
|
|
2825
2503
|
}>>>;
|
|
2826
2504
|
}, z.core.$strict>>;
|
|
2827
2505
|
}, z.core.$strict>>;
|
|
@@ -2893,11 +2571,11 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2893
2571
|
none: "none";
|
|
2894
2572
|
pwa: "pwa";
|
|
2895
2573
|
tauri: "tauri";
|
|
2574
|
+
electrobun: "electrobun";
|
|
2896
2575
|
starlight: "starlight";
|
|
2897
2576
|
biome: "biome";
|
|
2898
2577
|
lefthook: "lefthook";
|
|
2899
2578
|
husky: "husky";
|
|
2900
|
-
ruler: "ruler";
|
|
2901
2579
|
mcp: "mcp";
|
|
2902
2580
|
turborepo: "turborepo";
|
|
2903
2581
|
nx: "nx";
|
|
@@ -2966,7 +2644,7 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose")[];
|
|
|
2966
2644
|
declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "convex" | "self")[];
|
|
2967
2645
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
2968
2646
|
declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "astro")[];
|
|
2969
|
-
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "
|
|
2647
|
+
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "electrobun" | "starlight" | "biome" | "lefthook" | "husky" | "mcp" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "skills")[];
|
|
2970
2648
|
declare const EXAMPLES_VALUES: ("none" | "todo" | "ai")[];
|
|
2971
2649
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm")[];
|
|
2972
2650
|
declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "d1" | "docker")[];
|
|
@@ -2978,5 +2656,5 @@ declare const SERVER_DEPLOY_VALUES: ("none" | "cloudflare")[];
|
|
|
2978
2656
|
declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
|
|
2979
2657
|
declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
|
|
2980
2658
|
//#endregion
|
|
2981
|
-
export {
|
|
2982
|
-
//# sourceMappingURL=schemas-
|
|
2659
|
+
export { UltraciteHookSchema as $, McpAgentSchema as A, ProjectNameSchema as B, EXAMPLES_VALUES as C, FumadocsTemplateSchema as D, FrontendSchema as E, PACKAGE_MANAGER_VALUES as F, SkillSelectionSchema as G, RuntimeSchema as H, PAYMENTS_VALUES as I, TEMPLATE_VALUES as J, SkillsAgentSchema as K, PackageManagerSchema as L, NeonSetupMethodSchema as M, ORMSchema as N, InitResultSchema as O, ORM_VALUES as P, UltraciteEditorSchema as Q, PaymentsSchema as R, DirectoryConflictSchema as S, FRONTEND_VALUES as T, SERVER_DEPLOY_VALUES as U, RUNTIME_VALUES as V, ServerDeploySchema as W, TuiTemplateSchema as X, TemplateSchema as Y, UltraciteAgentSchema as Z, DIRECTORY_CONFLICT_VALUES as _, AddInputSchema as a, DbSetupModeSchema as b, AuthSchema as c, BetterTStackConfigFileSchema as d, UltraciteLinterSchema as et, BetterTStackConfigSchema as f, DATABASE_VALUES as g, DATABASE_SETUP_VALUES as h, AUTH_VALUES as i, McpServerSchema as j, InstallScopeSchema as k, BACKEND_VALUES as l, CreateInputSchema as m, APISchema as n, WebDeploySchema as nt, AddonOptionsSchema as o, CLIInputSchema as p, SkillsSourceSchema as q, API_VALUES as r, WxtTemplateSchema as rt, AddonsSchema as s, ADDONS_VALUES as t, WEB_DEPLOY_VALUES as tt, BackendSchema as u, DatabaseSchema as v, ExamplesSchema as w, DbSetupOptionsSchema as x, DatabaseSetupSchema as y, ProjectConfigSchema as z };
|
|
2660
|
+
//# sourceMappingURL=schemas-BnNUXuvy.d.mts.map
|