@better-t-stack/types 3.27.5 → 3.28.1-pr1036.ff20c00

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.
@@ -61,6 +61,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
61
61
  opentui: "opentui";
62
62
  wxt: "wxt";
63
63
  skills: "skills";
64
+ evlog: "evlog";
64
65
  }>>;
65
66
  declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
66
67
  none: "none";
@@ -255,6 +256,7 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
255
256
  "waynesutton/convexskills": "waynesutton/convexskills";
256
257
  "msmps/opentui-skill": "msmps/opentui-skill";
257
258
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
259
+ "https://www.evlog.dev": "https://www.evlog.dev";
258
260
  }>;
259
261
  skills: z.ZodArray<z.ZodString>;
260
262
  }, z.core.$strict>>>;
@@ -266,13 +268,13 @@ declare function getAddonOptionsJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
266
268
  eslint: "eslint";
267
269
  }>>;
268
270
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
271
+ void: "void";
269
272
  antigravity: "antigravity";
270
273
  cursor: "cursor";
271
274
  vscode: "vscode";
272
275
  zed: "zed";
273
276
  windsurf: "windsurf";
274
277
  trae: "trae";
275
- void: "void";
276
278
  codebuddy: "codebuddy";
277
279
  bob: "bob";
278
280
  kiro: "kiro";
@@ -502,6 +504,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
502
504
  "waynesutton/convexskills": "waynesutton/convexskills";
503
505
  "msmps/opentui-skill": "msmps/opentui-skill";
504
506
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
507
+ "https://www.evlog.dev": "https://www.evlog.dev";
505
508
  }>;
506
509
  skills: z.ZodArray<z.ZodString>;
507
510
  }, z.core.$strict>>>;
@@ -513,13 +516,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
513
516
  eslint: "eslint";
514
517
  }>>;
515
518
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
519
+ void: "void";
516
520
  antigravity: "antigravity";
517
521
  cursor: "cursor";
518
522
  vscode: "vscode";
519
523
  zed: "zed";
520
524
  windsurf: "windsurf";
521
525
  trae: "trae";
522
- void: "void";
523
526
  codebuddy: "codebuddy";
524
527
  bob: "bob";
525
528
  kiro: "kiro";
@@ -653,6 +656,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
653
656
  opentui: "opentui";
654
657
  wxt: "wxt";
655
658
  skills: "skills";
659
+ evlog: "evlog";
656
660
  }>>>;
657
661
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
658
662
  none: "none";
@@ -734,6 +738,7 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
734
738
  opentui: "opentui";
735
739
  wxt: "wxt";
736
740
  skills: "skills";
741
+ evlog: "evlog";
737
742
  }>>>;
738
743
  addonOptions: z.ZodOptional<z.ZodObject<{
739
744
  wxt: z.ZodOptional<z.ZodObject<{
@@ -872,6 +877,7 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
872
877
  "waynesutton/convexskills": "waynesutton/convexskills";
873
878
  "msmps/opentui-skill": "msmps/opentui-skill";
874
879
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
880
+ "https://www.evlog.dev": "https://www.evlog.dev";
875
881
  }>;
876
882
  skills: z.ZodArray<z.ZodString>;
877
883
  }, z.core.$strict>>>;
@@ -883,13 +889,13 @@ declare function getAddInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.
883
889
  eslint: "eslint";
884
890
  }>>;
885
891
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
892
+ void: "void";
886
893
  antigravity: "antigravity";
887
894
  cursor: "cursor";
888
895
  vscode: "vscode";
889
896
  zed: "zed";
890
897
  windsurf: "windsurf";
891
898
  trae: "trae";
892
- void: "void";
893
899
  codebuddy: "codebuddy";
894
900
  bob: "bob";
895
901
  kiro: "kiro";
@@ -1105,6 +1111,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1105
1111
  "waynesutton/convexskills": "waynesutton/convexskills";
1106
1112
  "msmps/opentui-skill": "msmps/opentui-skill";
1107
1113
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
1114
+ "https://www.evlog.dev": "https://www.evlog.dev";
1108
1115
  }>;
1109
1116
  skills: z.ZodArray<z.ZodString>;
1110
1117
  }, z.core.$strict>>>;
@@ -1116,13 +1123,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1116
1123
  eslint: "eslint";
1117
1124
  }>>;
1118
1125
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1126
+ void: "void";
1119
1127
  antigravity: "antigravity";
1120
1128
  cursor: "cursor";
1121
1129
  vscode: "vscode";
1122
1130
  zed: "zed";
1123
1131
  windsurf: "windsurf";
1124
1132
  trae: "trae";
1125
- void: "void";
1126
1133
  codebuddy: "codebuddy";
1127
1134
  bob: "bob";
1128
1135
  kiro: "kiro";
@@ -1262,6 +1269,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1262
1269
  opentui: "opentui";
1263
1270
  wxt: "wxt";
1264
1271
  skills: "skills";
1272
+ evlog: "evlog";
1265
1273
  }>>;
1266
1274
  examples: z.ZodArray<z.ZodEnum<{
1267
1275
  none: "none";
@@ -1450,6 +1458,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1450
1458
  "waynesutton/convexskills": "waynesutton/convexskills";
1451
1459
  "msmps/opentui-skill": "msmps/opentui-skill";
1452
1460
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
1461
+ "https://www.evlog.dev": "https://www.evlog.dev";
1453
1462
  }>;
1454
1463
  skills: z.ZodArray<z.ZodString>;
1455
1464
  }, z.core.$strict>>>;
@@ -1461,13 +1470,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1461
1470
  eslint: "eslint";
1462
1471
  }>>;
1463
1472
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1473
+ void: "void";
1464
1474
  antigravity: "antigravity";
1465
1475
  cursor: "cursor";
1466
1476
  vscode: "vscode";
1467
1477
  zed: "zed";
1468
1478
  windsurf: "windsurf";
1469
1479
  trae: "trae";
1470
- void: "void";
1471
1480
  codebuddy: "codebuddy";
1472
1481
  bob: "bob";
1473
1482
  kiro: "kiro";
@@ -1607,6 +1616,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1607
1616
  opentui: "opentui";
1608
1617
  wxt: "wxt";
1609
1618
  skills: "skills";
1619
+ evlog: "evlog";
1610
1620
  }>>;
1611
1621
  examples: z.ZodArray<z.ZodEnum<{
1612
1622
  none: "none";
@@ -1652,240 +1662,587 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
1652
1662
  cloudflare: "cloudflare";
1653
1663
  }>;
1654
1664
  }, z.core.$strip>>;
