@voltro/cli 0.13.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 (165) hide show
  1. package/CHANGELOG.md +285 -0
  2. package/dist/{apiBuild-B6_ehbem.js → apiBuild-370ITNRk.js} +2 -2
  3. package/dist/apiBuild-DatWP5hh.js +2 -0
  4. package/dist/bin.js +3 -3
  5. package/dist/{commands-DYOuGlEC.js → commands-D-teL_TM.js} +3709 -2789
  6. package/dist/dbCommand-B3CeMU3u.js +2 -0
  7. package/dist/{dbCommand-DIOJQwsq.js → dbCommand-Dmi-vHfA.js} +2 -1
  8. package/dist/{dev-Fb9BmavX.js → dev-CKyW_LAv.js} +1620 -1509
  9. package/dist/{dev-xdijqojc.js → dev-CPKbckaN.js} +1 -1
  10. package/dist/fileConventions-COg0ZytD.js +9 -0
  11. package/dist/{frameworkTableAssembly-CYlrafoK.js → frameworkTableAssembly-DCLhpHsF.js} +164 -163
  12. package/dist/frameworkTableAssembly-DYzb2elg.js +2 -0
  13. package/dist/index.js +1 -1
  14. package/dist/{inspectMetrics-DOiiII34.js → inspectMetrics-CyVMeofr.js} +955 -945
  15. package/dist/{serveCommand-CqYxzBZR.js → serveCommand-CU3Sw4ZM.js} +410 -396
  16. package/dist/serveEntry.js +2 -2
  17. package/dist/{start-CjG_0xhR.js → start-D8ATvTzo.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 +77 -3
  22. package/templates/agent-docs/_manifest.json +2 -2
  23. package/templates/agent-docs/authentication.md +5 -2
  24. package/templates/agent-docs/cli.md +36 -2
  25. package/templates/agent-docs/data.md +193 -1
  26. package/templates/agent-docs/database/hosting.md +2 -2
  27. package/templates/agent-docs/database/migrations.md +56 -3
  28. package/templates/agent-docs/database/overview.md +11 -0
  29. package/templates/agent-docs/database/seedsdialects.md +53 -1
  30. package/templates/agent-docs/internationalization.md +3 -3
  31. package/templates/agent-docs/introduction.md +133 -2
  32. package/templates/agent-docs/plugins.md +2 -1
  33. package/templates/agent-docs/reference.md +4 -4
  34. package/templates/agent-docs/routing.md +48 -43
  35. package/templates/agent-docs/schema-driven-ui.md +12 -2
  36. package/templates/agent-docs/templates/apibackends.md +1 -8
  37. package/templates/agent-docs/templates/appshells.md +24 -24
  38. package/templates/agent-docs/testing.md +16 -1
  39. package/templates/agent-docs/whats-new.md +16 -0
  40. package/templates/apps/api-ai/database/schema.ts +0 -2
  41. package/templates/apps/api-ai/package.json +7 -7
  42. package/templates/apps/api-auth/package.json +8 -8
  43. package/templates/apps/api-backend/database/schema.ts +0 -3
  44. package/templates/apps/api-backend/package.json +7 -7
  45. package/templates/apps/api-backend-deactivation/database/schema.ts +0 -1
  46. package/templates/apps/api-backend-deactivation/package.json +7 -7
  47. package/templates/apps/api-backend-mail/database/schema.ts +0 -3
  48. package/templates/apps/api-backend-mail/package.json +8 -8
  49. package/templates/apps/api-backend-mariadb/database/schema.ts +0 -3
  50. package/templates/apps/api-backend-mariadb/package.json +9 -9
  51. package/templates/apps/api-backend-storage/database/schema.ts +0 -3
  52. package/templates/apps/api-backend-storage/package.json +8 -8
  53. package/templates/apps/api-data-advanced/database/authors.entity.ts +0 -2
  54. package/templates/apps/api-data-advanced/database/books.entity.ts +0 -1
  55. package/templates/apps/api-data-advanced/package.json +8 -8
  56. package/templates/apps/api-durable/database/schema.ts +0 -3
  57. package/templates/apps/api-durable/package.json +8 -8
  58. package/templates/apps/api-feature-flags/database/schema.ts +0 -1
  59. package/templates/apps/api-feature-flags/package.json +9 -9
  60. package/templates/apps/api-governance/database/schema.ts +0 -1
  61. package/templates/apps/api-governance/package.json +8 -8
  62. package/templates/apps/api-kv/database/schema.ts +0 -3
  63. package/templates/apps/api-kv/package.json +8 -8
  64. package/templates/apps/api-moderation/database/schema.ts +0 -2
  65. package/templates/apps/api-moderation/package.json +8 -8
  66. package/templates/apps/api-observability/database/schema.ts +0 -1
  67. package/templates/apps/api-observability/package.json +8 -8
  68. package/templates/apps/api-ratelimit/database/schema.ts +0 -1
  69. package/templates/apps/api-ratelimit/package.json +8 -8
  70. package/templates/apps/api-rbac/database/schema.ts +0 -2
  71. package/templates/apps/api-rbac/package.json +8 -8
  72. package/templates/apps/api-rest/database/schema.ts +0 -3
  73. package/templates/apps/api-rest/package.json +7 -7
  74. package/templates/apps/api-saas/database/schema.ts +0 -1
  75. package/templates/apps/api-saas/package.json +11 -11
  76. package/templates/apps/api-search/database/schema.ts +0 -1
  77. package/templates/apps/api-search/package.json +8 -8
  78. package/templates/apps/api-versioning/database/schema.ts +0 -1
  79. package/templates/apps/api-versioning/package.json +8 -8
  80. package/templates/apps/api-webhooks/database/schema.ts +0 -1
  81. package/templates/apps/api-webhooks/package.json +9 -9
  82. package/templates/apps/changelog/package.json +6 -6
  83. package/templates/apps/changelog/src/pages/[locale]/{[slug].tsx → [slug].page.tsx} +2 -2
  84. package/templates/apps/changelog/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  85. package/templates/apps/changelog/src/pages/[locale]/mirrors.test.tsx +2 -2
  86. package/templates/apps/changelog/src/pages/{[slug].test.tsx → [slug].page.test.tsx} +1 -1
  87. package/templates/apps/changelog/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  88. package/templates/apps/edge-functions/package.json +2 -2
  89. package/templates/apps/frontend-admin/package.json +8 -8
  90. package/templates/apps/frontend-admin/src/pages/(marketing)/{index.test.tsx → index.page.test.tsx} +1 -1
  91. package/templates/apps/frontend-admin/src/pages/(marketing)/{login.test.tsx → login.page.test.tsx} +1 -1
  92. package/templates/apps/frontend-admin/src/pages/admin/entity.test.tsx +1 -1
  93. package/templates/apps/frontend-admin/src/pages/admin/{index.test.tsx → index.page.test.tsx} +1 -1
  94. package/templates/apps/frontend-app/package.json +8 -8
  95. package/templates/apps/frontend-app/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  96. package/templates/apps/frontend-app/src/pages/{schema-ui.test.tsx → schema-ui.page.test.tsx} +1 -1
  97. package/templates/apps/frontend-blank/package.json +7 -7
  98. package/templates/apps/frontend-blank/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  99. package/templates/apps/frontend-contact/package.json +7 -7
  100. package/templates/apps/frontend-contact/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  101. package/templates/apps/frontend-contact/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  102. package/templates/apps/frontend-dashboard/package.json +7 -7
  103. package/templates/apps/frontend-dashboard/src/pages/(marketing)/{index.test.tsx → index.page.test.tsx} +1 -1
  104. package/templates/apps/frontend-dashboard/src/pages/(marketing)/{login.test.tsx → login.page.test.tsx} +1 -1
  105. package/templates/apps/frontend-dashboard/src/pages/dashboard/{index.test.tsx → index.page.test.tsx} +1 -1
  106. package/templates/apps/frontend-dashboard/src/pages/dashboard/{settings.test.tsx → settings.page.test.tsx} +1 -1
  107. package/templates/apps/frontend-docs/package.json +7 -7
  108. package/templates/apps/frontend-docs/src/pages/[locale]/docs/{[...slug].tsx → [...slug].page.tsx} +3 -3
  109. package/templates/apps/frontend-docs/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  110. package/templates/apps/frontend-docs/src/pages/[locale]/mirrors.test.tsx +2 -2
  111. package/templates/apps/frontend-docs/src/pages/docs/{[...slug].test.tsx → [...slug].page.test.tsx} +1 -1
  112. package/templates/apps/frontend-docs/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  113. package/templates/apps/frontend-i18n/package.json +6 -6
  114. package/templates/apps/frontend-i18n/src/pages/[locale]/{about.tsx → about.page.tsx} +2 -2
  115. package/templates/apps/frontend-i18n/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  116. package/templates/apps/frontend-i18n/src/pages/[locale]/mirrors.test.tsx +2 -2
  117. package/templates/apps/frontend-i18n/src/pages/{about.test.tsx → about.page.test.tsx} +1 -1
  118. package/templates/apps/frontend-i18n/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  119. package/templates/apps/frontend-landing/package.json +7 -7
  120. package/templates/apps/frontend-landing/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  121. package/templates/apps/frontend-landing/src/pages/[locale]/mirrors.test.tsx +1 -1
  122. package/templates/apps/frontend-landing/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  123. package/templates/apps/frontend-spa/package.json +7 -7
  124. package/templates/apps/frontend-spa/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  125. package/templates/apps/frontend-ssr/package.json +7 -7
  126. package/templates/apps/frontend-ssr/src/pages/{feed-swr.test.tsx → feed-swr.page.test.tsx} +1 -1
  127. package/templates/apps/frontend-ssr/src/pages/{feed.test.tsx → feed.page.test.tsx} +1 -1
  128. package/templates/apps/frontend-ssr/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  129. package/templates/apps/frontend-ssr-api/package.json +8 -8
  130. package/templates/apps/frontend-ssr-api/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  131. package/templates/apps/frontend-static-blog/package.json +6 -6
  132. package/templates/apps/frontend-static-blog/src/pages/[locale]/blog/{[slug].tsx → [slug].page.tsx} +2 -2
  133. package/templates/apps/frontend-static-blog/src/pages/[locale]/{index.tsx → index.page.tsx} +2 -2
  134. package/templates/apps/frontend-static-blog/src/pages/[locale]/mirrors.test.tsx +2 -2
  135. package/templates/apps/frontend-static-blog/src/pages/blog/{[slug].test.tsx → [slug].page.test.tsx} +1 -1
  136. package/templates/apps/frontend-static-blog/src/pages/{index.test.tsx → index.page.test.tsx} +1 -1
  137. package/dist/apiBuild-Bzpb383i.js +0 -2
  138. package/dist/dbCommand-ADD4mrTI.js +0 -2
  139. package/dist/frameworkTableAssembly-XvKO7wQt.js +0 -2
  140. /package/templates/apps/changelog/src/pages/{[slug].tsx → [slug].page.tsx} +0 -0
  141. /package/templates/apps/changelog/src/pages/{index.tsx → index.page.tsx} +0 -0
  142. /package/templates/apps/frontend-admin/src/pages/(marketing)/{index.tsx → index.page.tsx} +0 -0
  143. /package/templates/apps/frontend-admin/src/pages/(marketing)/{login.tsx → login.page.tsx} +0 -0
  144. /package/templates/apps/frontend-admin/src/pages/admin/{[entity].tsx → [entity].page.tsx} +0 -0
  145. /package/templates/apps/frontend-admin/src/pages/admin/{index.tsx → index.page.tsx} +0 -0
  146. /package/templates/apps/frontend-app/src/pages/{index.tsx → index.page.tsx} +0 -0
  147. /package/templates/apps/frontend-app/src/pages/{schema-ui.tsx → schema-ui.page.tsx} +0 -0
  148. /package/templates/apps/frontend-blank/src/pages/{index.tsx → index.page.tsx} +0 -0
  149. /package/templates/apps/frontend-contact/src/pages/{index.tsx → index.page.tsx} +0 -0
  150. /package/templates/apps/frontend-dashboard/src/pages/(marketing)/{index.tsx → index.page.tsx} +0 -0
  151. /package/templates/apps/frontend-dashboard/src/pages/(marketing)/{login.tsx → login.page.tsx} +0 -0
  152. /package/templates/apps/frontend-dashboard/src/pages/dashboard/{index.tsx → index.page.tsx} +0 -0
  153. /package/templates/apps/frontend-dashboard/src/pages/dashboard/{settings.tsx → settings.page.tsx} +0 -0
  154. /package/templates/apps/frontend-docs/src/pages/docs/{[...slug].tsx → [...slug].page.tsx} +0 -0
  155. /package/templates/apps/frontend-docs/src/pages/{index.tsx → index.page.tsx} +0 -0
  156. /package/templates/apps/frontend-i18n/src/pages/{about.tsx → about.page.tsx} +0 -0
  157. /package/templates/apps/frontend-i18n/src/pages/{index.tsx → index.page.tsx} +0 -0
  158. /package/templates/apps/frontend-landing/src/pages/{index.tsx → index.page.tsx} +0 -0
  159. /package/templates/apps/frontend-spa/src/pages/{index.tsx → index.page.tsx} +0 -0
  160. /package/templates/apps/frontend-ssr/src/pages/{feed-swr.tsx → feed-swr.page.tsx} +0 -0
  161. /package/templates/apps/frontend-ssr/src/pages/{feed.tsx → feed.page.tsx} +0 -0
  162. /package/templates/apps/frontend-ssr/src/pages/{index.tsx → index.page.tsx} +0 -0
  163. /package/templates/apps/frontend-ssr-api/src/pages/{index.tsx → index.page.tsx} +0 -0
  164. /package/templates/apps/frontend-static-blog/src/pages/blog/{[slug].tsx → [slug].page.tsx} +0 -0
  165. /package/templates/apps/frontend-static-blog/src/pages/{index.tsx → index.page.tsx} +0 -0
@@ -43,7 +43,6 @@ export const projects = table('projects', {
43
43
  // createdBy / updatedBy (auto-stamped). Creating a project is gated by the
44
44
  // billing `projects` entitlement (see mutations/projects.create).
45
45
  .with(tenant())
46
- .reactive()
47
46
 
48
47
  export type Project = InferRow<typeof projects>
49
48
 
@@ -12,20 +12,20 @@
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/plugin-analytics-postgres": "0.13.0",
18
- "@voltro/plugin-billing": "0.13.0",
19
- "@voltro/plugin-multitenancy": "0.13.0",
20
- "@voltro/plugin-notifications": "0.13.0",
21
- "@voltro/plugin-presence": "0.13.0",
22
- "@voltro/protocol": "0.13.0",
23
- "@voltro/runtime": "0.13.0",
24
- "@voltro/sql-postgres": "0.13.0",
15
+ "@voltro/cli": "0.14.0",
16
+ "@voltro/database": "0.14.0",
17
+ "@voltro/plugin-analytics-postgres": "0.14.0",
18
+ "@voltro/plugin-billing": "0.14.0",
19
+ "@voltro/plugin-multitenancy": "0.14.0",
20
+ "@voltro/plugin-notifications": "0.14.0",
21
+ "@voltro/plugin-presence": "0.14.0",
22
+ "@voltro/protocol": "0.14.0",
23
+ "@voltro/runtime": "0.14.0",
24
+ "@voltro/sql-postgres": "0.14.0",
25
25
  "effect": "^3.21.2"
26
26
  },
27
27
  "devDependencies": {
28
- "@voltro/testing": "0.13.0",
28
+ "@voltro/testing": "0.14.0",
29
29
  "typescript": "^5.7.0",
30
30
  "vitest": "^3.0.0"
31
31
  }
@@ -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.13.0",
16
- "@voltro/database": "0.13.0",
17
- "@voltro/env": "0.13.0",
18
- "@voltro/plugin-multitenancy": "0.13.0",
19
- "@voltro/plugin-search": "0.13.0",
20
- "@voltro/protocol": "0.13.0",
21
- "@voltro/runtime": "0.13.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.13.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.13.0",
16
- "@voltro/database": "0.13.0",
17
- "@voltro/env": "0.13.0",
18
- "@voltro/plugin-multitenancy": "0.13.0",
19
- "@voltro/plugin-versioning": "0.13.0",
20
- "@voltro/protocol": "0.13.0",
21
- "@voltro/runtime": "0.13.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.13.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,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.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",
23
23
  "effect": "^3.21.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@voltro/testing": "0.13.0",
26
+ "@voltro/testing": "0.14.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.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.13.0",
15
- "@voltro/serverless": "0.13.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.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.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.13.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.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.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.13.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.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.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.13.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.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.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.13.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.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.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.13.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.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.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.13.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.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.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.13.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",