@voltro/cli 0.13.0 → 0.15.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.
Files changed (166) hide show
  1. package/CHANGELOG.md +412 -0
  2. package/dist/{apiBuild-B6_ehbem.js → apiBuild-CHItlwPO.js} +2 -2
  3. package/dist/apiBuild-D8juhYsS.js +2 -0
  4. package/dist/bin.js +3 -3
  5. package/dist/{commands-DYOuGlEC.js → commands-CPQuQRXh.js} +3967 -2831
  6. package/dist/{dbCommand-DIOJQwsq.js → dbCommand-B8F29zV0.js} +2 -1
  7. package/dist/dbCommand-Dt7BtdMd.js +2 -0
  8. package/dist/{dev-xdijqojc.js → dev-BHLM3RPX.js} +1 -1
  9. package/dist/{dev-Fb9BmavX.js → dev-C2lCUhYI.js} +1478 -1347
  10. package/dist/fileConventions-Cu0tM-Bl.js +29 -0
  11. package/dist/{frameworkTableAssembly-CYlrafoK.js → frameworkTableAssembly-BA2bAmYN.js} +164 -163
  12. package/dist/frameworkTableAssembly-D1zJSgOU.js +2 -0
  13. package/dist/index.js +1 -1
  14. package/dist/{inspectMetrics-DOiiII34.js → inspectMetrics-CYDSO3za.js} +955 -945
  15. package/dist/{serveCommand-CqYxzBZR.js → serveCommand-DBzQcCuv.js} +410 -396
  16. package/dist/serveEntry.js +2 -2
  17. package/dist/{start-CjG_0xhR.js → start-BtgatJN3.js} +246 -246
  18. package/dist/startEntry.js +2 -2
  19. package/package.json +17 -17
  20. package/templates/AGENTS.core.md +77 -3
  21. package/templates/AGENTS.md +78 -4
  22. package/templates/agent-docs/_index.md +1 -1
  23. package/templates/agent-docs/_manifest.json +2 -2
  24. package/templates/agent-docs/authentication.md +34 -2
  25. package/templates/agent-docs/cli.md +116 -2
  26. package/templates/agent-docs/data.md +195 -3
  27. package/templates/agent-docs/database/hosting.md +2 -2
  28. package/templates/agent-docs/database/migrations.md +77 -3
  29. package/templates/agent-docs/database/overview.md +11 -0
  30. package/templates/agent-docs/database/seedsdialects.md +53 -1
  31. package/templates/agent-docs/internationalization.md +3 -3
  32. package/templates/agent-docs/introduction.md +133 -2
  33. package/templates/agent-docs/plugins.md +2 -1
  34. package/templates/agent-docs/reference.md +4 -4
  35. package/templates/agent-docs/routing.md +48 -43
  36. package/templates/agent-docs/schema-driven-ui.md +14 -3
  37. package/templates/agent-docs/templates/apibackends.md +1 -8
  38. package/templates/agent-docs/templates/appshells.md +24 -24
  39. package/templates/agent-docs/testing.md +16 -1
  40. package/templates/agent-docs/whats-new.md +247 -39
  41. package/templates/apps/api-ai/database/schema.ts +0 -2
  42. package/templates/apps/api-ai/package.json +7 -7
  43. package/templates/apps/api-auth/package.json +8 -8
  44. package/templates/apps/api-backend/database/schema.ts +0 -3
  45. package/templates/apps/api-backend/package.json +7 -7
  46. package/templates/apps/api-backend-deactivation/database/schema.ts +0 -1
  47. package/templates/apps/api-backend-deactivation/package.json +7 -7
  48. package/templates/apps/api-backend-mail/database/schema.ts +0 -3
  49. package/templates/apps/api-backend-mail/package.json +8 -8
  50. package/templates/apps/api-backend-mariadb/database/schema.ts +0 -3
  51. package/templates/apps/api-backend-mariadb/package.json +9 -9
  52. package/templates/apps/api-backend-storage/database/schema.ts +0 -3
  53. package/templates/apps/api-backend-storage/package.json +8 -8
  54. package/templates/apps/api-data-advanced/database/authors.entity.ts +0 -2
  55. package/templates/apps/api-data-advanced/database/books.entity.ts +0 -1
  56. package/templates/apps/api-data-advanced/package.json +8 -8
  57. package/templates/apps/api-durable/database/schema.ts +0 -3
  58. package/templates/apps/api-durable/package.json +8 -8
  59. package/templates/apps/api-feature-flags/database/schema.ts +0 -1
  60. package/templates/apps/api-feature-flags/package.json +9 -9
  61. package/templates/apps/api-governance/database/schema.ts +0 -1
  62. package/templates/apps/api-governance/package.json +8 -8
  63. package/templates/apps/api-kv/database/schema.ts +0 -3
  64. package/templates/apps/api-kv/package.json +8 -8
  65. package/templates/apps/api-moderation/database/schema.ts +0 -2
  66. package/templates/apps/api-moderation/package.json +8 -8
  67. package/templates/apps/api-observability/database/schema.ts +0 -1
  68. package/templates/apps/api-observability/package.json +8 -8
  69. package/templates/apps/api-ratelimit/database/schema.ts +0 -1
  70. package/templates/apps/api-ratelimit/package.json +8 -8
  71. package/templates/apps/api-rbac/database/schema.ts +0 -2
  72. package/templates/apps/api-rbac/package.json +8 -8
  73. package/templates/apps/api-rest/database/schema.ts +0 -3
  74. package/templates/apps/api-rest/package.json +7 -7
  75. package/templates/apps/api-saas/database/schema.ts +0 -1
  76. package/templates/apps/api-saas/package.json +11 -11
  77. package/templates/apps/api-search/database/schema.ts +0 -1
  78. package/templates/apps/api-search/package.json +8 -8
  79. package/templates/apps/api-versioning/database/schema.ts +0 -1
  80. package/templates/apps/api-versioning/package.json +8 -8
  81. package/templates/apps/api-webhooks/database/schema.ts +0 -1
  82. package/templates/apps/api-webhooks/package.json +9 -9
  83. package/templates/apps/changelog/package.json +6 -6
  84. package/templates/apps/changelog/src/pages/[locale]/{[slug].tsx → [slug].page.tsx} +2 -2
  85. package/templates/apps/changelog/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  86. package/templates/apps/changelog/src/pages/[locale]/mirrors.test.tsx +2 -2
  87. package/templates/apps/changelog/src/pages/{[slug].test.tsx → [slug].page.test.tsx} +1 -1
  88. package/templates/apps/changelog/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  89. package/templates/apps/edge-functions/package.json +2 -2
  90. package/templates/apps/frontend-admin/package.json +8 -8
  91. package/templates/apps/frontend-admin/src/pages/(marketing)/{index.test.tsx → index.page.test.tsx} +1 -1
  92. package/templates/apps/frontend-admin/src/pages/(marketing)/{login.test.tsx → login.page.test.tsx} +1 -1
  93. package/templates/apps/frontend-admin/src/pages/admin/entity.test.tsx +1 -1
  94. package/templates/apps/frontend-admin/src/pages/admin/{index.test.tsx → index.page.test.tsx} +1 -1
  95. package/templates/apps/frontend-app/package.json +8 -8
  96. package/templates/apps/frontend-app/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  97. package/templates/apps/frontend-app/src/pages/{schema-ui.test.tsx → schema-ui.page.test.tsx} +1 -1
  98. package/templates/apps/frontend-blank/package.json +7 -7
  99. package/templates/apps/frontend-blank/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  100. package/templates/apps/frontend-contact/package.json +7 -7
  101. package/templates/apps/frontend-contact/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  102. package/templates/apps/frontend-contact/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  103. package/templates/apps/frontend-dashboard/package.json +7 -7
  104. package/templates/apps/frontend-dashboard/src/pages/(marketing)/{index.test.tsx → index.page.test.tsx} +1 -1
  105. package/templates/apps/frontend-dashboard/src/pages/(marketing)/{login.test.tsx → login.page.test.tsx} +1 -1
  106. package/templates/apps/frontend-dashboard/src/pages/dashboard/{index.test.tsx → index.page.test.tsx} +1 -1
  107. package/templates/apps/frontend-dashboard/src/pages/dashboard/{settings.test.tsx → settings.page.test.tsx} +1 -1
  108. package/templates/apps/frontend-docs/package.json +7 -7
  109. package/templates/apps/frontend-docs/src/pages/[locale]/docs/{[...slug].tsx → [...slug].page.tsx} +3 -3
  110. package/templates/apps/frontend-docs/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  111. package/templates/apps/frontend-docs/src/pages/[locale]/mirrors.test.tsx +2 -2
  112. package/templates/apps/frontend-docs/src/pages/docs/{[...slug].test.tsx → [...slug].page.test.tsx} +1 -1
  113. package/templates/apps/frontend-docs/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  114. package/templates/apps/frontend-i18n/package.json +6 -6
  115. package/templates/apps/frontend-i18n/src/pages/[locale]/{about.tsx → about.page.tsx} +2 -2
  116. package/templates/apps/frontend-i18n/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  117. package/templates/apps/frontend-i18n/src/pages/[locale]/mirrors.test.tsx +2 -2
  118. package/templates/apps/frontend-i18n/src/pages/{about.test.tsx → about.page.test.tsx} +1 -1
  119. package/templates/apps/frontend-i18n/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  120. package/templates/apps/frontend-landing/package.json +7 -7
  121. package/templates/apps/frontend-landing/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  122. package/templates/apps/frontend-landing/src/pages/[locale]/mirrors.test.tsx +1 -1
  123. package/templates/apps/frontend-landing/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  124. package/templates/apps/frontend-spa/package.json +7 -7
  125. package/templates/apps/frontend-spa/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  126. package/templates/apps/frontend-ssr/package.json +7 -7
  127. package/templates/apps/frontend-ssr/src/pages/{feed-swr.test.tsx → feed-swr.page.test.tsx} +1 -1
  128. package/templates/apps/frontend-ssr/src/pages/{feed.test.tsx → feed.page.test.tsx} +1 -1
  129. package/templates/apps/frontend-ssr/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  130. package/templates/apps/frontend-ssr-api/package.json +8 -8
  131. package/templates/apps/frontend-ssr-api/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  132. package/templates/apps/frontend-static-blog/package.json +6 -6
  133. package/templates/apps/frontend-static-blog/src/pages/[locale]/blog/{[slug].tsx → [slug].page.tsx} +2 -2
  134. package/templates/apps/frontend-static-blog/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  135. package/templates/apps/frontend-static-blog/src/pages/[locale]/mirrors.test.tsx +2 -2
  136. package/templates/apps/frontend-static-blog/src/pages/blog/{[slug].test.tsx → [slug].page.test.tsx} +1 -1
  137. package/templates/apps/frontend-static-blog/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  138. package/dist/apiBuild-Bzpb383i.js +0 -2
  139. package/dist/dbCommand-ADD4mrTI.js +0 -2
  140. package/dist/frameworkTableAssembly-XvKO7wQt.js +0 -2
  141. /package/templates/apps/changelog/src/pages/{[slug].tsx → [slug].page.tsx} +0 -0
  142. /package/templates/apps/changelog/src/pages/{index.tsx → index.page.tsx} +0 -0
  143. /package/templates/apps/frontend-admin/src/pages/(marketing)/{index.tsx → index.page.tsx} +0 -0
  144. /package/templates/apps/frontend-admin/src/pages/(marketing)/{login.tsx → login.page.tsx} +0 -0
  145. /package/templates/apps/frontend-admin/src/pages/admin/{[entity].tsx → [entity].page.tsx} +0 -0
  146. /package/templates/apps/frontend-admin/src/pages/admin/{index.tsx → index.page.tsx} +0 -0
  147. /package/templates/apps/frontend-app/src/pages/{index.tsx → index.page.tsx} +0 -0
  148. /package/templates/apps/frontend-app/src/pages/{schema-ui.tsx → schema-ui.page.tsx} +0 -0
  149. /package/templates/apps/frontend-blank/src/pages/{index.tsx → index.page.tsx} +0 -0
  150. /package/templates/apps/frontend-contact/src/pages/{index.tsx → index.page.tsx} +0 -0
  151. /package/templates/apps/frontend-dashboard/src/pages/(marketing)/{index.tsx → index.page.tsx} +0 -0
  152. /package/templates/apps/frontend-dashboard/src/pages/(marketing)/{login.tsx → login.page.tsx} +0 -0
  153. /package/templates/apps/frontend-dashboard/src/pages/dashboard/{index.tsx → index.page.tsx} +0 -0
  154. /package/templates/apps/frontend-dashboard/src/pages/dashboard/{settings.tsx → settings.page.tsx} +0 -0
  155. /package/templates/apps/frontend-docs/src/pages/docs/{[...slug].tsx → [...slug].page.tsx} +0 -0
  156. /package/templates/apps/frontend-docs/src/pages/{index.tsx → index.page.tsx} +0 -0
  157. /package/templates/apps/frontend-i18n/src/pages/{about.tsx → about.page.tsx} +0 -0
  158. /package/templates/apps/frontend-i18n/src/pages/{index.tsx → index.page.tsx} +0 -0
  159. /package/templates/apps/frontend-landing/src/pages/{index.tsx → index.page.tsx} +0 -0
  160. /package/templates/apps/frontend-spa/src/pages/{index.tsx → index.page.tsx} +0 -0
  161. /package/templates/apps/frontend-ssr/src/pages/{feed-swr.tsx → feed-swr.page.tsx} +0 -0
  162. /package/templates/apps/frontend-ssr/src/pages/{feed.tsx → feed.page.tsx} +0 -0
  163. /package/templates/apps/frontend-ssr/src/pages/{index.tsx → index.page.tsx} +0 -0
  164. /package/templates/apps/frontend-ssr-api/src/pages/{index.tsx → index.page.tsx} +0 -0
  165. /package/templates/apps/frontend-static-blog/src/pages/blog/{[slug].tsx → [slug].page.tsx} +0 -0
  166. /package/templates/apps/frontend-static-blog/src/pages/{index.tsx → index.page.tsx} +0 -0