1655
- declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
1656
- success: z.ZodBoolean;
1657
- projectConfig: z.ZodObject<{
1658
- projectName: z.ZodString;
1659
- projectDir: z.ZodString;
1660
- relativePath: z.ZodString;
1661
- addonOptions: z.ZodOptional<z.ZodObject<{
1662
- wxt: z.ZodOptional<z.ZodObject<{
1663
- template: z.ZodEnum<{
1664
- svelte: "svelte";
1665
- solid: "solid";
1666
- vanilla: "vanilla";
1667
- vue: "vue";
1668
- react: "react";
1669
- }>;
1670
- devPort: z.ZodOptional<z.ZodNumber>;
1671
- }, z.core.$strict>>;
1672
- fumadocs: z.ZodOptional<z.ZodObject<{
1673
- template: z.ZodEnum<{
1674
- "react-router": "react-router";
1675
- "tanstack-start": "tanstack-start";
1676
- "next-mdx": "next-mdx";
1677
- "next-mdx-static": "next-mdx-static";
1678
- waku: "waku";
1679
- "react-router-spa": "react-router-spa";
1680
- "tanstack-start-spa": "tanstack-start-spa";
1681
- }>;
1682
- devPort: z.ZodOptional<z.ZodNumber>;
1683
- search: z.ZodOptional<z.ZodEnum<{
1684
- orama: "orama";
1685
- "orama-cloud": "orama-cloud";
1686
- }>>;
1687
- ogImage: z.ZodOptional<z.ZodEnum<{
1688
- "next-og": "next-og";
1689
- takumi: "takumi";
1690
- }>>;
1691
- aiChat: z.ZodOptional<z.ZodEnum<{
1692
- openrouter: "openrouter";
1693
- inkeep: "inkeep";
1694
- }>>;
1695
- }, z.core.$strict>>;
1696
- opentui: z.ZodOptional<z.ZodObject<{
1697
- template: z.ZodEnum<{
1698
- solid: "solid";
1699
- react: "react";
1700
- core: "core";
1701
- }>;
1702
- }, z.core.$strict>>;
1703
- mcp: z.ZodOptional<z.ZodObject<{
1704
- scope: z.ZodOptional<z.ZodEnum<{
1705
- project: "project";
1706
- global: "global";
1707
- }>>;
1708
- servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1709
- convex: "convex";
1710
- nx: "nx";
1711
- neon: "neon";
1712
- planetscale: "planetscale";
1713
- supabase: "supabase";
1714
- "better-auth": "better-auth";
1715
- clerk: "clerk";
1716
- polar: "polar";
1717
- "better-t-stack": "better-t-stack";
1718
- context7: "context7";
1719
- "cloudflare-docs": "cloudflare-docs";
1720
- shadcn: "shadcn";
1721
- "next-devtools": "next-devtools";
1722
- "nuxt-docs": "nuxt-docs";
1723
- "nuxt-ui-docs": "nuxt-ui-docs";
1724
- "svelte-docs": "svelte-docs";
1725
- "astro-docs": "astro-docs";
1726
- expo: "expo";
1727
- }>>>;
1728
- agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1729
- antigravity: "antigravity";
1730
- cline: "cline";
1731
- "cline-cli": "cline-cli";
1732
- cursor: "cursor";
1733
- "claude-code": "claude-code";
1734
- codex: "codex";
1735
- opencode: "opencode";
1736
- "gemini-cli": "gemini-cli";
1737
- "github-copilot-cli": "github-copilot-cli";
1738
- mcporter: "mcporter";
1739
- vscode: "vscode";
1740
- zed: "zed";
1741
- "claude-desktop": "claude-desktop";
1742
- goose: "goose";
1743
- }>>>;
1744
- }, z.core.$strict>>;
1745
- skills: z.ZodOptional<z.ZodObject<{
1746
- scope: z.ZodOptional<z.ZodEnum<{
1747
- project: "project";
1748
- global: "global";
1749
- }>>;
1750
- agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1751
- antigravity: "antigravity";
1752
- cline: "cline";
1753
- cursor: "cursor";
1754
- "claude-code": "claude-code";
1755
- codex: "codex";
1756
- opencode: "opencode";
1757
- "gemini-cli": "gemini-cli";
1758
- goose: "goose";
1759
- "github-copilot": "github-copilot";
1760
- windsurf: "windsurf";
1761
- roo: "roo";
1762
- kilo: "kilo";
1763
- openhands: "openhands";
1764
- trae: "trae";
1765
- amp: "amp";
1766
- pi: "pi";
1767
- qoder: "qoder";
1768
- "qwen-code": "qwen-code";
1769
- "kiro-cli": "kiro-cli";
1770
- droid: "droid";
1771
- "command-code": "command-code";
1772
- clawdbot: "clawdbot";
1773
- zencoder: "zencoder";
1774
- neovate: "neovate";
1775
- mcpjam: "mcpjam";
1776
- }>>>;
1777
- selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
1778
- source: z.ZodEnum<{
1779
- "vercel-labs/agent-skills": "vercel-labs/agent-skills";
1780
- "vercel/ai": "vercel/ai";
1781
- "vercel/turborepo": "vercel/turborepo";
1782
- "yusukebe/hono-skill": "yusukebe/hono-skill";
1783
- "vercel-labs/next-skills": "vercel-labs/next-skills";
1784
- "nuxt/ui": "nuxt/ui";
1785
- "heroui-inc/heroui": "heroui-inc/heroui";
1786
- "shadcn/ui": "shadcn/ui";
1787
- "better-auth/skills": "better-auth/skills";
1788
- "clerk/skills": "clerk/skills";
1789
- "neondatabase/agent-skills": "neondatabase/agent-skills";
1790
- "supabase/agent-skills": "supabase/agent-skills";
1791
- "planetscale/database-skills": "planetscale/database-skills";
1792
- "expo/skills": "expo/skills";
1793
- "prisma/skills": "prisma/skills";
1794
- "elysiajs/skills": "elysiajs/skills";
1795
- "waynesutton/convexskills": "waynesutton/convexskills";
1796
- "msmps/opentui-skill": "msmps/opentui-skill";
1797
- "haydenbleasel/ultracite": "haydenbleasel/ultracite";
1798
- }>;
1799
- skills: z.ZodArray<z.ZodString>;
1800
- }, z.core.$strict>>>;
1801
- }, z.core.$strict>>;
1802
- ultracite: z.ZodOptional<z.ZodObject<{
1803
- linter: z.ZodOptional<z.ZodEnum<{
1804
- biome: "biome";
1805
- oxlint: "oxlint";
1806
- eslint: "eslint";
1807
- }>>;
1808
- editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1809
- antigravity: "antigravity";
1810
- cursor: "cursor";
1811
- vscode: "vscode";
1812
- zed: "zed";
1813
- windsurf: "windsurf";
1814
- trae: "trae";
1815
- void: "void";
1816
- codebuddy: "codebuddy";
1817
- bob: "bob";
1818
- kiro: "kiro";
1819
- }>>>;
1820
- agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1821
- cline: "cline";
1822
- codex: "codex";
1823
- opencode: "opencode";
1824
- goose: "goose";
1825
- amp: "amp";
1826
- pi: "pi";
1827
- qoder: "qoder";
1828
- droid: "droid";
1829
- zencoder: "zencoder";
1830
- mcpjam: "mcpjam";
1831
- bob: "bob";
1832
- universal: "universal";
1833
- claude: "claude";
1834
- jules: "jules";
1835
- replit: "replit";
1836
- devin: "devin";
1837
- lovable: "lovable";
1838
- ona: "ona";
1839
- openclaw: "openclaw";
1840
- continue: "continue";
1841
- "snowflake-cortex": "snowflake-cortex";
1842
- deepagents: "deepagents";
1843
- "kimi-cli": "kimi-cli";
1844
- mux: "mux";
1845
- adal: "adal";
1846
- copilot: "copilot";
1847
- aider: "aider";
1848
- "firebase-studio": "firebase-studio";
1849
- "open-hands": "open-hands";
1850
- gemini: "gemini";
1851
- junie: "junie";
1852
- augmentcode: "augmentcode";
1853
- "kilo-code": "kilo-code";
1854
- "roo-code": "roo-code";
1855
- warp: "warp";
1856
- crush: "crush";
1857
- qwen: "qwen";
1858
- "amazon-q-cli": "amazon-q-cli";
1859
- firebender: "firebender";
1860
- "cursor-cli": "cursor-cli";
1861
- "mistral-vibe": "mistral-vibe";
1862
- vercel: "vercel";
1863
- }>>>;
1864
- hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1865
- cursor: "cursor";
1866
- windsurf: "windsurf";
1867
- codebuddy: "codebuddy";
1868
- claude: "claude";
1869
- copilot: "copilot";
1870
- }>>>;
1871
- }, z.core.$strict>>;
1665
+ declare function getBetterTStackConfigFileJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
1666
+ $schema: z.ZodOptional<z.ZodString>;
1667
+ version: z.ZodString;
1668
+ createdAt: z.ZodString;
1669
+ reproducibleCommand: z.ZodOptional<z.ZodString>;
1670
+ addonOptions: z.ZodOptional<z.ZodObject<{
1671
+ wxt: z.ZodOptional<z.ZodObject<{
1672
+ template: z.ZodEnum<{
1673
+ svelte: "svelte";
1674
+ solid: "solid";
1675
+ vanilla: "vanilla";
1676
+ vue: "vue";
1677
+ react: "react";
1678
+ }>;
1679
+ devPort: z.ZodOptional<z.ZodNumber>;
1872
1680
  }, z.core.$strict>>;
1873
- dbSetupOptions: z.ZodOptional<z.ZodObject<{
1874
- mode: z.ZodOptional<z.ZodEnum<{
1875
- manual: "manual";
1876
- auto: "auto";
1877
- }>>;
1878
- neon: z.ZodOptional<z.ZodObject<{
1879
- method: z.ZodOptional<z.ZodEnum<{
1880
- neondb: "neondb";
1881
- neonctl: "neonctl";
1882
- }>>;
1883
- projectName: z.ZodOptional<z.ZodString>;
1884
- regionId: z.ZodOptional<z.ZodString>;
1885
- }, z.core.$strict>>;
1886
- prismaPostgres: z.ZodOptional<z.ZodObject<{
1887
- regionId: z.ZodOptional<z.ZodString>;
1888
- }, z.core.$strict>>;
1681
+ fumadocs: z.ZodOptional<z.ZodObject<{
1682
+ template: z.ZodEnum<{
1683
+ "react-router": "react-router";
1684
+ "tanstack-start": "tanstack-start";
1685
+ "next-mdx": "next-mdx";
1686
+ "next-mdx-static": "next-mdx-static";
1687
+ waku: "waku";
1688
+ "react-router-spa": "react-router-spa";
1689
+ "tanstack-start-spa": "tanstack-start-spa";
1690
+ }>;
1691
+ devPort: z.ZodOptional<z.ZodNumber>;
1692
+ search: z.ZodOptional<z.ZodEnum<{
1693
+ orama: "orama";
1694
+ "orama-cloud": "orama-cloud";
1695
+ }>>;
1696
+ ogImage: z.ZodOptional<z.ZodEnum<{
1697
+ "next-og": "next-og";
1698
+ takumi: "takumi";
1699
+ }>>;
1700
+ aiChat: z.ZodOptional<z.ZodEnum<{
1701
+ openrouter: "openrouter";
1702
+ inkeep: "inkeep";
1703
+ }>>;
1704
+ }, z.core.$strict>>;
1705
+ opentui: z.ZodOptional<z.ZodObject<{
1706
+ template: z.ZodEnum<{
1707
+ solid: "solid";
1708
+ react: "react";
1709
+ core: "core";
1710
+ }>;
1711
+ }, z.core.$strict>>;
1712
+ mcp: z.ZodOptional<z.ZodObject<{
1713
+ scope: z.ZodOptional<z.ZodEnum<{
1714
+ project: "project";
1715
+ global: "global";
1716
+ }>>;
1717
+ servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1718
+ convex: "convex";
1719
+ nx: "nx";
1720
+ neon: "neon";
1721
+ planetscale: "planetscale";
1722
+ supabase: "supabase";
1723
+ "better-auth": "better-auth";
1724
+ clerk: "clerk";
1725
+ polar: "polar";
1726
+ "better-t-stack": "better-t-stack";
1727
+ context7: "context7";
1728
+ "cloudflare-docs": "cloudflare-docs";
1729
+ shadcn: "shadcn";
1730
+ "next-devtools": "next-devtools";
1731
+ "nuxt-docs": "nuxt-docs";
1732
+ "nuxt-ui-docs": "nuxt-ui-docs";
1733
+ "svelte-docs": "svelte-docs";
1734
+ "astro-docs": "astro-docs";
1735
+ expo: "expo";
1736
+ }>>>;
1737
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1738
+ antigravity: "antigravity";
1739
+ cline: "cline";
1740
+ "cline-cli": "cline-cli";
1741
+ cursor: "cursor";
1742
+ "claude-code": "claude-code";
1743
+ codex: "codex";
1744
+ opencode: "opencode";
1745
+ "gemini-cli": "gemini-cli";
1746
+ "github-copilot-cli": "github-copilot-cli";
1747
+ mcporter: "mcporter";
1748
+ vscode: "vscode";
1749
+ zed: "zed";
1750
+ "claude-desktop": "claude-desktop";
1751
+ goose: "goose";
1752
+ }>>>;
1753
+ }, z.core.$strict>>;
1754
+ skills: z.ZodOptional<z.ZodObject<{
1755
+ scope: z.ZodOptional<z.ZodEnum<{
1756
+ project: "project";
1757
+ global: "global";
1758
+ }>>;
1759
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1760
+ antigravity: "antigravity";
1761
+ cline: "cline";
1762
+ cursor: "cursor";
1763
+ "claude-code": "claude-code";
1764
+ codex: "codex";
1765
+ opencode: "opencode";
1766
+ "gemini-cli": "gemini-cli";
1767
+ goose: "goose";
1768
+ "github-copilot": "github-copilot";
1769
+ windsurf: "windsurf";
1770
+ roo: "roo";
1771
+ kilo: "kilo";
1772
+ openhands: "openhands";
1773
+ trae: "trae";
1774
+ amp: "amp";
1775
+ pi: "pi";
1776
+ qoder: "qoder";
1777
+ "qwen-code": "qwen-code";
1778
+ "kiro-cli": "kiro-cli";
1779
+ droid: "droid";
1780
+ "command-code": "command-code";
1781
+ clawdbot: "clawdbot";
1782
+ zencoder: "zencoder";
1783
+ neovate: "neovate";
1784
+ mcpjam: "mcpjam";
1785
+ }>>>;
1786
+ selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
1787
+ source: z.ZodEnum<{
1788
+ "vercel-labs/agent-skills": "vercel-labs/agent-skills";
1789
+ "vercel/ai": "vercel/ai";
1790
+ "vercel/turborepo": "vercel/turborepo";
1791
+ "yusukebe/hono-skill": "yusukebe/hono-skill";
1792
+ "vercel-labs/next-skills": "vercel-labs/next-skills";
1793
+ "nuxt/ui": "nuxt/ui";
1794
+ "heroui-inc/heroui": "heroui-inc/heroui";
1795
+ "shadcn/ui": "shadcn/ui";
1796
+ "better-auth/skills": "better-auth/skills";
1797
+ "clerk/skills": "clerk/skills";
1798
+ "neondatabase/agent-skills": "neondatabase/agent-skills";
1799
+ "supabase/agent-skills": "supabase/agent-skills";
1800
+ "planetscale/database-skills": "planetscale/database-skills";
1801
+ "expo/skills": "expo/skills";
1802
+ "prisma/skills": "prisma/skills";
1803
+ "elysiajs/skills": "elysiajs/skills";
1804
+ "waynesutton/convexskills": "waynesutton/convexskills";
1805
+ "msmps/opentui-skill": "msmps/opentui-skill";
1806
+ "haydenbleasel/ultracite": "haydenbleasel/ultracite";
1807
+ "https://www.evlog.dev": "https://www.evlog.dev";
1808
+ }>;
1809
+ skills: z.ZodArray<z.ZodString>;
1810
+ }, z.core.$strict>>>;
1811
+ }, z.core.$strict>>;
1812
+ ultracite: z.ZodOptional<z.ZodObject<{
1813
+ linter: z.ZodOptional<z.ZodEnum<{
1814
+ biome: "biome";
1815
+ oxlint: "oxlint";
1816
+ eslint: "eslint";
1817
+ }>>;
1818
+ editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1819
+ void: "void";
1820
+ antigravity: "antigravity";
1821
+ cursor: "cursor";
1822
+ vscode: "vscode";
1823
+ zed: "zed";
1824
+ windsurf: "windsurf";
1825
+ trae: "trae";
1826
+ codebuddy: "codebuddy";
1827
+ bob: "bob";
1828
+ kiro: "kiro";
1829
+ }>>>;
1830
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1831
+ cline: "cline";
1832
+ codex: "codex";
1833
+ opencode: "opencode";
1834
+ goose: "goose";
1835
+ amp: "amp";
1836
+ pi: "pi";
1837
+ qoder: "qoder";
1838
+ droid: "droid";
1839
+ zencoder: "zencoder";
1840
+ mcpjam: "mcpjam";
1841
+ bob: "bob";
1842
+ universal: "universal";
1843
+ claude: "claude";
1844
+ jules: "jules";
1845
+ replit: "replit";
1846
+ devin: "devin";
1847
+ lovable: "lovable";
1848
+ ona: "ona";
1849
+ openclaw: "openclaw";
1850
+ continue: "continue";
1851
+ "snowflake-cortex": "snowflake-cortex";
1852
+ deepagents: "deepagents";
1853
+ "kimi-cli": "kimi-cli";
1854
+ mux: "mux";
1855
+ adal: "adal";
1856
+ copilot: "copilot";
1857
+ aider: "aider";
1858
+ "firebase-studio": "firebase-studio";
1859
+ "open-hands": "open-hands";
1860
+ gemini: "gemini";
1861
+ junie: "junie";
1862
+ augmentcode: "augmentcode";
1863
+ "kilo-code": "kilo-code";
1864
+ "roo-code": "roo-code";
1865
+ warp: "warp";
1866
+ crush: "crush";
1867
+ qwen: "qwen";
1868
+ "amazon-q-cli": "amazon-q-cli";
1869
+ firebender: "firebender";
1870
+ "cursor-cli": "cursor-cli";
1871
+ "mistral-vibe": "mistral-vibe";
1872
+ vercel: "vercel";
1873
+ }>>>;
1874
+ hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1875
+ cursor: "cursor";
1876
+ windsurf: "windsurf";
1877
+ codebuddy: "codebuddy";
1878
+ claude: "claude";
1879
+ copilot: "copilot";
1880
+ }>>>;
1881
+ }, z.core.$strict>>;
1882
+ }, z.core.$strict>>;
1883
+ dbSetupOptions: z.ZodOptional<z.ZodObject<{
1884
+ mode: z.ZodOptional<z.ZodEnum<{
1885
+ manual: "manual";
1886
+ auto: "auto";
1887
+ }>>;
1888
+ neon: z.ZodOptional<z.ZodObject<{
1889
+ method: z.ZodOptional<z.ZodEnum<{
1890
+ neondb: "neondb";
1891
+ neonctl: "neonctl";
1892
+ }>>;
1893
+ projectName: z.ZodOptional<z.ZodString>;
1894
+ regionId: z.ZodOptional<z.ZodString>;
1895
+ }, z.core.$strict>>;
1896
+ prismaPostgres: z.ZodOptional<z.ZodObject<{
1897
+ regionId: z.ZodOptional<z.ZodString>;
1898
+ }, z.core.$strict>>;
1899
+ turso: z.ZodOptional<z.ZodObject<{
1900
+ databaseName: z.ZodOptional<z.ZodString>;
1901
+ groupName: z.ZodOptional<z.ZodString>;
1902
+ installCli: z.ZodOptional<z.ZodBoolean>;
1903
+ }, z.core.$strict>>;
1904
+ }, z.core.$strict>>;
1905
+ database: z.ZodEnum<{
1906
+ none: "none";
1907
+ sqlite: "sqlite";
1908
+ postgres: "postgres";
1909
+ mysql: "mysql";
1910
+ mongodb: "mongodb";
1911
+ }>;
1912
+ orm: z.ZodEnum<{
1913
+ none: "none";
1914
+ drizzle: "drizzle";
1915
+ prisma: "prisma";
1916
+ mongoose: "mongoose";
1917
+ }>;
1918
+ backend: z.ZodEnum<{
1919
+ none: "none";
1920
+ hono: "hono";
1921
+ express: "express";
1922
+ fastify: "fastify";
1923
+ elysia: "elysia";
1924
+ convex: "convex";
1925
+ self: "self";
1926
+ }>;
1927
+ runtime: z.ZodEnum<{
1928
+ none: "none";
1929
+ bun: "bun";
1930
+ node: "node";
1931
+ workers: "workers";
1932
+ }>;
1933
+ frontend: z.ZodArray<z.ZodEnum<{
1934
+ none: "none";
1935
+ "tanstack-router": "tanstack-router";
1936
+ "react-router": "react-router";
1937
+ "tanstack-start": "tanstack-start";
1938
+ next: "next";
1939
+ nuxt: "nuxt";
1940
+ "native-bare": "native-bare";
1941
+ "native-uniwind": "native-uniwind";
1942
+ "native-unistyles": "native-unistyles";
1943
+ svelte: "svelte";
1944
+ solid: "solid";
1945
+ astro: "astro";
1946
+ }>>;
1947
+ addons: z.ZodArray<z.ZodEnum<{
1948
+ none: "none";
1949
+ pwa: "pwa";
1950
+ tauri: "tauri";
1951
+ electrobun: "electrobun";
1952
+ starlight: "starlight";
1953
+ biome: "biome";
1954
+ lefthook: "lefthook";
1955
+ husky: "husky";
1956
+ mcp: "mcp";
1957
+ turborepo: "turborepo";
1958
+ nx: "nx";
1959
+ fumadocs: "fumadocs";
1960
+ ultracite: "ultracite";
1961
+ oxlint: "oxlint";
1962
+ opentui: "opentui";
1963
+ wxt: "wxt";
1964
+ skills: "skills";
1965
+ evlog: "evlog";
1966
+ }>>;
1967
+ examples: z.ZodArray<z.ZodEnum<{
1968
+ none: "none";
1969
+ todo: "todo";
1970
+ ai: "ai";
1971
+ }>>;
1972
+ auth: z.ZodEnum<{
1973
+ none: "none";
1974
+ "better-auth": "better-auth";
1975
+ clerk: "clerk";
1976
+ }>;
1977
+ payments: z.ZodEnum<{
1978
+ none: "none";
1979
+ polar: "polar";
1980
+ }>;
1981
+ packageManager: z.ZodEnum<{
1982
+ bun: "bun";
1983
+ npm: "npm";
1984
+ pnpm: "pnpm";
1985
+ }>;
1986
+ dbSetup: z.ZodEnum<{
1987
+ none: "none";
1988
+ turso: "turso";
1989
+ neon: "neon";
1990
+ "prisma-postgres": "prisma-postgres";
1991
+ planetscale: "planetscale";
1992
+ "mongodb-atlas": "mongodb-atlas";
1993
+ supabase: "supabase";
1994
+ d1: "d1";
1995
+ docker: "docker";
1996
+ }>;
1997
+ api: z.ZodEnum<{
1998
+ none: "none";
1999
+ trpc: "trpc";
2000
+ orpc: "orpc";
2001
+ }>;
2002
+ webDeploy: z.ZodEnum<{
2003
+ none: "none";
2004
+ cloudflare: "cloudflare";
2005
+ }>;
2006
+ serverDeploy: z.ZodEnum<{
2007
+ none: "none";
2008
+ cloudflare: "cloudflare";
2009
+ }>;
2010
+ }, z.core.$strict>>;
2011
+ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
2012
+ success: z.ZodBoolean;
2013
+ projectConfig: z.ZodObject<{
2014
+ projectName: z.ZodString;
2015
+ projectDir: z.ZodString;
2016
+ relativePath: z.ZodString;
2017
+ addonOptions: z.ZodOptional<z.ZodObject<{
2018
+ wxt: z.ZodOptional<z.ZodObject<{
2019
+ template: z.ZodEnum<{
2020
+ svelte: "svelte";
2021
+ solid: "solid";
2022
+ vanilla: "vanilla";
2023
+ vue: "vue";
2024
+ react: "react";
2025
+ }>;
2026
+ devPort: z.ZodOptional<z.ZodNumber>;
2027
+ }, z.core.$strict>>;
2028
+ fumadocs: z.ZodOptional<z.ZodObject<{
2029
+ template: z.ZodEnum<{
2030
+ "react-router": "react-router";
2031
+ "tanstack-start": "tanstack-start";
2032
+ "next-mdx": "next-mdx";
2033
+ "next-mdx-static": "next-mdx-static";
2034
+ waku: "waku";
2035
+ "react-router-spa": "react-router-spa";
2036
+ "tanstack-start-spa": "tanstack-start-spa";
2037
+ }>;
2038
+ devPort: z.ZodOptional<z.ZodNumber>;
2039
+ search: z.ZodOptional<z.ZodEnum<{
2040
+ orama: "orama";
2041
+ "orama-cloud": "orama-cloud";
2042
+ }>>;
2043
+ ogImage: z.ZodOptional<z.ZodEnum<{
2044
+ "next-og": "next-og";
2045
+ takumi: "takumi";
2046
+ }>>;
2047
+ aiChat: z.ZodOptional<z.ZodEnum<{
2048
+ openrouter: "openrouter";
2049
+ inkeep: "inkeep";
2050
+ }>>;
2051
+ }, z.core.$strict>>;
2052
+ opentui: z.ZodOptional<z.ZodObject<{
2053
+ template: z.ZodEnum<{
2054
+ solid: "solid";
2055
+ react: "react";
2056
+ core: "core";
2057
+ }>;
2058
+ }, z.core.$strict>>;
2059
+ mcp: z.ZodOptional<z.ZodObject<{
2060
+ scope: z.ZodOptional<z.ZodEnum<{
2061
+ project: "project";
2062
+ global: "global";
2063
+ }>>;
2064
+ servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2065
+ convex: "convex";
2066
+ nx: "nx";
2067
+ neon: "neon";
2068
+ planetscale: "planetscale";
2069
+ supabase: "supabase";
2070
+ "better-auth": "better-auth";
2071
+ clerk: "clerk";
2072
+ polar: "polar";
2073
+ "better-t-stack": "better-t-stack";
2074
+ context7: "context7";
2075
+ "cloudflare-docs": "cloudflare-docs";
2076
+ shadcn: "shadcn";
2077
+ "next-devtools": "next-devtools";
2078
+ "nuxt-docs": "nuxt-docs";
2079
+ "nuxt-ui-docs": "nuxt-ui-docs";
2080
+ "svelte-docs": "svelte-docs";
2081
+ "astro-docs": "astro-docs";
2082
+ expo: "expo";
2083
+ }>>>;
2084
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2085
+ antigravity: "antigravity";
2086
+ cline: "cline";
2087
+ "cline-cli": "cline-cli";
2088
+ cursor: "cursor";
2089
+ "claude-code": "claude-code";
2090
+ codex: "codex";
2091
+ opencode: "opencode";
2092
+ "gemini-cli": "gemini-cli";
2093
+ "github-copilot-cli": "github-copilot-cli";
2094
+ mcporter: "mcporter";
2095
+ vscode: "vscode";
2096
+ zed: "zed";
2097
+ "claude-desktop": "claude-desktop";
2098
+ goose: "goose";
2099
+ }>>>;
2100
+ }, z.core.$strict>>;
2101
+ skills: z.ZodOptional<z.ZodObject<{
2102
+ scope: z.ZodOptional<z.ZodEnum<{
2103
+ project: "project";
2104
+ global: "global";
2105
+ }>>;
2106
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2107
+ antigravity: "antigravity";
2108
+ cline: "cline";
2109
+ cursor: "cursor";
2110
+ "claude-code": "claude-code";
2111
+ codex: "codex";
2112
+ opencode: "opencode";
2113
+ "gemini-cli": "gemini-cli";
2114
+ goose: "goose";
2115
+ "github-copilot": "github-copilot";
2116
+ windsurf: "windsurf";
2117
+ roo: "roo";
2118
+ kilo: "kilo";
2119
+ openhands: "openhands";
2120
+ trae: "trae";
2121
+ amp: "amp";
2122
+ pi: "pi";
2123
+ qoder: "qoder";
2124
+ "qwen-code": "qwen-code";
2125
+ "kiro-cli": "kiro-cli";
2126
+ droid: "droid";
2127
+ "command-code": "command-code";
2128
+ clawdbot: "clawdbot";
2129
+ zencoder: "zencoder";
2130
+ neovate: "neovate";
2131
+ mcpjam: "mcpjam";
2132
+ }>>>;
2133
+ selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
2134
+ source: z.ZodEnum<{
2135
+ "vercel-labs/agent-skills": "vercel-labs/agent-skills";
2136
+ "vercel/ai": "vercel/ai";
2137
+ "vercel/turborepo": "vercel/turborepo";
2138
+ "yusukebe/hono-skill": "yusukebe/hono-skill";
2139
+ "vercel-labs/next-skills": "vercel-labs/next-skills";
2140
+ "nuxt/ui": "nuxt/ui";
2141
+ "heroui-inc/heroui": "heroui-inc/heroui";
2142
+ "shadcn/ui": "shadcn/ui";
2143
+ "better-auth/skills": "better-auth/skills";
2144
+ "clerk/skills": "clerk/skills";
2145
+ "neondatabase/agent-skills": "neondatabase/agent-skills";
2146
+ "supabase/agent-skills": "supabase/agent-skills";
2147
+ "planetscale/database-skills": "planetscale/database-skills";
2148
+ "expo/skills": "expo/skills";
2149
+ "prisma/skills": "prisma/skills";
2150
+ "elysiajs/skills": "elysiajs/skills";
2151
+ "waynesutton/convexskills": "waynesutton/convexskills";
2152
+ "msmps/opentui-skill": "msmps/opentui-skill";
2153
+ "haydenbleasel/ultracite": "haydenbleasel/ultracite";
2154
+ "https://www.evlog.dev": "https://www.evlog.dev";
2155
+ }>;
2156
+ skills: z.ZodArray<z.ZodString>;
2157
+ }, z.core.$strict>>>;
2158
+ }, z.core.$strict>>;
2159
+ ultracite: z.ZodOptional<z.ZodObject<{
2160
+ linter: z.ZodOptional<z.ZodEnum<{
2161
+ biome: "biome";
2162
+ oxlint: "oxlint";
2163
+ eslint: "eslint";
2164
+ }>>;
2165
+ editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2166
+ void: "void";
2167
+ antigravity: "antigravity";
2168
+ cursor: "cursor";
2169
+ vscode: "vscode";
2170
+ zed: "zed";
2171
+ windsurf: "windsurf";
2172
+ trae: "trae";
2173
+ codebuddy: "codebuddy";
2174
+ bob: "bob";
2175
+ kiro: "kiro";
2176
+ }>>>;
2177
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2178
+ cline: "cline";
2179
+ codex: "codex";
2180
+ opencode: "opencode";
2181
+ goose: "goose";
2182
+ amp: "amp";
2183
+ pi: "pi";
2184
+ qoder: "qoder";
2185
+ droid: "droid";
2186
+ zencoder: "zencoder";
2187
+ mcpjam: "mcpjam";
2188
+ bob: "bob";
2189
+ universal: "universal";
2190
+ claude: "claude";
2191
+ jules: "jules";
2192
+ replit: "replit";
2193
+ devin: "devin";
2194
+ lovable: "lovable";
2195
+ ona: "ona";
2196
+ openclaw: "openclaw";
2197
+ continue: "continue";
2198
+ "snowflake-cortex": "snowflake-cortex";
2199
+ deepagents: "deepagents";
2200
+ "kimi-cli": "kimi-cli";
2201
+ mux: "mux";
2202
+ adal: "adal";
2203
+ copilot: "copilot";
2204
+ aider: "aider";
2205
+ "firebase-studio": "firebase-studio";
2206
+ "open-hands": "open-hands";
2207
+ gemini: "gemini";
2208
+ junie: "junie";
2209
+ augmentcode: "augmentcode";
2210
+ "kilo-code": "kilo-code";
2211
+ "roo-code": "roo-code";
2212
+ warp: "warp";
2213
+ crush: "crush";
2214
+ qwen: "qwen";
2215
+ "amazon-q-cli": "amazon-q-cli";
2216
+ firebender: "firebender";
2217
+ "cursor-cli": "cursor-cli";
2218
+ "mistral-vibe": "mistral-vibe";
2219
+ vercel: "vercel";
2220
+ }>>>;
2221
+ hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2222
+ cursor: "cursor";
2223
+ windsurf: "windsurf";
2224
+ codebuddy: "codebuddy";
2225
+ claude: "claude";
2226
+ copilot: "copilot";
2227
+ }>>>;
2228
+ }, z.core.$strict>>;
2229
+ }, z.core.$strict>>;
2230
+ dbSetupOptions: z.ZodOptional<z.ZodObject<{
2231
+ mode: z.ZodOptional<z.ZodEnum<{
2232
+ manual: "manual";
2233
+ auto: "auto";
2234
+ }>>;
2235
+ neon: z.ZodOptional<z.ZodObject<{
2236
+ method: z.ZodOptional<z.ZodEnum<{
2237
+ neondb: "neondb";
2238
+ neonctl: "neonctl";
2239
+ }>>;
2240
+ projectName: z.ZodOptional<z.ZodString>;
2241
+ regionId: z.ZodOptional<z.ZodString>;
2242
+ }, z.core.$strict>>;
2243
+ prismaPostgres: z.ZodOptional<z.ZodObject<{
2244
+ regionId: z.ZodOptional<z.ZodString>;
2245
+ }, z.core.$strict>>;
1889
2246
  turso: z.ZodOptional<z.ZodObject<{
1890
2247
  databaseName: z.ZodOptional<z.ZodString>;
1891
2248
  groupName: z.ZodOptional<z.ZodString>;
@@ -1952,6 +2309,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
1952
2309
  opentui: "opentui";
1953
2310
  wxt: "wxt";
1954
2311
  skills: "skills";
2312
+ evlog: "evlog";
1955
2313
  }>>;
1956
2314
  examples: z.ZodArray<z.ZodEnum<{
1957
2315
  none: "none";
@@ -2067,6 +2425,7 @@ declare function getAllJsonSchemas(): {
2067
2425
  opentui: "opentui";
2068
2426
  wxt: "wxt";
2069
2427
  skills: "skills";
2428
+ evlog: "evlog";
2070
2429
  }>>;
2071
2430
  examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
2072
2431
  none: "none";
@@ -2261,6 +2620,7 @@ declare function getAllJsonSchemas(): {
2261
2620
  "waynesutton/convexskills": "waynesutton/convexskills";
2262
2621
  "msmps/opentui-skill": "msmps/opentui-skill";
2263
2622
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
2623
+ "https://www.evlog.dev": "https://www.evlog.dev";
2264
2624
  }>;
2265
2625
  skills: z.ZodArray<z.ZodString>;
2266
2626
  }, z.core.$strict>>>;
@@ -2272,13 +2632,13 @@ declare function getAllJsonSchemas(): {
2272
2632
  eslint: "eslint";
2273
2633
  }>>;
2274
2634
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2635
+ void: "void";
2275
2636
  antigravity: "antigravity";
2276
2637
  cursor: "cursor";
2277
2638
  vscode: "vscode";
2278
2639
  zed: "zed";
2279
2640
  windsurf: "windsurf";
2280
2641
  trae: "trae";
2281
- void: "void";
2282
2642
  codebuddy: "codebuddy";
2283
2643
  bob: "bob";
2284
2644
  kiro: "kiro";
@@ -2508,6 +2868,7 @@ declare function getAllJsonSchemas(): {
2508
2868
  "waynesutton/convexskills": "waynesutton/convexskills";
2509
2869
  "msmps/opentui-skill": "msmps/opentui-skill";
2510
2870
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
2871
+ "https://www.evlog.dev": "https://www.evlog.dev";
2511
2872
  }>;
2512
2873
  skills: z.ZodArray<z.ZodString>;
2513
2874
  }, z.core.$strict>>>;
