@voltro/cli 0.12.0 → 0.14.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 (189) hide show
  1. package/CHANGELOG.md +378 -0
  2. package/dist/{apiBuild-GefjNI5d.js → apiBuild-370ITNRk.js} +3 -3
  3. package/dist/apiBuild-DatWP5hh.js +2 -0
  4. package/dist/bin.js +3 -3
  5. package/dist/{commands-BmNi1RgZ.js → commands-D-teL_TM.js} +3756 -2539
  6. package/dist/dbCommand-B3CeMU3u.js +2 -0
  7. package/dist/{dbCommand-DNrkb58g.js → dbCommand-Dmi-vHfA.js} +72 -57
  8. package/dist/{dev-d0LjACxE.js → dev-CKyW_LAv.js} +1511 -1331
  9. package/dist/dev-CPKbckaN.js +3 -0
  10. package/dist/fileConventions-COg0ZytD.js +9 -0
  11. package/dist/frameworkTableAssembly-DCLhpHsF.js +601 -0
  12. package/dist/frameworkTableAssembly-DYzb2elg.js +2 -0
  13. package/dist/index.js +1 -1
  14. package/dist/{inspectMetrics-uEfIS1vp.js → inspectMetrics-CyVMeofr.js} +962 -943
  15. package/dist/seedRunner-D6eu-u5U.js +229 -0
  16. package/dist/serveCommand-CU3Sw4ZM.js +1127 -0
  17. package/dist/serveEntry.js +3 -3
  18. package/dist/{start-DKcQd52a.js → start-D8ATvTzo.js} +246 -246
  19. package/dist/startEntry.js +2 -2
  20. package/package.json +17 -17
  21. package/templates/AGENTS.core.md +77 -3
  22. package/templates/AGENTS.md +78 -4
  23. package/templates/agent-docs/_index.md +1 -1
  24. package/templates/agent-docs/_manifest.json +2 -2
  25. package/templates/agent-docs/authentication.md +39 -0
  26. package/templates/agent-docs/cli.md +114 -6
  27. package/templates/agent-docs/configuration.md +48 -0
  28. package/templates/agent-docs/data.md +193 -1
  29. package/templates/agent-docs/database/hosting.md +2 -2
  30. package/templates/agent-docs/database/migrations.md +88 -3
  31. package/templates/agent-docs/database/overview.md +11 -0
  32. package/templates/agent-docs/database/seedsdialects.md +53 -1
  33. package/templates/agent-docs/database/transactions.md +31 -0
  34. package/templates/agent-docs/internationalization.md +3 -3
  35. package/templates/agent-docs/introduction.md +133 -2
  36. package/templates/agent-docs/plugins.md +2 -1
  37. package/templates/agent-docs/reference.md +4 -4
  38. package/templates/agent-docs/routing.md +48 -43
  39. package/templates/agent-docs/schema-driven-ui.md +12 -2
  40. package/templates/agent-docs/templates/apibackends.md +1 -8
  41. package/templates/agent-docs/templates/appshells.md +24 -24
  42. package/templates/agent-docs/testing.md +40 -1
  43. package/templates/agent-docs/whats-new.md +51 -131
  44. package/templates/apps/api-ai/database/schema.ts +0 -2
  45. package/templates/apps/api-ai/package.json +7 -7
  46. package/templates/apps/api-auth/package.json +8 -8
  47. package/templates/apps/api-backend/database/schema.ts +0 -3
  48. package/templates/apps/api-backend/package.json +7 -7
  49. package/templates/apps/api-backend-deactivation/database/schema.ts +0 -1
  50. package/templates/apps/api-backend-deactivation/package.json +7 -7
  51. package/templates/apps/api-backend-deactivation/tests/users.deactivate.test.ts +1 -1
  52. package/templates/apps/api-backend-mail/database/schema.ts +0 -3
  53. package/templates/apps/api-backend-mail/package.json +8 -8
  54. package/templates/apps/api-backend-mariadb/database/schema.ts +0 -3
  55. package/templates/apps/api-backend-mariadb/package.json +9 -9
  56. package/templates/apps/api-backend-storage/database/schema.ts +0 -3
  57. package/templates/apps/api-backend-storage/package.json +8 -8
  58. package/templates/apps/api-data-advanced/database/authors.entity.ts +0 -2
  59. package/templates/apps/api-data-advanced/database/books.entity.ts +0 -1
  60. package/templates/apps/api-data-advanced/package.json +8 -8
  61. package/templates/apps/api-data-advanced/tests/queries.test.ts +6 -1
  62. package/templates/apps/api-durable/database/schema.ts +0 -3
  63. package/templates/apps/api-durable/package.json +8 -8
  64. package/templates/apps/api-feature-flags/database/schema.ts +0 -1
  65. package/templates/apps/api-feature-flags/package.json +9 -9
  66. package/templates/apps/api-governance/app.config.ts +0 -1
  67. package/templates/apps/api-governance/database/schema.ts +0 -1
  68. package/templates/apps/api-governance/package.json +8 -8
  69. package/templates/apps/api-kv/database/schema.ts +0 -3
  70. package/templates/apps/api-kv/package.json +8 -8
  71. package/templates/apps/api-kv/tests/sync.test.ts +2 -2
  72. package/templates/apps/api-moderation/database/schema.ts +0 -2
  73. package/templates/apps/api-moderation/package.json +8 -8
  74. package/templates/apps/api-observability/database/schema.ts +0 -1
  75. package/templates/apps/api-observability/package.json +8 -8
  76. package/templates/apps/api-ratelimit/database/schema.ts +0 -1
  77. package/templates/apps/api-ratelimit/package.json +8 -8
  78. package/templates/apps/api-rbac/README.md +53 -14
  79. package/templates/apps/api-rbac/app.config.ts +24 -26
  80. package/templates/apps/api-rbac/authz.ts +76 -0
  81. package/templates/apps/api-rbac/database/schema.ts +22 -7
  82. package/templates/apps/api-rbac/mutations/notes.create.mutation.server.ts +7 -5
  83. package/templates/apps/api-rbac/mutations/notes.create.mutation.ts +15 -8
  84. package/templates/apps/api-rbac/mutations/notes.delete.mutation.server.ts +54 -0
  85. package/templates/apps/api-rbac/mutations/notes.delete.mutation.ts +43 -0
  86. package/templates/apps/api-rbac/mutations/teams.rename.mutation.server.ts +19 -0
  87. package/templates/apps/api-rbac/mutations/teams.rename.mutation.ts +37 -0
  88. package/templates/apps/api-rbac/package.json +8 -8
  89. package/templates/apps/api-rbac/queries/notes.list.query.server.ts +12 -0
  90. package/templates/apps/api-rbac/queries/notes.list.query.ts +26 -0
  91. package/templates/apps/api-rbac/template.json +2 -2
  92. package/templates/apps/api-rbac/tests/authz.test.ts +233 -0
  93. package/templates/apps/api-rest/database/schema.ts +0 -3
  94. package/templates/apps/api-rest/package.json +7 -7
  95. package/templates/apps/api-saas/database/schema.ts +0 -1
  96. package/templates/apps/api-saas/package.json +11 -11
  97. package/templates/apps/api-search/database/schema.ts +0 -1
  98. package/templates/apps/api-search/package.json +8 -8
  99. package/templates/apps/api-versioning/database/schema.ts +0 -1
  100. package/templates/apps/api-versioning/package.json +8 -8
  101. package/templates/apps/api-webhooks/database/schema.ts +0 -1
  102. package/templates/apps/api-webhooks/package.json +9 -8
  103. package/templates/apps/changelog/package.json +6 -6
  104. package/templates/apps/changelog/src/pages/[locale]/{[slug].tsx → [slug].page.tsx} +2 -2
  105. package/templates/apps/changelog/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  106. package/templates/apps/changelog/src/pages/[locale]/mirrors.test.tsx +2 -2
  107. package/templates/apps/changelog/src/pages/{[slug].test.tsx → [slug].page.test.tsx} +1 -1
  108. package/templates/apps/changelog/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  109. package/templates/apps/edge-functions/package.json +2 -2
  110. package/templates/apps/frontend-admin/package.json +8 -8
  111. package/templates/apps/frontend-admin/src/pages/(marketing)/{index.test.tsx → index.page.test.tsx} +1 -1
  112. package/templates/apps/frontend-admin/src/pages/(marketing)/{login.test.tsx → login.page.test.tsx} +1 -1
  113. package/templates/apps/frontend-admin/src/pages/admin/entity.test.tsx +1 -1
  114. package/templates/apps/frontend-admin/src/pages/admin/{index.test.tsx → index.page.test.tsx} +1 -1
  115. package/templates/apps/frontend-app/package.json +8 -8
  116. package/templates/apps/frontend-app/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  117. package/templates/apps/frontend-app/src/pages/{schema-ui.test.tsx → schema-ui.page.test.tsx} +1 -1
  118. package/templates/apps/frontend-blank/package.json +7 -7
  119. package/templates/apps/frontend-blank/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  120. package/templates/apps/frontend-contact/package.json +7 -7
  121. package/templates/apps/frontend-contact/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  122. package/templates/apps/frontend-contact/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  123. package/templates/apps/frontend-dashboard/package.json +7 -7
  124. package/templates/apps/frontend-dashboard/src/pages/(marketing)/{index.test.tsx → index.page.test.tsx} +1 -1
  125. package/templates/apps/frontend-dashboard/src/pages/(marketing)/{login.test.tsx → login.page.test.tsx} +1 -1
  126. package/templates/apps/frontend-dashboard/src/pages/dashboard/{index.test.tsx → index.page.test.tsx} +1 -1
  127. package/templates/apps/frontend-dashboard/src/pages/dashboard/{settings.test.tsx → settings.page.test.tsx} +1 -1
  128. package/templates/apps/frontend-docs/package.json +7 -7
  129. package/templates/apps/frontend-docs/src/pages/[locale]/docs/{[...slug].tsx → [...slug].page.tsx} +3 -3
  130. package/templates/apps/frontend-docs/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  131. package/templates/apps/frontend-docs/src/pages/[locale]/mirrors.test.tsx +2 -2
  132. package/templates/apps/frontend-docs/src/pages/docs/{[...slug].test.tsx → [...slug].page.test.tsx} +1 -1
  133. package/templates/apps/frontend-docs/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  134. package/templates/apps/frontend-i18n/package.json +6 -6
  135. package/templates/apps/frontend-i18n/src/pages/[locale]/{about.tsx → about.page.tsx} +2 -2
  136. package/templates/apps/frontend-i18n/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  137. package/templates/apps/frontend-i18n/src/pages/[locale]/mirrors.test.tsx +2 -2
  138. package/templates/apps/frontend-i18n/src/pages/{about.test.tsx → about.page.test.tsx} +1 -1
  139. package/templates/apps/frontend-i18n/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  140. package/templates/apps/frontend-landing/package.json +7 -7
  141. package/templates/apps/frontend-landing/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  142. package/templates/apps/frontend-landing/src/pages/[locale]/mirrors.test.tsx +1 -1
  143. package/templates/apps/frontend-landing/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  144. package/templates/apps/frontend-spa/package.json +7 -7
  145. package/templates/apps/frontend-spa/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  146. package/templates/apps/frontend-ssr/package.json +7 -7
  147. package/templates/apps/frontend-ssr/src/pages/{feed-swr.test.tsx → feed-swr.page.test.tsx} +1 -1
  148. package/templates/apps/frontend-ssr/src/pages/{feed.test.tsx → feed.page.test.tsx} +1 -1
  149. package/templates/apps/frontend-ssr/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  150. package/templates/apps/frontend-ssr-api/package.json +8 -8
  151. package/templates/apps/frontend-ssr-api/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  152. package/templates/apps/frontend-static-blog/package.json +6 -6
  153. package/templates/apps/frontend-static-blog/src/pages/[locale]/blog/{[slug].tsx → [slug].page.tsx} +2 -2
  154. package/templates/apps/frontend-static-blog/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  155. package/templates/apps/frontend-static-blog/src/pages/[locale]/mirrors.test.tsx +2 -2
  156. package/templates/apps/frontend-static-blog/src/pages/blog/{[slug].test.tsx → [slug].page.test.tsx} +1 -1
  157. package/templates/apps/frontend-static-blog/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  158. package/dist/apiBuild-s7swuEU5.js +0 -2
  159. package/dist/dbCommand-Bt6BCG7g.js +0 -2
  160. package/dist/dev-YHbHmeXt.js +0 -3
  161. package/dist/seedRunner-DZmhoqNt.js +0 -821
  162. package/dist/serveCommand-B2-YV9TU.js +0 -1112
  163. package/templates/apps/api-rbac/tests/notes.create.test.ts +0 -80
  164. /package/templates/apps/changelog/src/pages/{[slug].tsx → [slug].page.tsx} +0 -0
  165. /package/templates/apps/changelog/src/pages/{index.tsx → index.page.tsx} +0 -0
  166. /package/templates/apps/frontend-admin/src/pages/(marketing)/{index.tsx → index.page.tsx} +0 -0
  167. /package/templates/apps/frontend-admin/src/pages/(marketing)/{login.tsx → login.page.tsx} +0 -0
  168. /package/templates/apps/frontend-admin/src/pages/admin/{[entity].tsx → [entity].page.tsx} +0 -0
  169. /package/templates/apps/frontend-admin/src/pages/admin/{index.tsx → index.page.tsx} +0 -0
  170. /package/templates/apps/frontend-app/src/pages/{index.tsx → index.page.tsx} +0 -0
  171. /package/templates/apps/frontend-app/src/pages/{schema-ui.tsx → schema-ui.page.tsx} +0 -0
  172. /package/templates/apps/frontend-blank/src/pages/{index.tsx → index.page.tsx} +0 -0
  173. /package/templates/apps/frontend-contact/src/pages/{index.tsx → index.page.tsx} +0 -0
  174. /package/templates/apps/frontend-dashboard/src/pages/(marketing)/{index.tsx → index.page.tsx} +0 -0
  175. /package/templates/apps/frontend-dashboard/src/pages/(marketing)/{login.tsx → login.page.tsx} +0 -0
  176. /package/templates/apps/frontend-dashboard/src/pages/dashboard/{index.tsx → index.page.tsx} +0 -0
  177. /package/templates/apps/frontend-dashboard/src/pages/dashboard/{settings.tsx → settings.page.tsx} +0 -0
  178. /package/templates/apps/frontend-docs/src/pages/docs/{[...slug].tsx → [...slug].page.tsx} +0 -0
  179. /package/templates/apps/frontend-docs/src/pages/{index.tsx → index.page.tsx} +0 -0
  180. /package/templates/apps/frontend-i18n/src/pages/{about.tsx → about.page.tsx} +0 -0
  181. /package/templates/apps/frontend-i18n/src/pages/{index.tsx → index.page.tsx} +0 -0
  182. /package/templates/apps/frontend-landing/src/pages/{index.tsx → index.page.tsx} +0 -0
  183. /package/templates/apps/frontend-spa/src/pages/{index.tsx → index.page.tsx} +0 -0
  184. /package/templates/apps/frontend-ssr/src/pages/{feed-swr.tsx → feed-swr.page.tsx} +0 -0
  185. /package/templates/apps/frontend-ssr/src/pages/{feed.tsx → feed.page.tsx} +0 -0
  186. /package/templates/apps/frontend-ssr/src/pages/{index.tsx → index.page.tsx} +0 -0
  187. /package/templates/apps/frontend-ssr-api/src/pages/{index.tsx → index.page.tsx} +0 -0
  188. /package/templates/apps/frontend-static-blog/src/pages/blog/{[slug].tsx → [slug].page.tsx} +0 -0
  189. /package/templates/apps/frontend-static-blog/src/pages/{index.tsx → index.page.tsx} +0 -0