@@ -12,18 +12,18 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.13.0",
16
- "@voltro/database": "0.13.0",
17
- "@voltro/env": "0.13.0",
18
- "@voltro/plugin-multitenancy": "0.13.0",
19
- "@voltro/plugin-webhooks": "0.13.0",
20
- "@voltro/protocol": "0.13.0",
21
- "@voltro/runtime": "0.13.0",
22
- "@voltro/sql-postgres": "0.13.0",
15
+ "@voltro/cli": "0.15.0",
16
+ "@voltro/database": "0.15.0",
17
+ "@voltro/env": "0.15.0",
18
+ "@voltro/plugin-multitenancy": "0.15.0",
19
+ "@voltro/plugin-webhooks": "0.15.0",
20
+ "@voltro/protocol": "0.15.0",
21
+ "@voltro/runtime": "0.15.0",
22
+ "@voltro/sql-postgres": "0.15.0",
23
23
  "effect": "^3.21.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.13.0",
26
+ "@voltro/testing": "0.15.0",
27
27
  "typescript": "^5.7.0",
28
28
  "vitest": "^3.0.0"
29
29
  }
@@ -11,12 +11,12 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/changelog": "0.13.0",
15
- "@voltro/cli": "0.13.0",
16
- "@voltro/client": "0.13.0",
17
- "@voltro/env": "0.13.0",
18
- "@voltro/i18n": "0.13.0",
19
- "@voltro/web": "0.13.0",
14
+ "@voltro/changelog": "0.15.0",
15
+ "@voltro/cli": "0.15.0",
16
+ "@voltro/client": "0.15.0",
17
+ "@voltro/env": "0.15.0",
18
+ "@voltro/i18n": "0.15.0",
19
+ "@voltro/web": "0.15.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
@@ -13,8 +13,8 @@
13
13
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../lib/locale'
14
14
  import { releases } from '../../lib/releases'