@@ -2519,13 +2880,13 @@ declare function getAllJsonSchemas(): {
2519
2880
  eslint: "eslint";
2520
2881
  }>>;
2521
2882
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2883
+ void: "void";
2522
2884
  antigravity: "antigravity";
2523
2885
  cursor: "cursor";
2524
2886
  vscode: "vscode";
2525
2887
  zed: "zed";
2526
2888
  windsurf: "windsurf";
2527
2889
  trae: "trae";
2528
- void: "void";
2529
2890
  codebuddy: "codebuddy";
2530
2891
  bob: "bob";
2531
2892
  kiro: "kiro";
@@ -2659,6 +3020,7 @@ declare function getAllJsonSchemas(): {
2659
3020
  opentui: "opentui";
2660
3021
  wxt: "wxt";
2661
3022
  skills: "skills";
3023
+ evlog: "evlog";
2662
3024
  }>>>;
2663
3025
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2664
3026
  none: "none";
@@ -2711,36 +3073,271 @@ declare function getAllJsonSchemas(): {
2711
3073
  none: "none";
2712
3074
  cloudflare: "cloudflare";
2713
3075
  }>>;
2714
- directoryConflict: z.ZodOptional<z.ZodEnum<{
2715
- merge: "merge";
2716
- overwrite: "overwrite";
2717
- increment: "increment";
2718
- error: "error";
3076
+ directoryConflict: z.ZodOptional<z.ZodEnum<{
3077
+ merge: "merge";
3078
+ overwrite: "overwrite";
3079
+ increment: "increment";
3080
+ error: "error";
3081
+ }>>;
3082
+ renderTitle: z.ZodOptional<z.ZodBoolean>;
3083
+ disableAnalytics: z.ZodOptional<z.ZodBoolean>;
3084
+ manualDb: z.ZodOptional<z.ZodBoolean>;
3085
+ }, z.core.$strict>>;
3086
+ addInput: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3087
+ addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3088
+ none: "none";
3089
+ pwa: "pwa";
3090
+ tauri: "tauri";
3091
+ electrobun: "electrobun";
3092
+ starlight: "starlight";
3093
+ biome: "biome";
3094
+ lefthook: "lefthook";
3095
+ husky: "husky";
3096
+ mcp: "mcp";
3097
+ turborepo: "turborepo";
3098
+ nx: "nx";
3099
+ fumadocs: "fumadocs";
3100
+ ultracite: "ultracite";
3101
+ oxlint: "oxlint";
3102
+ opentui: "opentui";
3103
+ wxt: "wxt";
3104
+ skills: "skills";
3105
+ evlog: "evlog";
3106
+ }>>>;
3107
+ addonOptions: z.ZodOptional<z.ZodObject<{
3108
+ wxt: z.ZodOptional<z.ZodObject<{
3109
+ template: z.ZodEnum<{
3110
+ svelte: "svelte";
3111
+ solid: "solid";
3112
+ vanilla: "vanilla";
3113
+ vue: "vue";
3114
+ react: "react";
3115
+ }>;
3116
+ devPort: z.ZodOptional<z.ZodNumber>;
3117
+ }, z.core.$strict>>;
3118
+ fumadocs: z.ZodOptional<z.ZodObject<{
3119
+ template: z.ZodEnum<{
3120
+ "react-router": "react-router";
3121
+ "tanstack-start": "tanstack-start";
3122
+ "next-mdx": "next-mdx";
3123
+ "next-mdx-static": "next-mdx-static";
3124
+ waku: "waku";
3125
+ "react-router-spa": "react-router-spa";
3126
+ "tanstack-start-spa": "tanstack-start-spa";
3127
+ }>;
3128
+ devPort: z.ZodOptional<z.ZodNumber>;
3129
+ search: z.ZodOptional<z.ZodEnum<{
3130
+ orama: "orama";
3131
+ "orama-cloud": "orama-cloud";
3132
+ }>>;
3133
+ ogImage: z.ZodOptional<z.ZodEnum<{
3134
+ "next-og": "next-og";
3135
+ takumi: "takumi";
3136
+ }>>;
3137
+ aiChat: z.ZodOptional<z.ZodEnum<{
3138
+ openrouter: "openrouter";
3139
+ inkeep: "inkeep";
3140
+ }>>;
3141
+ }, z.core.$strict>>;
3142
+ opentui: z.ZodOptional<z.ZodObject<{
3143
+ template: z.ZodEnum<{
3144
+ solid: "solid";
3145
+ react: "react";
3146
+ core: "core";
3147
+ }>;
3148
+ }, z.core.$strict>>;
3149
+ mcp: z.ZodOptional<z.ZodObject<{
3150
+ scope: z.ZodOptional<z.ZodEnum<{
3151
+ project: "project";
3152
+ global: "global";
3153
+ }>>;
3154
+ servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3155
+ convex: "convex";
3156
+ nx: "nx";
3157
+ neon: "neon";
3158
+ planetscale: "planetscale";
3159
+ supabase: "supabase";
3160
+ "better-auth": "better-auth";
3161
+ clerk: "clerk";
3162
+ polar: "polar";
3163
+ "better-t-stack": "better-t-stack";
3164
+ context7: "context7";
3165
+ "cloudflare-docs": "cloudflare-docs";
3166
+ shadcn: "shadcn";
3167
+ "next-devtools": "next-devtools";
3168
+ "nuxt-docs": "nuxt-docs";
3169
+ "nuxt-ui-docs": "nuxt-ui-docs";
3170
+ "svelte-docs": "svelte-docs";
3171
+ "astro-docs": "astro-docs";
3172
+ expo: "expo";
3173
+ }>>>;
3174
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3175
+ antigravity: "antigravity";
3176
+ cline: "cline";
3177
+ "cline-cli": "cline-cli";
3178
+ cursor: "cursor";
3179
+ "claude-code": "claude-code";
3180
+ codex: "codex";
3181
+ opencode: "opencode";
3182
+ "gemini-cli": "gemini-cli";
3183
+ "github-copilot-cli": "github-copilot-cli";
3184
+ mcporter: "mcporter";
3185
+ vscode: "vscode";
3186
+ zed: "zed";
3187
+ "claude-desktop": "claude-desktop";
3188
+ goose: "goose";
3189
+ }>>>;
3190
+ }, z.core.$strict>>;
3191
+ skills: z.ZodOptional<z.ZodObject<{
3192
+ scope: z.ZodOptional<z.ZodEnum<{
3193
+ project: "project";
3194
+ global: "global";
3195
+ }>>;
3196
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3197
+ antigravity: "antigravity";
3198
+ cline: "cline";
3199
+ cursor: "cursor";
3200
+ "claude-code": "claude-code";
3201
+ codex: "codex";
3202
+ opencode: "opencode";
3203
+ "gemini-cli": "gemini-cli";
3204
+ goose: "goose";
3205
+ "github-copilot": "github-copilot";
3206
+ windsurf: "windsurf";
3207
+ roo: "roo";
3208
+ kilo: "kilo";
3209
+ openhands: "openhands";
3210
+ trae: "trae";
3211
+ amp: "amp";
3212
+ pi: "pi";
3213
+ qoder: "qoder";
3214
+ "qwen-code": "qwen-code";
3215
+ "kiro-cli": "kiro-cli";
3216
+ droid: "droid";
3217
+ "command-code": "command-code";
3218
+ clawdbot: "clawdbot";
3219
+ zencoder: "zencoder";
3220
+ neovate: "neovate";
3221
+ mcpjam: "mcpjam";
3222
+ }>>>;
3223
+ selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
3224
+ source: z.ZodEnum<{
3225
+ "vercel-labs/agent-skills": "vercel-labs/agent-skills";
3226
+ "vercel/ai": "vercel/ai";
3227
+ "vercel/turborepo": "vercel/turborepo";
3228
+ "yusukebe/hono-skill": "yusukebe/hono-skill";
3229
+ "vercel-labs/next-skills": "vercel-labs/next-skills";
3230
+ "nuxt/ui": "nuxt/ui";
3231
+ "heroui-inc/heroui": "heroui-inc/heroui";
3232
+ "shadcn/ui": "shadcn/ui";
3233
+ "better-auth/skills": "better-auth/skills";
3234
+ "clerk/skills": "clerk/skills";
3235
+ "neondatabase/agent-skills": "neondatabase/agent-skills";
3236
+ "supabase/agent-skills": "supabase/agent-skills";
3237
+ "planetscale/database-skills": "planetscale/database-skills";
3238
+ "expo/skills": "expo/skills";
3239
+ "prisma/skills": "prisma/skills";
3240
+ "elysiajs/skills": "elysiajs/skills";
3241
+ "waynesutton/convexskills": "waynesutton/convexskills";
3242
+ "msmps/opentui-skill": "msmps/opentui-skill";
3243
+ "haydenbleasel/ultracite": "haydenbleasel/ultracite";
3244
+ "https://www.evlog.dev": "https://www.evlog.dev";
3245
+ }>;
3246
+ skills: z.ZodArray<z.ZodString>;
3247
+ }, z.core.$strict>>>;
3248
+ }, z.core.$strict>>;
3249
+ ultracite: z.ZodOptional<z.ZodObject<{
3250
+ linter: z.ZodOptional<z.ZodEnum<{
3251
+ biome: "biome";
3252
+ oxlint: "oxlint";
3253
+ eslint: "eslint";
3254
+ }>>;
3255
+ editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3256
+ void: "void";
3257
+ antigravity: "antigravity";
3258
+ cursor: "cursor";
3259
+ vscode: "vscode";
3260
+ zed: "zed";
3261
+ windsurf: "windsurf";
3262
+ trae: "trae";
3263
+ codebuddy: "codebuddy";
3264
+ bob: "bob";
3265
+ kiro: "kiro";
3266
+ }>>>;
3267
+ agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3268
+ cline: "cline";
3269
+ codex: "codex";
3270
+ opencode: "opencode";
3271
+ goose: "goose";
3272
+ amp: "amp";
3273
+ pi: "pi";
3274
+ qoder: "qoder";
3275
+ droid: "droid";
3276
+ zencoder: "zencoder";
3277
+ mcpjam: "mcpjam";
3278
+ bob: "bob";
3279
+ universal: "universal";
3280
+ claude: "claude";
3281
+ jules: "jules";
3282
+ replit: "replit";
3283
+ devin: "devin";
3284
+ lovable: "lovable";
3285
+ ona: "ona";
3286
+ openclaw: "openclaw";
3287
+ continue: "continue";
3288
+ "snowflake-cortex": "snowflake-cortex";
3289
+ deepagents: "deepagents";
3290
+ "kimi-cli": "kimi-cli";
3291
+ mux: "mux";
3292
+ adal: "adal";
3293
+ copilot: "copilot";
3294
+ aider: "aider";
3295
+ "firebase-studio": "firebase-studio";
3296
+ "open-hands": "open-hands";
3297
+ gemini: "gemini";
3298
+ junie: "junie";
3299
+ augmentcode: "augmentcode";
3300
+ "kilo-code": "kilo-code";
3301
+ "roo-code": "roo-code";
3302
+ warp: "warp";
3303
+ crush: "crush";
3304
+ qwen: "qwen";
3305
+ "amazon-q-cli": "amazon-q-cli";
3306
+ firebender: "firebender";
3307
+ "cursor-cli": "cursor-cli";
3308
+ "mistral-vibe": "mistral-vibe";
3309
+ vercel: "vercel";
3310
+ }>>>;
3311
+ hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3312
+ cursor: "cursor";
3313
+ windsurf: "windsurf";
3314
+ codebuddy: "codebuddy";
3315
+ claude: "claude";
3316
+ copilot: "copilot";
3317
+ }>>>;
3318
+ }, z.core.$strict>>;
3319
+ }, z.core.$strict>>;
3320
+ webDeploy: z.ZodOptional<z.ZodEnum<{
3321
+ none: "none";
3322
+ cloudflare: "cloudflare";
3323
+ }>>;
3324
+ serverDeploy: z.ZodOptional<z.ZodEnum<{
3325
+ none: "none";
3326
+ cloudflare: "cloudflare";
3327
+ }>>;
3328
+ projectDir: z.ZodOptional<z.ZodString>;
3329
+ install: z.ZodOptional<z.ZodBoolean>;
3330
+ packageManager: z.ZodOptional<z.ZodEnum<{
3331
+ bun: "bun";
3332
+ npm: "npm";
3333
+ pnpm: "pnpm";
2719
3334
  }>>;