@@ -40,7 +40,6 @@ export const articles = table('articles', {
40
40
  // tenant() adds tenantId + audit columns (auto-stamped). The search
41
41
  // index's `tenantField: 'tenantId'` scopes every query to the caller.
42
42
  .with(tenant())
43
- .reactive()
44
43
 
45
44
  export type Article = InferRow<typeof articles>
46
45
 
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.12.0",
16
- "@voltro/database": "0.12.0",
17
- "@voltro/env": "0.12.0",
18
- "@voltro/plugin-multitenancy": "0.12.0",
19
- "@voltro/plugin-search": "0.12.0",
20
- "@voltro/protocol": "0.12.0",
21
- "@voltro/runtime": "0.12.0",
15
+ "@voltro/cli": "0.14.0",
16
+ "@voltro/database": "0.14.0",
17
+ "@voltro/env": "0.14.0",
18
+ "@voltro/plugin-multitenancy": "0.14.0",
19
+ "@voltro/plugin-search": "0.14.0",
20
+ "@voltro/protocol": "0.14.0",
21
+ "@voltro/runtime": "0.14.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.12.0",
25
+ "@voltro/testing": "0.14.0",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -31,7 +31,6 @@ export const documents = table('documents', {
31
31
  content: text(),
32
32
  })
33
33
  .with(tenant())
34
- .reactive()
35
34
 
36
35
  export type Document = InferRow<typeof documents>
37
36
 
@@ -12,17 +12,17 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.12.0",
16
- "@voltro/database": "0.12.0",
17
- "@voltro/env": "0.12.0",
18
- "@voltro/plugin-multitenancy": "0.12.0",
19
- "@voltro/plugin-versioning": "0.12.0",
20
- "@voltro/protocol": "0.12.0",
21
- "@voltro/runtime": "0.12.0",
15
+ "@voltro/cli": "0.14.0",
16
+ "@voltro/database": "0.14.0",
17
+ "@voltro/env": "0.14.0",
18
+ "@voltro/plugin-multitenancy": "0.14.0",
19
+ "@voltro/plugin-versioning": "0.14.0",
20
+ "@voltro/protocol": "0.14.0",
21
+ "@voltro/runtime": "0.14.0",
22
22
  "effect": "^3.21.2"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/testing": "0.12.0",
25
+ "@voltro/testing": "0.14.0",
26
26
  "typescript": "^5.7.0",
27
27
  "vitest": "^3.0.0"
28
28
  }
@@ -35,7 +35,6 @@ export const orders = table('orders', {
35
35
  status: text().oneOf(['pending', 'fulfilled']).default('pending'),
36
36
  })
37
37
  .with(tenant())
38
- .reactive()
39
38
 
40
39
  export type Order = InferRow<typeof orders>
41
40
 
@@ -12,17 +12,18 @@
12
12
  "dependencies": {
13
13
  "@effect/platform": "^0.96.1",
14
14
  "@effect/rpc": "^0.75.1",
15
- "@voltro/cli": "0.12.0",
16
- "@voltro/database": "0.12.0",
17
- "@voltro/plugin-multitenancy": "0.12.0",
18
- "@voltro/plugin-webhooks": "0.12.0",
19
- "@voltro/protocol": "0.12.0",
20
- "@voltro/runtime": "0.12.0",
21
- "@voltro/sql-postgres": "0.12.0",
15
+ "@voltro/cli": "0.14.0",
16
+ "@voltro/database": "0.14.0",
17
+ "@voltro/env": "0.14.0",
18
+ "@voltro/plugin-multitenancy": "0.14.0",
19
+ "@voltro/plugin-webhooks": "0.14.0",
20
+ "@voltro/protocol": "0.14.0",
21
+ "@voltro/runtime": "0.14.0",
22
+ "@voltro/sql-postgres": "0.14.0",
22
23
  "effect": "^3.21.2"
23
24
  },
24
25
  "devDependencies": {
25
- "@voltro/testing": "0.12.0",
26
+ "@voltro/testing": "0.14.0",
26
27
  "typescript": "^5.7.0",
27
28
  "vitest": "^3.0.0"
28
29
  }
@@ -11,12 +11,12 @@
11
11
  "test": "voltro test"
12
12
  },