15
15
 
16
- export { default } from '../[slug]'
17
- export { renderMode, interactive, loader, meta } from '../[slug]'
16
+ export { default } from '../[slug].page'
17
+ export { renderMode, interactive, loader, meta } from '../[slug].page'
18
18
 
19
19
  export const getStaticPaths = async (): Promise<
20
20
  Array<{ params: { locale: string; slug: string } }>
@@ -4,8 +4,8 @@
4
4
  // is NOT listed — it lives at the bare `/`.
5
5
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../lib/locale'
6
6
 
7
- export { default } from '../index'
8
- export { renderMode, interactive, meta } from '../index'
7
+ export { default } from '../index.page'
8
+ export { renderMode, interactive, meta } from '../index.page'
9
9
 
10
10
  export const getStaticPaths = async (): Promise<Array<{ params: { locale: string } }>> =>
11
11
  SUPPORTED_LOCALES
@@ -65,8 +65,8 @@ vi.mock('@voltro/i18n', () => ({
65
65
  T: ({ id }: { id: string }) => id,
66
66
  }))
67
67
 
68
- const indexMirror = await import('./index')
69
- const releaseMirror = await import('./[slug]')
68
+ const indexMirror = await import('./index.page')
69
+ const releaseMirror = await import('./[slug].page')
70
70
 