2720
- renderTitle: z.ZodOptional<z.ZodBoolean>;
2721
- disableAnalytics: z.ZodOptional<z.ZodBoolean>;
2722
- manualDb: z.ZodOptional<z.ZodBoolean>;
3335
+ dryRun: z.ZodOptional<z.ZodBoolean>;
2723
3336
  }, z.core.$strict>>;
2724
- addInput: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
2725
- addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2726
- none: "none";
2727
- pwa: "pwa";
2728
- tauri: "tauri";
2729
- electrobun: "electrobun";
2730
- starlight: "starlight";
2731
- biome: "biome";
2732
- lefthook: "lefthook";
2733
- husky: "husky";
2734
- mcp: "mcp";
2735
- turborepo: "turborepo";
2736
- nx: "nx";
2737
- fumadocs: "fumadocs";
2738
- ultracite: "ultracite";
2739
- oxlint: "oxlint";
2740
- opentui: "opentui";
2741
- wxt: "wxt";
2742
- skills: "skills";
2743
- }>>>;
3337
+ projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3338
+ projectName: z.ZodString;
3339
+ projectDir: z.ZodString;
3340
+ relativePath: z.ZodString;
2744
3341
  addonOptions: z.ZodOptional<z.ZodObject<{
2745
3342
  wxt: z.ZodOptional<z.ZodObject<{
2746
3343
  template: z.ZodEnum<{
@@ -2878,6 +3475,7 @@ declare function getAllJsonSchemas(): {
2878
3475
  "waynesutton/convexskills": "waynesutton/convexskills";
2879
3476
  "msmps/opentui-skill": "msmps/opentui-skill";
2880
3477
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
3478
+ "https://www.evlog.dev": "https://www.evlog.dev";
2881
3479
  }>;
2882
3480
  skills: z.ZodArray<z.ZodString>;
2883
3481
  }, z.core.$strict>>>;
@@ -2889,13 +3487,13 @@ declare function getAllJsonSchemas(): {
2889
3487
  eslint: "eslint";
2890
3488
  }>>;
2891
3489
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3490
+ void: "void";
2892
3491
  antigravity: "antigravity";
2893
3492
  cursor: "cursor";
2894
3493
  vscode: "vscode";
2895
3494
  zed: "zed";
2896
3495
  windsurf: "windsurf";
2897
3496
  trae: "trae";
2898
- void: "void";
2899
3497
  codebuddy: "codebuddy";
2900
3498
  bob: "bob";
2901
3499
  kiro: "kiro";
@@ -2953,27 +3551,140 @@ declare function getAllJsonSchemas(): {
2953
3551
  }>>>;
2954
3552
  }, z.core.$strict>>;
2955
3553
  }, z.core.$strict>>;