13
13
  "dependencies": {
14
- "@voltro/changelog": "0.12.0",
15
- "@voltro/cli": "0.12.0",
16
- "@voltro/client": "0.12.0",
17
- "@voltro/env": "0.12.0",
18
- "@voltro/i18n": "0.12.0",
19
- "@voltro/web": "0.12.0",
14
+ "@voltro/changelog": "0.14.0",
15
+ "@voltro/cli": "0.14.0",
16
+ "@voltro/client": "0.14.0",
17
+ "@voltro/env": "0.14.0",
18
+ "@voltro/i18n": "0.14.0",
19
+ "@voltro/web": "0.14.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.12.0",
15
- "@voltro/serverless": "0.12.0",
14
+ "@voltro/cli": "0.14.0",
15
+ "@voltro/serverless": "0.14.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.12.0",
15
- "@voltro/cli": "0.12.0",
16
- "@voltro/client": "0.12.0",
17
- "@voltro/env": "0.12.0",
18
- "@voltro/i18n": "0.12.0",
19
- "@voltro/ui-shadcn": "0.12.0",
20
- "@voltro/web": "0.12.0",
14
+ "@{{projectName}}/api": "0.14.0",
15
+ "@voltro/cli": "0.14.0",
16
+ "@voltro/client": "0.14.0",
17
+ "@voltro/env": "0.14.0",
18
+ "@voltro/i18n": "0.14.0",
19
+ "@voltro/ui-shadcn": "0.14.0",
20
+ "@voltro/web": "0.14.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/devtools": "0.12.0",
25
+ "@voltro/devtools": "0.14.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.12.0",
15
- "@voltro/cli": "0.12.0",
16
- "@voltro/client": "0.12.0",
17
- "@voltro/env": "0.12.0",
18
- "@voltro/i18n": "0.12.0",
19
- "@voltro/ui-shadcn": "0.12.0",
20
- "@voltro/web": "0.12.0",
14
+ "@{{projectName}}/api": "0.14.0",
15
+ "@voltro/cli": "0.14.0",
16
+ "@voltro/client": "0.14.0",
17
+ "@voltro/env": "0.14.0",
18
+ "@voltro/i18n": "0.14.0",
19
+ "@voltro/ui-shadcn": "0.14.0",
20
+ "@voltro/web": "0.14.0",
21
21
  "react": "^19.0.0",
22
22
  "react-dom": "^19.0.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@voltro/devtools": "0.12.0",
25
+ "@voltro/devtools": "0.14.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.12.0",
15
- "@voltro/client": "0.12.0",
16
- "@voltro/env": "0.12.0",
17
- "@voltro/i18n": "0.12.0",
18
- "@voltro/ui-shadcn": "0.12.0",
19
- "@voltro/web": "0.12.0",
14
+ "@voltro/cli": "0.14.0",
15
+ "@voltro/client": "0.14.0",
16
+ "@voltro/env": "0.14.0",
17
+ "@voltro/i18n": "0.14.0",
18
+ "@voltro/ui-shadcn": "0.14.0",
19
+ "@voltro/web": "0.14.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.12.0",
24
+ "@voltro/devtools": "0.14.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.12.0",
18
- "@voltro/client": "0.12.0",
19
- "@voltro/env": "0.12.0",
20
- "@voltro/i18n": "0.12.0",
21
- "@voltro/serverless": "0.12.0",
22
- "@voltro/web": "0.12.0",
17
+ "@voltro/cli": "0.14.0",
18
+ "@voltro/client": "0.14.0",
19
+ "@voltro/env": "0.14.0",
20
+ "@voltro/i18n": "0.14.0",
21
+ "@voltro/serverless": "0.14.0",
22
+ "@voltro/web": "0.14.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.12.0",
28
+ "@voltro/devtools": "0.14.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.12.0",
15
- "@voltro/client": "0.12.0",
16
- "@voltro/env": "0.12.0",
17
- "@voltro/i18n": "0.12.0",
18
- "@voltro/ui-shadcn": "0.12.0",
19
- "@voltro/web": "0.12.0",
14
+ "@voltro/cli": "0.14.0",
15
+ "@voltro/client": "0.14.0",
16
+ "@voltro/env": "0.14.0",
17
+ "@voltro/i18n": "0.14.0",
18
+ "@voltro/ui-shadcn": "0.14.0",
19
+ "@voltro/web": "0.14.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.12.0",
24
+ "@voltro/devtools": "0.14.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.12.0",
15
- "@voltro/client": "0.12.0",
16
- "@voltro/env": "0.12.0",
17
- "@voltro/i18n": "0.12.0",
18
- "@voltro/ui-shadcn": "0.12.0",
19
- "@voltro/web": "0.12.0",
14
+ "@voltro/cli": "0.14.0",
15
+ "@voltro/client": "0.14.0",
16
+ "@voltro/env": "0.14.0",
17
+ "@voltro/i18n": "0.14.0",
18
+ "@voltro/ui-shadcn": "0.14.0",
19
+ "@voltro/web": "0.14.0",
20
20
  "react": "^19.0.0",
21
21
  "react-dom": "^19.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@voltro/devtools": "0.12.0",
24
+ "@voltro/devtools": "0.14.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.12.0",
15
- "@voltro/client": "0.12.0",
16
- "@voltro/env": "0.12.0",
17
- "@voltro/i18n": "0.12.0",
18
- "@voltro/web": "0.12.0",
14
+ "@voltro/cli": "0.14.0",
15
+ "@voltro/client": "0.14.0",
16
+ "@voltro/env": "0.14.0",
17
+ "@voltro/i18n": "0.14.0",
18
+ "@voltro/web": "0.14.0",
19
19
  "react": "^19.0.0",
20
20
  "react-dom": "^19.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@voltro/devtools": "0.12.0",
23
+ "@voltro/devtools": "0.14.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 () => {