71
71
  describe('index mirror — getStaticPaths', () => {
72
72
  test('emits only non-default locales (just /de)', async () => {
@@ -61,7 +61,7 @@ vi.mock('@voltro/i18n', () => ({
61
61
  T: ({ id }: { id: string }) => id,
62
62
  }))
63
63
 
64
- const { default: ReleasePage, getStaticPaths, loader, meta } = await import('./[slug]')
64
+ const { default: ReleasePage, getStaticPaths, loader, meta } = await import('./[slug].page')
65
65
 
66
66
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
67
67
 
@@ -57,7 +57,7 @@ vi.mock('@voltro/i18n', () => ({
57
57
  T: ({ id }: { id: string }) => id,
58
58
  }))
59
59
 
60
- const { default: ChangelogIndex, meta, renderMode, interactive } = await import('./index')
60
+ const { default: ChangelogIndex, meta, renderMode, interactive } = await import('./index.page')
61
61
 
62
62
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
63
63
 
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
- "@voltro/cli": "0.13.0",
15
- "@voltro/serverless": "0.13.0",
14
+ "@voltro/cli": "0.15.0",
15
+ "@voltro/serverless": "0.15.0",
16
16
  "effect": "^3.21.2"
17
17
  },
18
18
  "devDependencies": {
@@ -11,18 +11,18 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@{{projectName}}/api": "0.13.0",
15
- "@voltro/cli": "0.13.0",
16
- "@voltro/client": "0.13.0",
17
- "@voltro/env": "0.13.0",
18
- "@voltro/i18n": "0.13.0",
19
- "@voltro/ui-shadcn": "0.13.0",
20
- "@voltro/web": "0.13.0",
14
+ "@{{projectName}}/api": "0.15.0",
15
+ "@voltro/cli": "0.15.0",
16
+ "@voltro/client": "0.15.0",
17
+ "@voltro/env": "0.15.0",
18
+ "@voltro/i18n": "0.15.0",
19
+ "@voltro/ui-shadcn": "0.15.0",
20
+ "@voltro/web": "0.15.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/devtools": "0.13.0",
25
+ "@voltro/devtools": "0.15.0",
26
26
  "@types/react": "^19.0.0",
27
27
  "@types/react-dom": "^19.0.0",
28
28
  "typescript": "^5.7.0",
@@ -9,7 +9,7 @@ import { createRoot, type Root } from 'react-dom/client'
9
9
  import { I18nProvider } from '@voltro/i18n'
10
10
  import enCatalog from '../../locales/en'
11
11
 
12
- const { default: Landing, meta, renderMode } = await import('./index')
12
+ const { default: Landing, meta, renderMode } = await import('./index.page')
13
13
 
14
14
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
15
15
 
@@ -14,7 +14,7 @@ import enCatalog from '../../locales/en'
14
14
  const navigate = vi.fn<(to: string) => void>()
15
15
  vi.mock('@voltro/web', () => ({ useNavigate: () => navigate }))
16
16
 
17
- const { default: Login, meta, renderMode } = await import('./login')
17
+ const { default: Login, meta, renderMode } = await import('./login.page')
18
18
 
19
19
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
20
20
 
@@ -36,7 +36,7 @@ vi.mock('@voltro/client', () => ({
36
36
  useProvenance: () => ({ data: undefined, loading: false, error: undefined }),
37
37
  }))
38
38
 
39
- const { default: EntityPage, meta, renderMode } = await import('./[entity]')
39
+ const { default: EntityPage, meta, renderMode } = await import('./[entity].page')
40
40
 
41
41
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
42
42
 
@@ -19,7 +19,7 @@ vi.mock('@voltro/client', () => ({
19
19
  deriveEntityAdmins: () => entityAdmins(),
20
20
  }))
21
21
 
22
- const { default: AdminOverview, meta, renderMode } = await import('./index')
22
+ const { default: AdminOverview, meta, renderMode } = await import('./index.page')
23
23
 
24
24
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
25
25
 
@@ -11,18 +11,18 @@
11
11
  "typecheck": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@{{projectName}}/api": "0.13.0",
15
- "@voltro/cli": "0.13.0",
16
- "@voltro/client": "0.13.0",
17
- "@voltro/env": "0.13.0",
18
- "@voltro/i18n": "0.13.0",
19
- "@voltro/ui-shadcn": "0.13.0",
20
- "@voltro/web": "0.13.0",
14
+ "@{{projectName}}/api": "0.15.0",
15
+ "@voltro/cli": "0.15.0",
16
+ "@voltro/client": "0.15.0",
17
+ "@voltro/env": "0.15.0",
18
+ "@voltro/i18n": "0.15.0",
19
+ "@voltro/ui-shadcn": "0.15.0",
20
+ "@voltro/web": "0.15.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/devtools": "0.13.0",
25
+ "@voltro/devtools": "0.15.0",
26
26
  "@types/react": "^19.0.0",
27
27
  "@types/react-dom": "^19.0.0",
28
28
  "typescript": "^5.7.0",
@@ -29,7 +29,7 @@ vi.mock('@voltro/client', () => ({
29
29
  useMutation: (...a: unknown[]) => useMutation(...(a as [])),
30
30
  }))
31
31
 
32
- const { default: IndexPage } = await import('./index')
32
+ const { default: IndexPage } = await import('./index.page')
33
33
 
34
34
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
35
35
 
@@ -41,7 +41,7 @@ vi.mock('@voltro/web', () => ({
41
41
  createElement('span', { 'data-testid': `field-${name}` }, name),
42
42
  }))
43
43
 
44
- const { default: SchemaUiPage } = await import('./schema-ui')
44
+ const { default: SchemaUiPage } = await import('./schema-ui.page')
45
45
 
46
46
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
47
47
 
@@ -11,17 +11,17 @@
11
11
  "typecheck": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.13.0",
15
- "@voltro/client": "0.13.0",
16
- "@voltro/env": "0.13.0",
17
- "@voltro/i18n": "0.13.0",
18
- "@voltro/ui-shadcn": "0.13.0",
19
- "@voltro/web": "0.13.0",
14
+ "@voltro/cli": "0.15.0",
15
+ "@voltro/client": "0.15.0",
16
+ "@voltro/env": "0.15.0",
17
+ "@voltro/i18n": "0.15.0",
18
+ "@voltro/ui-shadcn": "0.15.0",
19
+ "@voltro/web": "0.15.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.13.0",
24
+ "@voltro/devtools": "0.15.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",
@@ -12,7 +12,7 @@ import { createRoot, type Root } from 'react-dom/client'
12
12
  import { I18nProvider } from '@voltro/i18n'
13
13
  import enCatalog from '../locales/en'
14
14
 
15
- import Index from './index'
15
+ import Index from './index.page'
16
16
 
17
17
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
18
18
 
@@ -14,18 +14,18 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@effect/platform": "^0.96.1",
17
- "@voltro/cli": "0.13.0",
18
- "@voltro/client": "0.13.0",
19
- "@voltro/env": "0.13.0",
20
- "@voltro/i18n": "0.13.0",
21
- "@voltro/serverless": "0.13.0",
22
- "@voltro/web": "0.13.0",
17
+ "@voltro/cli": "0.15.0",
18
+ "@voltro/client": "0.15.0",
19
+ "@voltro/env": "0.15.0",
20
+ "@voltro/i18n": "0.15.0",
21
+ "@voltro/serverless": "0.15.0",
22
+ "@voltro/web": "0.15.0",
23
23
  "effect": "^3.21.2",
24
24
  "react": "^19.0.0",
25
25
  "react-dom": "^19.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/devtools": "0.13.0",
28
+ "@voltro/devtools": "0.15.0",
29
29
  "@types/react": "^19.0.0",
30
30
  "@types/react-dom": "^19.0.0",
31
31
  "typescript": "^5.7.0",
@@ -5,8 +5,8 @@
5
5
  // locale is NOT listed here — it lives at the bare `/`.
6
6
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../lib/locale'
7
7
 
8
- export { default } from '../index'
9
- export { renderMode, interactive, meta } from '../index'
8
+ export { default } from '../index.page'
9
+ export { renderMode, interactive, meta } from '../index.page'
10
10
 
11
11
  export const getStaticPaths = async (): Promise<Array<{ params: { locale: string } }>> =>
12
12
  SUPPORTED_LOCALES
@@ -19,7 +19,7 @@ vi.mock('../components/ContactForm.island', () => ({
19
19
  default: () => createElement('div', { 'data-testid': 'contact-form' }, 'form'),
20
20
  }))
21
21
 
22
- const { default: Index, meta, renderMode, interactive } = await import('./index')
22
+ const { default: Index, meta, renderMode, interactive } = await import('./index.page')
23
23
 
24
24
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
25
25
 
@@ -11,17 +11,17 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.13.0",
15
- "@voltro/client": "0.13.0",
16
- "@voltro/env": "0.13.0",
17
- "@voltro/i18n": "0.13.0",
18
- "@voltro/ui-shadcn": "0.13.0",
19
- "@voltro/web": "0.13.0",
14
+ "@voltro/cli": "0.15.0",
15
+ "@voltro/client": "0.15.0",
16
+ "@voltro/env": "0.15.0",
17
+ "@voltro/i18n": "0.15.0",
18
+ "@voltro/ui-shadcn": "0.15.0",
19
+ "@voltro/web": "0.15.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.13.0",
24
+ "@voltro/devtools": "0.15.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",
@@ -9,7 +9,7 @@ import { createRoot, type Root } from 'react-dom/client'
9
9
  import { I18nProvider } from '@voltro/i18n'
10
10
  import enCatalog from '../../locales/en'
11
11
 
12
- const { default: Landing, meta, renderMode } = await import('./index')
12
+ const { default: Landing, meta, renderMode } = await import('./index.page')
13
13
 
14
14
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
15
15
 
@@ -14,7 +14,7 @@ import enCatalog from '../../locales/en'
14
14
  const navigate = vi.fn<(to: string) => void>()
15
15
  vi.mock('@voltro/web', () => ({ useNavigate: () => navigate }))
16
16
 
17
- const { default: Login, meta, renderMode } = await import('./login')
17
+ const { default: Login, meta, renderMode } = await import('./login.page')
18
18
 
19
19
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
20
20
 
@@ -10,7 +10,7 @@ import { createRoot, type Root } from 'react-dom/client'
10
10
  import { I18nProvider } from '@voltro/i18n'
11
11
  import enCatalog from '../../locales/en'
12
12
 
13
- const { default: Overview, meta, renderMode } = await import('./index')
13
+ const { default: Overview, meta, renderMode } = await import('./index.page')
14
14
 
15
15
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
16
16
 
@@ -10,7 +10,7 @@ import { createRoot, type Root } from 'react-dom/client'
10
10
  import { I18nProvider } from '@voltro/i18n'
11
11
  import enCatalog from '../../locales/en'
12
12
 
13
- const { default: Settings, meta, renderMode } = await import('./settings')
13
+ const { default: Settings, meta, renderMode } = await import('./settings.page')
14
14
 
15
15
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
16
16
 
@@ -11,17 +11,17 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.13.0",
15
- "@voltro/client": "0.13.0",
16
- "@voltro/env": "0.13.0",
17
- "@voltro/i18n": "0.13.0",
18
- "@voltro/ui-shadcn": "0.13.0",
19
- "@voltro/web": "0.13.0",
14
+ "@voltro/cli": "0.15.0",
15
+ "@voltro/client": "0.15.0",
16
+ "@voltro/env": "0.15.0",
17
+ "@voltro/i18n": "0.15.0",
18
+ "@voltro/ui-shadcn": "0.15.0",
19
+ "@voltro/web": "0.15.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.13.0",
24
+ "@voltro/devtools": "0.15.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",
@@ -5,10 +5,10 @@
5
5
  // CROSS-PRODUCT of every non-default locale × every doc slug — otherwise the
6
6
  // German docs URLs are never enumerated for pre-render.
7
7
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../../lib/locale'
8
- import { DOCS } from '../../docs/[...slug]'
8
+ import { DOCS } from '../../docs/[...slug].page'
9
9
 
10
- export { default } from '../../docs/[...slug]'
11
- export { renderMode, interactive, meta } from '../../docs/[...slug]'
10
+ export { default } from '../../docs/[...slug].page'
11
+ export { renderMode, interactive, meta } from '../../docs/[...slug].page'
12
12
 
13
13
  export const getStaticPaths = async (): Promise<
14
14
  Array<{ params: { locale: string; slug: string } }>
@@ -4,8 +4,8 @@
4
4
  // The default locale is NOT listed here — it lives at the bare `/`.
5
5
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../lib/locale'
6
6
 
7
- export { default } from '../index'
8
- export { renderMode, interactive, meta } from '../index'
7
+ export { default } from '../index.page'
8
+ export { renderMode, interactive, meta } from '../index.page'
9
9
 
10
10
  export const getStaticPaths = async (): Promise<Array<{ params: { locale: string } }>> =>
11
11
  SUPPORTED_LOCALES
@@ -30,8 +30,8 @@ vi.mock('@voltro/i18n', () => ({
30
30
  T: ({ id }: { id: string }) => id,
31
31
  }))
32
32
 
33
- const indexMirror = await import('./index')
34
- const slugMirror = await import('./docs/[...slug]')
33
+ const indexMirror = await import('./index.page')
34
+ const slugMirror = await import('./docs/[...slug].page')
35
35
 
36
36
  describe('home mirror — getStaticPaths', () => {
37
37
  test('emits only non-default locales (just /de)', async () => {
@@ -37,7 +37,7 @@ vi.mock('@voltro/i18n', () => ({
37
37
  fill(catalogs[currentLocale]?.[id] ?? id, values),
38
38
  }))
39
39
 
40
- const { default: DocPage, getStaticPaths, meta, renderMode, interactive } = await import('./[...slug]')
40
+ const { default: DocPage, getStaticPaths, meta, renderMode, interactive } = await import('./[...slug].page')
41
41
 
42
42
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
43
43
 
@@ -32,7 +32,7 @@ vi.mock('@voltro/i18n', () => ({
32
32
  fill(catalogs[currentLocale]?.[id] ?? id, values),
33
33
  }))
34
34
 
35
- const { default: Index, meta, renderMode, interactive } = await import('./index')
35
+ const { default: Index, meta, renderMode, interactive } = await import('./index.page')
36
36
 
37
37
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
38
38
 
@@ -11,16 +11,16 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.13.0",
15
- "@voltro/client": "0.13.0",
16
- "@voltro/env": "0.13.0",
17
- "@voltro/i18n": "0.13.0",
18
- "@voltro/web": "0.13.0",
14
+ "@voltro/cli": "0.15.0",
15
+ "@voltro/client": "0.15.0",
16
+ "@voltro/env": "0.15.0",
17
+ "@voltro/i18n": "0.15.0",
18
+ "@voltro/web": "0.15.0",
19
19
  "react": "^19.0.0",
20
20
  "react-dom": "^19.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/devtools": "0.13.0",
23
+ "@voltro/devtools": "0.15.0",
24
24
  "@types/react": "^19.0.0",
25
25
  "@types/react-dom": "^19.0.0",
26
26
  "typescript": "^5.7.0",
@@ -2,8 +2,8 @@
2
2
  // home mirror: re-export the bare page, enumerate non-default locales.
3
3
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../lib/locale'
4
4
 
5
- export { default } from '../about'
6
- export { renderMode, meta } from '../about'
5
+ export { default } from '../about.page'
6
+ export { renderMode, meta } from '../about.page'
7
7
 
8
8
  export const getStaticPaths = async (): Promise<Array<{ params: { locale: string } }>> =>
9
9
  SUPPORTED_LOCALES
@@ -4,8 +4,8 @@
4
4
  // The default locale is NOT listed here — it lives at the bare `/`.
5
5
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../lib/locale'
6
6
 
7
- export { default } from '../index'
8
- export { renderMode, meta } from '../index'
7
+ export { default } from '../index.page'
8
+ export { renderMode, meta } from '../index.page'
9
9
 
10
10
  export const getStaticPaths = async (): Promise<Array<{ params: { locale: string } }>> =>
11
11
  SUPPORTED_LOCALES
@@ -22,8 +22,8 @@ vi.mock('@voltro/i18n', () => ({
22
22
  T: ({ id }: { id: string }) => id,
23
23
  }))
24
24
 
25
- const indexMirror = await import('./index')
26
- const aboutMirror = await import('./about')
25
+ const indexMirror = await import('./index.page')
26
+ const aboutMirror = await import('./about.page')
27
27
 
28
28
  describe('home mirror — getStaticPaths', () => {
29
29
  test('emits only non-default locales (just /de)', async () => {
@@ -24,7 +24,7 @@ vi.mock('@voltro/i18n', () => ({
24
24
  T: ({ id }: { id: string }) => catalogs[currentLocale]?.[id] ?? id,
25
25
  }))
26
26
 
27
- const { default: About, meta, renderMode } = await import('./about')
27
+ const { default: About, meta, renderMode } = await import('./about.page')
28
28
 
29
29
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
30
30
 
@@ -38,7 +38,7 @@ vi.mock('@voltro/i18n', () => ({
38
38
  fill(catalogs[currentLocale]?.[id] ?? id, values),
39
39
  }))
40
40
 
41
- const { default: Index, meta, renderMode } = await import('./index')
41
+ const { default: Index, meta, renderMode } = await import('./index.page')
42
42
 
43
43
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
44
44
 
@@ -11,17 +11,17 @@
11
11
  "typecheck": "tsc --noEmit"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/cli": "0.13.0",
15
- "@voltro/client": "0.13.0",
16
- "@voltro/env": "0.13.0",
17
- "@voltro/i18n": "0.13.0",
18
- "@voltro/ui-shadcn": "0.13.0",
19
- "@voltro/web": "0.13.0",
14
+ "@voltro/cli": "0.15.0",
15
+ "@voltro/client": "0.15.0",
16
+ "@voltro/env": "0.15.0",
17
+ "@voltro/i18n": "0.15.0",
18
+ "@voltro/ui-shadcn": "0.15.0",
19
+ "@voltro/web": "0.15.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.13.0",
24
+ "@voltro/devtools": "0.15.0",
25
25
  "@types/react": "^19.0.0",
26
26
  "@types/react-dom": "^19.0.0",
27
27
  "typescript": "^5.7.0",
@@ -4,8 +4,8 @@
4
4
  // The default locale is NOT listed here — it lives at the bare `/`.
5
5
  import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from '../../lib/locale'
6
6
 
7
- export { default } from '../index'
8
- export { renderMode, interactive, meta } from '../index'
7
+ export { default } from '../index.page'
8
+ export { renderMode, interactive, meta } from '../index.page'
9
9
 
10
10
  export const getStaticPaths = async (): Promise<Array<{ params: { locale: string } }>> =>
11
11
  SUPPORTED_LOCALES
@@ -20,7 +20,7 @@ vi.mock('@voltro/i18n', () => ({
20
20
  T: ({ id }: { id: string }) => id,
21
21
  }))
22
22
 
23
- const indexMirror = await import('./index')
23
+ const indexMirror = await import('./index.page')
24
24
 
25
25
  describe('home mirror — getStaticPaths', () => {
26
26
  test('emits only non-default locales (just /de)', async () => {
@@ -39,7 +39,7 @@ vi.mock('@voltro/i18n', () => ({
39
39
  fill(catalogs[currentLocale]?.[id] ?? id, values),
40
40
  }))
41
41
 
42
- const { default: Index, meta, renderMode, interactive } = await import('./index')
42
+ const { default: Index, meta, renderMode, interactive } = await import('./index.page')
43
43
 
44
44
  ;(globalThis as { IS_REACT_ACT_ENVIRONMENT?: boolean }).IS_REACT_ACT_ENVIRONMENT = true
45
45