2956
- webDeploy: z.ZodOptional<z.ZodEnum<{
3554
+ dbSetupOptions: z.ZodOptional<z.ZodObject<{
3555
+ mode: z.ZodOptional<z.ZodEnum<{
3556
+ manual: "manual";
3557
+ auto: "auto";
3558
+ }>>;
3559
+ neon: z.ZodOptional<z.ZodObject<{
3560
+ method: z.ZodOptional<z.ZodEnum<{
3561
+ neondb: "neondb";
3562
+ neonctl: "neonctl";
3563
+ }>>;
3564
+ projectName: z.ZodOptional<z.ZodString>;
3565
+ regionId: z.ZodOptional<z.ZodString>;
3566
+ }, z.core.$strict>>;
3567
+ prismaPostgres: z.ZodOptional<z.ZodObject<{
3568
+ regionId: z.ZodOptional<z.ZodString>;
3569
+ }, z.core.$strict>>;
3570
+ turso: z.ZodOptional<z.ZodObject<{
3571
+ databaseName: z.ZodOptional<z.ZodString>;
3572
+ groupName: z.ZodOptional<z.ZodString>;
3573
+ installCli: z.ZodOptional<z.ZodBoolean>;
3574
+ }, z.core.$strict>>;
3575
+ }, z.core.$strict>>;
3576
+ database: z.ZodEnum<{
2957
3577
  none: "none";
2958
- cloudflare: "cloudflare";
3578
+ sqlite: "sqlite";
3579
+ postgres: "postgres";
3580
+ mysql: "mysql";
3581
+ mongodb: "mongodb";
3582
+ }>;
3583
+ orm: z.ZodEnum<{
3584
+ none: "none";
3585
+ drizzle: "drizzle";
3586
+ prisma: "prisma";
3587
+ mongoose: "mongoose";
3588
+ }>;
3589
+ backend: z.ZodEnum<{
3590
+ none: "none";
3591
+ hono: "hono";
3592
+ express: "express";
3593
+ fastify: "fastify";
3594
+ elysia: "elysia";
3595
+ convex: "convex";
3596
+ self: "self";
3597
+ }>;
3598
+ runtime: z.ZodEnum<{
3599
+ none: "none";
3600
+ bun: "bun";
3601
+ node: "node";
3602
+ workers: "workers";
3603
+ }>;
3604
+ frontend: z.ZodArray<z.ZodEnum<{
3605
+ none: "none";
3606
+ "tanstack-router": "tanstack-router";
3607
+ "react-router": "react-router";
3608
+ "tanstack-start": "tanstack-start";
3609
+ next: "next";
3610
+ nuxt: "nuxt";
3611
+ "native-bare": "native-bare";
3612
+ "native-uniwind": "native-uniwind";
3613
+ "native-unistyles": "native-unistyles";
3614
+ svelte: "svelte";
3615
+ solid: "solid";
3616
+ astro: "astro";
2959
3617
  }>>;
2960
- serverDeploy: z.ZodOptional<z.ZodEnum<{
3618
+ addons: z.ZodArray<z.ZodEnum<{
2961
3619
  none: "none";
2962
- cloudflare: "cloudflare";
3620
+ pwa: "pwa";
3621
+ tauri: "tauri";
3622
+ electrobun: "electrobun";
3623
+ starlight: "starlight";
3624
+ biome: "biome";
3625
+ lefthook: "lefthook";
3626
+ husky: "husky";
3627
+ mcp: "mcp";
3628
+ turborepo: "turborepo";
3629
+ nx: "nx";
3630
+ fumadocs: "fumadocs";
3631
+ ultracite: "ultracite";
3632
+ oxlint: "oxlint";
3633
+ opentui: "opentui";
3634
+ wxt: "wxt";
3635
+ skills: "skills";
3636
+ evlog: "evlog";
2963
3637
  }>>;
2964
- projectDir: z.ZodOptional<z.ZodString>;
2965
- install: z.ZodOptional<z.ZodBoolean>;
2966
- packageManager: z.ZodOptional<z.ZodEnum<{
3638
+ examples: z.ZodArray<z.ZodEnum<{
3639
+ none: "none";
3640
+ todo: "todo";
3641
+ ai: "ai";
3642
+ }>>;
3643
+ auth: z.ZodEnum<{
3644
+ none: "none";
3645
+ "better-auth": "better-auth";
3646
+ clerk: "clerk";
3647
+ }>;
3648
+ payments: z.ZodEnum<{
3649
+ none: "none";
3650
+ polar: "polar";
3651
+ }>;
3652
+ git: z.ZodBoolean;
3653
+ packageManager: z.ZodEnum<{
2967
3654
  bun: "bun";
2968
3655
  npm: "npm";
2969
3656
  pnpm: "pnpm";
2970
- }>>;
2971
- dryRun: z.ZodOptional<z.ZodBoolean>;
2972
- }, z.core.$strict>>;
2973
- projectConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
2974
- projectName: z.ZodString;
2975
- projectDir: z.ZodString;
2976
- relativePath: z.ZodString;
3657
+ }>;
3658
+ install: z.ZodBoolean;
3659
+ dbSetup: z.ZodEnum<{
3660
+ none: "none";
3661
+ turso: "turso";
3662
+ neon: "neon";
3663
+ "prisma-postgres": "prisma-postgres";
3664
+ planetscale: "planetscale";
3665
+ "mongodb-atlas": "mongodb-atlas";
3666
+ supabase: "supabase";
3667
+ d1: "d1";
3668
+ docker: "docker";
3669
+ }>;
3670
+ api: z.ZodEnum<{
3671
+ none: "none";
3672
+ trpc: "trpc";
3673
+ orpc: "orpc";
3674
+ }>;
3675
+ webDeploy: z.ZodEnum<{
3676
+ none: "none";
3677
+ cloudflare: "cloudflare";
3678
+ }>;
3679
+ serverDeploy: z.ZodEnum<{
3680
+ none: "none";
3681
+ cloudflare: "cloudflare";
3682
+ }>;
3683
+ }, z.core.$strip>>;
3684
+ betterTStackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3685
+ version: z.ZodString;
3686
+ createdAt: z.ZodString;
3687
+ reproducibleCommand: z.ZodOptional<z.ZodString>;
2977
3688
  addonOptions: z.ZodOptional<z.ZodObject<{
2978
3689
  wxt: z.ZodOptional<z.ZodObject<{
2979
3690
  template: z.ZodEnum<{
@@ -3111,6 +3822,7 @@ declare function getAllJsonSchemas(): {
3111
3822
  "waynesutton/convexskills": "waynesutton/convexskills";
3112
3823
  "msmps/opentui-skill": "msmps/opentui-skill";
3113
3824
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
3825
+ "https://www.evlog.dev": "https://www.evlog.dev";
3114
3826
  }>;
3115
3827
  skills: z.ZodArray<z.ZodString>;
3116
3828
  }, z.core.$strict>>>;
@@ -3122,13 +3834,13 @@ declare function getAllJsonSchemas(): {
3122
3834
  eslint: "eslint";
3123
3835
  }>>;
3124
3836
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
3837
+ void: "void";
3125
3838
  antigravity: "antigravity";
3126
3839
  cursor: "cursor";
3127
3840
  vscode: "vscode";
3128
3841
  zed: "zed";
3129
3842
  windsurf: "windsurf";
3130
3843
  trae: "trae";
3131
- void: "void";
3132
3844
  codebuddy: "codebuddy";
3133
3845
  bob: "bob";
3134
3846
  kiro: "kiro";
@@ -3268,6 +3980,7 @@ declare function getAllJsonSchemas(): {
3268
3980
  opentui: "opentui";
3269
3981
  wxt: "wxt";
3270
3982
  skills: "skills";
3983
+ evlog: "evlog";
3271
3984
  }>>;
3272
3985
  examples: z.ZodArray<z.ZodEnum<{
3273
3986
  none: "none";
@@ -3283,13 +3996,11 @@ declare function getAllJsonSchemas(): {
3283
3996
  none: "none";
3284
3997
  polar: "polar";
3285
3998
  }>;
3286
- git: z.ZodBoolean;
3287
3999
  packageManager: z.ZodEnum<{
3288
4000
  bun: "bun";
3289
4001
  npm: "npm";
3290
4002
  pnpm: "pnpm";
3291
4003
  }>;
3292
- install: z.ZodBoolean;
3293
4004
  dbSetup: z.ZodEnum<{
3294
4005
  none: "none";
3295
4006
  turso: "turso";
@@ -3315,7 +4026,8 @@ declare function getAllJsonSchemas(): {
3315
4026
  cloudflare: "cloudflare";
3316
4027
  }>;
3317
4028
  }, z.core.$strip>>;
3318
- betterTStackConfig: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
4029
+ betterTStackConfigFile: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
4030
+ $schema: z.ZodOptional<z.ZodString>;
3319
4031
  version: z.ZodString;
3320
4032
  createdAt: z.ZodString;
3321
4033
  reproducibleCommand: z.ZodOptional<z.ZodString>;
@@ -3456,6 +4168,7 @@ declare function getAllJsonSchemas(): {
3456
4168
  "waynesutton/convexskills": "waynesutton/convexskills";
3457
4169
  "msmps/opentui-skill": "msmps/opentui-skill";
3458
4170
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
4171
+ "https://www.evlog.dev": "https://www.evlog.dev";
3459
4172
  }>;
3460
4173
  skills: z.ZodArray<z.ZodString>;
3461
4174
  }, z.core.$strict>>>;
@@ -3467,13 +4180,13 @@ declare function getAllJsonSchemas(): {
3467
4180
  eslint: "eslint";
3468
4181
  }>>;
3469
4182
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4183
+ void: "void";
3470
4184
  antigravity: "antigravity";
3471
4185
  cursor: "cursor";
3472
4186
  vscode: "vscode";
3473
4187
  zed: "zed";
3474
4188
  windsurf: "windsurf";
3475
4189
  trae: "trae";
3476
- void: "void";
3477
4190
  codebuddy: "codebuddy";
3478
4191
  bob: "bob";
3479
4192
  kiro: "kiro";
@@ -3613,6 +4326,7 @@ declare function getAllJsonSchemas(): {
3613
4326
  opentui: "opentui";
3614
4327
  wxt: "wxt";
3615
4328
  skills: "skills";
4329
+ evlog: "evlog";
3616
4330
  }>>;
3617
4331
  examples: z.ZodArray<z.ZodEnum<{
3618
4332
  none: "none";
@@ -3657,7 +4371,7 @@ declare function getAllJsonSchemas(): {
3657
4371
  none: "none";
3658
4372
  cloudflare: "cloudflare";
3659
4373
  }>;
3660
- }, z.core.$strip>>;
4374
+ }, z.core.$strict>>;
3661
4375
  initResult: z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
3662
4376
  success: z.ZodBoolean;
3663
4377
  projectConfig: z.ZodObject<{
@@ -3801,6 +4515,7 @@ declare function getAllJsonSchemas(): {
3801
4515
  "waynesutton/convexskills": "waynesutton/convexskills";
3802
4516
  "msmps/opentui-skill": "msmps/opentui-skill";
3803
4517
  "haydenbleasel/ultracite": "haydenbleasel/ultracite";
4518
+ "https://www.evlog.dev": "https://www.evlog.dev";
3804
4519
  }>;
3805
4520
  skills: z.ZodArray<z.ZodString>;
3806
4521
  }, z.core.$strict>>>;
@@ -3812,13 +4527,13 @@ declare function getAllJsonSchemas(): {
3812
4527
  eslint: "eslint";
3813
4528
  }>>;
3814
4529
  editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4530
+ void: "void";
3815
4531
  antigravity: "antigravity";
3816
4532
  cursor: "cursor";
3817
4533
  vscode: "vscode";
3818
4534
  zed: "zed";
3819
4535
  windsurf: "windsurf";
3820
4536
  trae: "trae";
3821
- void: "void";
3822
4537
  codebuddy: "codebuddy";
3823
4538
  bob: "bob";
3824
4539
  kiro: "kiro";
@@ -3958,6 +4673,7 @@ declare function getAllJsonSchemas(): {
3958
4673
  opentui: "opentui";
3959
4674
  wxt: "wxt";
3960
4675
  skills: "skills";
4676
+ evlog: "evlog";
3961
4677
  }>>;
3962
4678
  examples: z.ZodArray<z.ZodEnum<{
3963
4679
  none: "none";
@@ -4014,5 +4730,5 @@ declare function getAllJsonSchemas(): {
4014
4730
  }, z.core.$strip>>;
4015
4731
  };
4016
4732
  //#endregion
4017
- export { getAPIJsonSchema, getAddInputJsonSchema, getAddonOptionsJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDbSetupOptionsJsonSchema, getDirectoryConflictJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
4733
+ export { getAPIJsonSchema, getAddInputJsonSchema, getAddonOptionsJsonSchema, getAddonsJsonSchema, getAllJsonSchemas, getAuthJsonSchema, getBackendJsonSchema, getBetterTStackConfigFileJsonSchema, getBetterTStackConfigJsonSchema, getCreateInputJsonSchema, getDatabaseJsonSchema, getDatabaseSetupJsonSchema, getDbSetupOptionsJsonSchema, getDirectoryConflictJsonSchema, getExamplesJsonSchema, getFrontendJsonSchema, getInitResultJsonSchema, getORMJsonSchema, getPackageManagerJsonSchema, getPaymentsJsonSchema, getProjectConfigJsonSchema, getRuntimeJsonSchema, getServerDeployJsonSchema, getTemplateJsonSchema, getWebDeployJsonSchema };
4018
4734
  //# sourceMappingURL=json-schema.d.mts.map